0ad/source/lib
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
..
allocators remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
external_libraries remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
file remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
posix part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
res remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
sysdep remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
tests improvements and fixes: 2008-01-07 20:03:19 +00:00
tex timer: display clocks instead of seconds if using rdtsc (avoids needing cpu_ClockFrequency on linux, which isn't currently implemented; also avoids differing results due to CPU freq throttling) 2008-01-13 11:25:19 +00:00
adts.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
app_hooks.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
app_hooks.h include boost smart pointers from PCH 2007-11-20 18:44:36 +00:00
base32.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
base32.h . 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
bits.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
bits.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
byte_order.cpp Fixes for the Mac. 2007-05-17 03:37:49 +00:00
byte_order.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
cache_adt.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
code_annotation.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
config2.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
config.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
debug_stl.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
debug_stl.h fix debug_stl for vc8; refactor/simplified implementation 2007-10-09 17:05:05 +00:00
debug.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
debug.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
fat_time.cpp include boost smart pointers from PCH 2007-11-20 18:44:36 +00:00
fat_time.h include boost smart pointers from PCH 2007-11-20 18:44:36 +00:00
fnv_hash.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
fnv_hash.h . 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
frequency_filter.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
frequency_filter.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
glext_funcs.h Moved X11 stuff out of unix/ folder, added osx/ sysdep folder, corresponding premake.lua changes, and a few misc other Mac OS X-related changes 2007-09-03 12:56:45 +00:00
input.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
input.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
lib_api.h improvements and fixes: 2008-01-07 20:03:19 +00:00
lib_errors.cpp fixes, documentation and cleanup. 2007-05-29 16:28:34 +00:00
lib_errors.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
lib.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
lib.h Fix compile on GCC 4.1, where the ArraySize function trick did not work. 2007-10-17 07:36:12 +00:00
license.txt add license files that are now referenced from some source files (instead of direct author/copyright/license notices in the source) 2007-05-08 14:02:06 +00:00
lockfree.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
lockfree.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
mmgr.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
mmgr.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
module_init.cpp fix error path for acpi/mahaf failures (attempt#2) 2007-09-07 20:17:57 +00:00
module_init.h fix error path for acpi/mahaf failures (attempt#2) 2007-09-07 20:17:57 +00:00
nommgr.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
ogl.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
ogl.h Linux compatibility 2007-05-26 17:10:28 +00:00
os_path.h forgot to add this file :S 2007-12-23 12:56:40 +00:00
path_util.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
path_util.h improvements and fixes: 2008-01-07 20:03:19 +00:00
precompiled.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
precompiled.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
rand.cpp # SwEng/cleanup 2007-05-18 00:14:26 +00:00
rand.h # SwEng/cleanup 2007-05-18 00:14:26 +00:00
regex.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
regex.h . 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
secure_crt.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
secure_crt.h additional linux fix (hopefully): "add" sscanf_s 2008-01-07 20:07:05 +00:00
self_test.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
self_test.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
timer.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
timer.h timer: display clocks instead of seconds if using rdtsc (avoids needing cpu_ClockFrequency on linux, which isn't currently implemented; also avoids differing results due to CPU freq throttling) 2008-01-13 11:25:19 +00:00
types.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
wsecure_crt.cpp patch, gameview: fix typos, revise according to coding convention 2007-05-10 20:47:17 +00:00