1
0
forked from 0ad/0ad
0ad/source/lib
janwas 03726c0b54 ICC build fixes
warning fixes
get rid of SAFE_WCSCPY and SAFE_STRCPY

This was SVN commit r7239.
2010-01-01 15:33:07 +00:00
..
allocators Fix GCC warnings 2009-11-13 00:49:58 +00:00
external_libraries huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
file ICC build fixes 2010-01-01 15:33:07 +00:00
posix ICC build fixes 2010-01-01 15:33:07 +00:00
res ICC build fixes 2010-01-01 15:33:07 +00:00
sysdep ICC build fixes 2010-01-01 15:33:07 +00:00
tests Fix tests on Linux 2009-11-13 20:51:04 +00:00
tex huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
adts.h # fix warnings and 64-bit bugs in headerless.cpp (workspace update required) 2009-07-16 23:53:46 +00:00
app_hooks.cpp Don't use wide print functions on typically-byte-oriented streams 2009-11-14 11:03:43 +00:00
app_hooks.h wchar: only raise warning dialog if caller doesn't ask for a return code 2009-11-10 21:07:18 +00:00
base32.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
base32.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
bits.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
bits.h simplify file implementation (remove unnecessary layer of abstraction) 2009-08-24 21:04:01 +00:00
byte_order.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
byte_order.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
cache_adt.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
code_annotation.h ICC build fixes 2010-01-01 15:33:07 +00:00
config2.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
config.h Annotate some more printf-style functions, for type checking 2009-11-06 23:06:50 +00:00
debug_stl.cpp ICC build fixes 2010-01-01 15:33:07 +00:00
debug_stl.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
debug.cpp ICC build fixes 2010-01-01 15:33:07 +00:00
debug.h debug_SkipNextError changed to debug_SkipErrors (allow skipping multiple instances of the same error code until the next debug_StopSkippingErrors, which returns the number that were skipped) 2009-11-10 15:48:41 +00:00
fat_time.cpp # fix warnings and 64-bit bugs in headerless.cpp (workspace update required) 2009-07-16 23:53:46 +00:00
fat_time.h Add GPL header 2009-04-18 17:00:33 +00:00
fnv_hash.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
fnv_hash.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
frequency_filter.cpp Add GPL header 2009-04-18 17:00:33 +00:00
frequency_filter.h Add GPL header 2009-04-18 17:00:33 +00:00
glext_funcs.h Try again to fix the GL 2.0 function names 2009-07-14 14:06:59 +00:00
input.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
input.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
lib_api.h Add GPL header 2009-04-18 17:00:33 +00:00
lib_errors.cpp debug_SkipNextError changed to debug_SkipErrors (allow skipping multiple instances of the same error code until the next debug_StopSkippingErrors, which returns the number that were skipped) 2009-11-10 15:48:41 +00:00
lib_errors.h debug_SkipNextError changed to debug_SkipErrors (allow skipping multiple instances of the same error code until the next debug_StopSkippingErrors, which returns the number that were skipped) 2009-11-10 15:48:41 +00:00
lib.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
lib.h harmless changes in preparation for moving to unicode 2009-11-03 16:30:21 +00:00
lockfree.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
lockfree.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
module_init.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
module_init.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
ogl.cpp ICC build fixes 2010-01-01 15:33:07 +00:00
ogl.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
path_util.cpp implement changes suggested by Philip: 2009-11-09 20:53:48 +00:00
path_util.h fix: native and vfs directory paths should end with '/' (more code cares about this now) 2009-11-05 20:46:15 +00:00
precompiled.h icc build fix 2009-11-16 23:45:56 +00:00
rand.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
rand.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
regex.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
regex.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
secure_crt.cpp implement changes suggested by Philip: 2009-11-09 20:53:48 +00:00
secure_crt.h Annotate functions that have printf-style format strings, for compile-time type checking (see #293) 2009-08-04 13:31:41 +00:00
self_test.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
self_test.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
svn_revision.cpp Add GPL header 2009-04-18 17:00:33 +00:00
svn_revision.h Add GPL header 2009-04-18 17:00:33 +00:00
timer.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
timer.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
types.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
wchar.cpp wchar: only raise warning dialog if caller doesn't ask for a return code 2009-11-10 21:07:18 +00:00
wchar.h wchar: only raise warning dialog if caller doesn't ask for a return code 2009-11-10 21:07:18 +00:00
wsecure_crt.cpp Add GPL header 2009-04-18 17:00:33 +00:00