0ad/source/lib
janwas 7cb82ada2f # lots of housekeeping/fixes
premake: document extra_params
ogl: remove EXT_ symbols, use glext instead
adts: move cache into separate file (also remove old cache impl)
move SDL files in sysdep/win to libraries/SDL
ScopeTimerAccrue: change #ifdef spaghetti into templated policy class
app_hooks, define VOID_FUNC to FUNC(.., (void) )
look at stalk walk code; any reason not to work on Win64?
replace ERR_TEX_CODEC_CANNOT_HANDLE with INFO_* - not an error. also
ERR_SYM_SUPPRESS_OUTPUT ERR_SYM_SINGLE_SYMBOL_LIMIT
wdbg_sym: only import RtlCaptureContext once (not every walk_stack)
add sys_last_error (!GetLastError on win32); converts to text in
display_error, also show sys_last_error and errno
app_hooks: move i18n impl out (belongs in pyrogenesis)
fixes to string_s test.

refs #124

This was SVN commit r4020.
2006-06-23 17:41:55 +00:00
..
res # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
sysdep # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
tests # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
adts.h # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
allocators.cpp # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
allocators.h # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
app_hooks.cpp # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
app_hooks.h # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
byte_order.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
byte_order.h # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
cache_adt.h # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
config.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
debug_stl.cpp # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
debug_stl.h # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
debug.cpp # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
debug.h # work on self-tests 2006-06-22 19:12:10 +00:00
glext_funcs.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
input.cpp # housekeeping 2006-06-04 22:27:40 +00:00
input.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
lf_alloc.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
lib_errors.cpp # housekeeping 2006-06-04 22:27:40 +00:00
lib_errors.h # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
lib.cpp bugfix: base32 now 0-terminates output string 2006-06-08 21:47:06 +00:00
lib.h # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
lockfree.cpp # housekeeping 2006-06-04 22:27:40 +00:00
lockfree.h # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
mmgr.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
mmgr.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
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 # housekeeping 2006-06-04 22:27:40 +00:00
ogl.h # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
path_util.cpp # housekeeping 2006-06-04 22:27:40 +00:00
path_util.h #merge (2) 2006-06-22 18:49:23 +00:00
posix_types.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
posix.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +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 # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
sdl.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
self_test.cpp # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
self_test.h # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
string_s.cpp #merge (2) 2006-06-22 18:49:23 +00:00
string_s.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
timer.cpp # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
timer.h # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
types.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
wstring_s.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