1
0
forked from 0ad/0ad
0ad/source/lib/sysdep
Ykkrosh cbafd43eea # Changed handling of command-line arguments.
* Added CmdLineArgs, which does the parsing then lets various pieces of
code check for whatever arguments they want.
 * Made Atlas exit out of main() cleanly, instead of calling exit()
itself.
 * Disabled the global exception-catching in unit tests, via a
entry_noSEH, so it doesn't make debugging harder.
 * Added nice printing of CStr in unit test failure messages, and added
comparison of vector vs constant array.

This was SVN commit r4688.
2006-12-09 14:39:52 +00:00
..
tests # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
unix Fixed sysdep/unix compilation 2006-11-18 18:15:31 +00:00
win # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
cpu.cpp # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +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 # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +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 # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
ia32.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
ia32.inc # improvements to build system for asm files 2006-06-25 20:58:03 +00:00
snd.cpp Avoid some warnings on GCC 2006-11-07 13:28:03 +00:00
snd.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
sysdep.cpp #fix to isnan() bug 2006-07-09 00:24:21 +00:00
sysdep.h rename DIR_SEP to SYS_DIR_SEP (it being it sysdep.h, where most everything is thus prefixed) 2006-11-18 17:48:49 +00:00