1
0
forked from 0ad/0ad
0ad/source/lib/sysdep
janwas 0bb0df5b2c # new year's cleanup (reduce dependencies, clean up headers)
- remove headers always included from PCH
- nommgr.h is only included ifdef REDEFINED_NEW (allows leaving out the
mmgr stuff)
- in lib/*.cpp, moved the corresponding include file to right behind the
PCH (catches headers that aren't compilable by themselves)
- byte_order no longer depends on SDL
- add debug_level (another means of filtering debug output; needed for
thesis)
- split posix stuff up into subdirs (lib/posix and sysdep/win/wposix).
makes including only some of the modules (e.g. sockets, time) much
easier.

This was SVN commit r4728.
2007-01-01 21:25:47 +00:00
..
tests # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
unix Fixed sysdep/unix compilation 2006-11-18 18:15:31 +00:00
win # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
cpu.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
cpu.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
dir_watch.h Avoid some warnings on GCC 2006-11-07 13:28:03 +00:00
gfx.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
gfx.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
ia32_asm.asm # MacOS X compat (part 1) 2006-07-26 14:04:52 +00:00
ia32_memcpy.asm # improvements to build system for asm files 2006-06-25 20:58:03 +00:00
ia32.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
ia32.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
ia32.inc # improvements to build system for asm files 2006-06-25 20:58:03 +00:00
snd.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
snd.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
sysdep.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
sysdep.h Tried compiling with ICC9 on Linux, which raised various issues: 2006-12-16 01:01:15 +00:00