1
0
forked from 0ad/0ad
0ad/source/lib
2009-08-09 19:11:14 +00:00
..
allocators Fix some GCC warnings 2009-07-28 16:59:19 +00:00
external_libraries Fix detection of OpenAL string type (closes #268) 2009-07-18 00:30:27 +00:00
file fix behavior of *sprintf_s 2009-08-08 11:13:05 +00:00
posix Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
res add more detailed OpenAL error reporting (the line number of AL_CHECK invocation, to allow exact determination of the faulting function) 2009-08-08 16:12:02 +00:00
sysdep fix insidious 32-bit bug that was causing invalid struct stat offsets 2009-08-09 17:04:17 +00:00
tests fix self-test problems exposed by more complete coverage (thanks, Philip!) 2009-08-09 09:42:23 +00:00
tex Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +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 Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
app_hooks.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +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 # fix warnings and 64-bit bugs in headerless.cpp (workspace update required) 2009-07-16 23:53:46 +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 Add more vararg error-checking annotation 2009-08-04 16:08:41 +00:00
config2.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
config.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
debug_stl.cpp Patch from #258: [FreeBSD compat] add some missing includes 2009-07-16 16:53:55 +00:00
debug_stl.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
debug.cpp Remove redundant -L linker arguments on non-Windows. 2009-08-07 17:22:05 +00:00
debug.h Annotate functions that have printf-style format strings, for compile-time type checking (see #293) 2009-08-04 13:31: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 Remove redundant -L linker arguments on non-Windows. 2009-08-07 17:22:05 +00:00
lib_errors.h Fix some GCC -Wextra warnings 2009-07-27 18:32:59 +00:00
lib.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
lib.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +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 Use the correct names for core shader functions in GL 2.0 implementations 2009-07-14 13:34:31 +00:00
ogl.h Add more vararg error-checking annotation 2009-08-04 16:08:41 +00:00
os_path.h Add GPL header 2009-04-18 17:00:33 +00:00
path_util.cpp # groundwork for separated data/cache etc. directories (XDG) 2009-08-01 19:37:38 +00:00
path_util.h # groundwork for separated data/cache etc. directories (XDG) 2009-08-01 19:37:38 +00:00
precompiled.h Annotate functions that have printf-style format strings, for compile-time type checking (see #293) 2009-08-04 13:31:41 +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 Removed outdated licensing information 2009-04-18 17:17:34 +00:00
regex.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
secure_crt.cpp Fix secure_crt to match MSVC and pass tests 2009-08-09 19:11:14 +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 Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
self_test.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +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 Fix timer configuration: clock_gettime uses timespec, gettimeofday uses timeval. 2009-07-18 01:55:26 +00:00
timer.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
types.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
wsecure_crt.cpp Add GPL header 2009-04-18 17:00:33 +00:00