0ad/source/lib/sysdep
janwas cc243f67eb fixes/improvements made at work:
- fix lots of 64-bit warnings
- round_up/down now templates
- avoid warning with definition of byte swap functions; remove
duplication of that in wsdl
- codec_zlib.cpp: avoid domination warning
- vfs/file_cache: VFS is now responsible for handling zero-length files
(no longer considered an error; just returns zero pointer and size=0)
- cpu: export all functions (thus obviating cpu_memcpy_thunk). this
required renaming asm functions and adding thunk functions that call
them
- winit: fix segment merge statement, reinstate /include (otherwise init
functions are stripped by linker)
- wstartup: VC CRT init section definitions have changed in amd64 build;
match their definition
- wsysdep.cpp: more descriptive text for osError = 0

This was SVN commit r5899.
2008-05-01 15:41:42 +00:00
..
amd64 fix problems related to 64-bit compilation in lib 2008-04-19 18:10:00 +00:00
ia32 fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
linux Fixed build on Ubuntu. 2008-01-26 04:43:02 +00:00
osx # OS X fixes. 2007-10-11 08:00:05 +00:00
tests . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
unix Fixed build on Ubuntu. 2008-01-26 04:43:02 +00:00
win fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
acpi.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
acpi.h # vista compat (fixes wsnd issue) and improvements 2007-05-26 15:34:10 +00:00
arch.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
clipboard.h sysdep cleanup: 2007-09-23 10:15:28 +00:00
compiler.h fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
cpu.cpp fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
cpu.h fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
cursor.h sysdep cleanup: 2007-09-23 10:15:28 +00:00
dir_watch.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
gfx.cpp . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
gfx.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
os.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
snd.cpp # vista compat (fixes wsnd issue) and improvements 2007-05-26 15:34:10 +00:00
snd.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
stl.h Partial Linux build fixes 2008-01-07 15:32:32 +00:00
sysdep.h sysdep cleanup: 2007-09-23 10:15:28 +00:00