[tlh-commits] [GIT] tlh/tlh.git branch, master, updated. 7dded2d0b3939bcd74eb6a0307339a4abbe0478f |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/tlh-commits Archives
]
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "tlh/tlh.git".
The branch, master has been updated
via 7dded2d0b3939bcd74eb6a0307339a4abbe0478f (commit)
from 303dbc931938fdec293f0900e674254d4ca01115 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7dded2d0b3939bcd74eb6a0307339a4abbe0478f
Author: Pierre-Nicolas Clauss <pini@xxxxxxxxxxxxx>
Date: Wed Feb 24 15:58:13 2010 +0100
Cleanup and code segmentation.
-----------------------------------------------------------------------
Summary of changes:
CODING_STYLE | 23 ++++---
Makefile | 18 ++++--
src/Makefile.pc | 25 --------
src/common.mk | 35 +++++++++++
src/common/tlh.c | 26 ++++++++
src/common/tlh.h | 52 ++++++++++++++++
src/draw-gl.c | 92 ---------------------------
src/draw-gl.h | 15 -----
src/main-gl.c | 136 -----------------------------------------
src/main.c | 8 ---
src/{Makefile.nds => nds.mk} | 0
src/{main-ds.c => nds/main.c} | 0
src/pc.mk | 23 +++++++
src/pc/glut.c | 128 ++++++++++++++++++++++++++++++++++++++
src/pc/main.c | 49 +++++++++++++++
15 files changed, 339 insertions(+), 291 deletions(-)
delete mode 100644 src/Makefile.pc
create mode 100644 src/common.mk
create mode 100644 src/common/tlh.c
create mode 100644 src/common/tlh.h
delete mode 100644 src/draw-gl.c
delete mode 100644 src/draw-gl.h
delete mode 100644 src/main-gl.c
delete mode 100644 src/main.c
rename src/{Makefile.nds => nds.mk} (100%)
rename src/{main-ds.c => nds/main.c} (100%)
create mode 100644 src/pc.mk
create mode 100644 src/pc/glut.c
create mode 100644 src/pc/main.c
hooks/post-receive
--
tlh/tlh.git