1
0
forked from 0ad/0ad
0ad/source/lib
janwas 9f909073b4 fixes from work
- file: prevent error when closing a file twice (e.g. close and dtor)
- file_system_posix: export from DLL
- path_util: add some unicode versions of functions
- ia32: robustify, prevent hook reentry due to failure in disassembly,
gracefully handle breakpoints that overwrite code
- wdbg_heap: fix wdbg_heap_Validate

This was SVN commit r6264.
2008-07-21 20:43:37 +00:00
..
allocators Partly fixed Linux build 2008-07-01 20:18:05 +00:00
external_libraries premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
file fixes from work 2008-07-21 20:43:37 +00:00
posix premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
res Fixed some strict aliasing warnings 2008-07-19 00:36:42 +00:00
sysdep fixes from work 2008-07-21 20:43:37 +00:00
tests more dehydra. disabled lockfree module (not in use). 2008-07-17 17:00:00 +00:00
tex Fixed some strict aliasing warnings 2008-07-19 00:36:42 +00:00
adts.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
app_hooks.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
app_hooks.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
base32.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +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 GCC fix (*(u32*)&float_var confuses gcc) 2008-06-28 17:10:25 +00:00
bits.h fixes 2008-06-26 20:12:42 +00:00
byte_order.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
byte_order.h fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
cache_adt.h dehydra fixes (mostly copy-ctor warnings) 2008-07-17 14:23:51 +00:00
code_annotation.h Fix warning about static_assert being a future (TR1) keyword 2008-07-19 00:13:53 +00:00
config2.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
config.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
debug_stl.cpp Fix MSVC build errors and warnings 2008-07-19 00:58:34 +00:00
debug_stl.h fix debug_stl for vc8; refactor/simplified implementation 2007-10-09 17:05:05 +00:00
debug.cpp premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
debug.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
fat_time.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +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 large batch of Dehydra static code analysis fixes 2008-07-12 10:45:11 +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 had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
input.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
lib_api.h Fixed annoying "unmatched '" warning on gcc 2008-06-28 17:18:33 +00:00
lib_errors.cpp large batch of Dehydra static code analysis fixes 2008-07-12 10:45:11 +00:00
lib_errors.h UINT_MAX -> ULONG_MAX to avoid truncating negative 64-bit values into positive 32-bit ones 2008-06-28 17:19:57 +00:00
lib.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
lib.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +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 more dehydra. disabled lockfree module (not in use). 2008-07-17 17:00:00 +00:00
lockfree.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
module_init.cpp fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
module_init.h fix error path for acpi/mahaf failures (attempt#2) 2007-09-07 20:17:57 +00:00
ogl.cpp GL functions have stdcall convention on windows, so that needs to be included in the cast 2008-06-29 21:32:52 +00:00
ogl.h premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
os_path.h forgot to add this file :S 2007-12-23 12:56:40 +00:00
path_util.cpp fixes from work 2008-07-21 20:43:37 +00:00
path_util.h fixes from work 2008-07-21 20:43:37 +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 Use GCC's std::tr1::unordered_* classes instead of the now-deprecated __gnu_cxx::hash_* when possible 2008-07-19 00:20:54 +00:00
rand.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
rand.h fixes+improvements from work: 2008-06-01 08:25:12 +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 had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
timer.cpp premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
timer.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
types.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
wsecure_crt.cpp patch, gameview: fix typos, revise according to coding convention 2007-05-10 20:47:17 +00:00