1
0
forked from 0ad/0ad
0ad/source/lib/sysdep
janwas 9269be9ee3 remove mmgr and macros that redefine malloc/new/free
(see http://www.wildfiregames.com/forum/index.php?showtopic=11450&hl= )

clean up debug module
. no longer include platform-dependent header (-> less rebuilds)
. DISPLAY_ERROR -> DEBUG_DISPLAY_ERROR
. parts of config.h that don't affect all files moved to config.2 (->
fewer full rebuilds)
. remove creaky symbol cache (no longer needed for mmgr)
. remove TLS thread naming stuff (can use debugger's thread window
instead; no need for platform independence there)

wdbg: remove thread suspension and breakpoint APIs (not needed)

acpi: fix: u64 -> uintptr_t

wutil: fix WinScopedLock, use that instead of direct lock() functions

misc:
. get rid of SAFE_STRCPY, replace with strcpy_s
. remove _getcwd (shouldn't be used)

This was SVN commit r5563.
2008-01-19 11:33:11 +00:00
..
ia32 remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
linux Partial Linux build fixes 2008-01-07 15:32:32 +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 remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
win remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +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 improvements and fixes: 2008-01-07 20:03:19 +00:00
cpu.cpp # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
cpu.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +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