1
0
forked from 0ad/0ad
0ad/source/lib
2008-07-04 19:10:09 +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 Compile fix for newer versions of GCC (>= 4.3) 2008-06-28 18:51:06 +00:00
posix premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
res premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
sysdep fix detection of amd64 on VC and avoid 64-bit warning 2008-07-04 19:10:09 +00:00
tests get rid of some instances of type punning (dangerous in the face of aliasing optimizations) 2008-06-28 17:51:18 +00:00
tex size_t fixes 2008-06-28 18:50:32 +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 had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
code_annotation.h fixes/improvements made at work: 2008-05-01 15:41:42 +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 fixes/improvements to lib code from work 2008-05-13 19:43:02 +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 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 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 fixes, documentation and cleanup. 2007-05-29 16:28:34 +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 had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +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 had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
path_util.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
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 fixes+improvements from work: 2008-06-01 08:25:12 +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