1
0
forked from 0ad/0ad
0ad/source/lib
janwas 16ccae10cd # fix warnings
more icc11 fixes - mostly type conversion and noncopyable (now made a
macro)

This was SVN commit r6536.
2008-12-17 16:32:46 +00:00
..
allocators # code cleanup/fixes 2008-12-16 21:13:04 +00:00
external_libraries premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
file # fix warnings 2008-12-17 16:32:46 +00:00
posix needed unicode at work: 2008-08-09 19:22:13 +00:00
res # code cleanup/fixes 2008-12-16 21:13:04 +00:00
sysdep # fix warnings 2008-12-17 16:32:46 +00:00
tests fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
tex bits: avoid sign conversion warning 2008-09-18 11:27:55 +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 bits: avoid sign conversion warning 2008-09-18 11:27:55 +00:00
app_hooks.h bits: avoid sign conversion warning 2008-09-18 11:27:55 +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 bits: avoid sign conversion warning 2008-09-18 11:27:55 +00:00
byte_order.cpp replace most BIT macros with a Bit() template for better 64-bit safety 2008-09-06 21:15:53 +00:00
byte_order.h fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
cache_adt.h # fix warnings 2008-12-17 16:32:46 +00:00
code_annotation.h # fix warnings 2008-12-17 16:32:46 +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 to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
debug_stl.h fix debug_stl for vc8; refactor/simplified implementation 2007-10-09 17:05:05 +00:00
debug.cpp # fix warnings 2008-12-17 16:32:46 +00:00
debug.h # code cleanup/fixes 2008-12-16 21:13:04 +00:00
fat_time.cpp # fix warnings 2008-12-17 16:32:46 +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 # fix warnings 2008-12-17 16:32:46 +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 to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
lib_errors.h # fix warnings 2008-12-17 16:32:46 +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 replace most BIT macros with a Bit() template for better 64-bit safety 2008-09-06 21:15:53 +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 64-bit fixes (the parts of lib/ in use at work are now fully operational in 64-bit mode) 2008-09-16 17:46:45 +00:00
os_path.h forgot to add this file :S 2007-12-23 12:56:40 +00:00
path_util.cpp # fix warnings 2008-12-17 16:32:46 +00:00
path_util.h bits: avoid sign conversion warning 2008-09-18 11:27:55 +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 # fix warnings 2008-12-17 16:32:46 +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 file: for unicode Open function, convert input to UTF8 and delegate to char* version (avoids hacky assignment to m_pathname, and also necessary because _wfopen isn't portable) 2008-09-20 17:42:43 +00:00
secure_crt.h additional linux fix (hopefully): "add" sscanf_s 2008-01-07 20:07:05 +00:00
self_test.cpp fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
self_test.h fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
svn_revision.cpp add missing DLL 2008-12-08 07:34:20 +00:00
svn_revision.h # groundwork for embedding svn revision number into the EXE for debugging 2008-12-07 22:21:10 +00:00
timer.cpp # code cleanup/fixes 2008-12-16 21:13:04 +00:00
timer.h # fix warnings 2008-12-17 16:32:46 +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