0ad/source/lib
2009-08-04 16:08:41 +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 some GCC warnings 2009-08-02 19:52:31 +00:00
posix Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
res Add more vararg error-checking annotation 2009-08-04 16:08:41 +00:00
sysdep # safely and silently handle disabled WMI service 2009-08-03 21:24:00 +00:00
tests Fix GCC type warnings 2009-07-27 18:30:22 +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 philip correctly points out that local static init from constants isn't thread-safe, and we shouldn't rely on the compiler moving variables to BSS if their constant initializer is 0. 2009-07-31 17:48:45 +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 Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51: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 add missing vswprintf_s for non-Windows platforms 2009-08-01 12:14:39 +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