1
0
forked from 0ad/0ad
0ad/source/lib
Ykkrosh 335e7db6be Fix build more
This was SVN commit r9353.
2011-04-29 23:30:29 +00:00
..
allocators Fix build more 2011-04-29 23:30:29 +00:00
external_libraries refactoring: 2011-03-23 16:14:47 +00:00
file build fix for pre-C++0x compilers. 2011-04-29 22:55:35 +00:00
pch minor fixes from integration with working copy at work. 2011-03-24 09:05:06 +00:00
posix refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary 2011-03-23 14:43:35 +00:00
res major refactor of file/io and alignment code. requires update-workspaces 2011-04-29 19:10:34 +00:00
sysdep Fix some build errors and warnings 2011-04-29 20:38:13 +00:00
tests refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary 2011-03-23 14:43:35 +00:00
tex major refactor of file/io and alignment code. requires update-workspaces 2011-04-29 19:10:34 +00:00
adts.h Const-correctness 2011-02-20 20:42:54 +00:00
alignment.h Fix some build errors and warnings 2011-04-29 20:38:13 +00:00
app_hooks.cpp refactoring: 2011-03-23 16:14:47 +00:00
app_hooks.h refactoring: 2011-03-23 16:14:47 +00:00
base32.cpp Fix use of undefined behaviour (shifting by >= size of left operand) 2010-07-30 21:33:26 +00:00
base32.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
bits.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
bits.h major refactor of file/io and alignment code. requires update-workspaces 2011-04-29 19:10:34 +00:00
byte_order.cpp fixes from work: clarify that cpu_MemoryBarrier has no runtime cost by renaming to COMPILER_FENCE and moving to code_annotation.h; fix 32-bit Parallel Studio 2011 warning. 2010-10-29 12:54:51 +00:00
byte_order.h fixes from work: use ICC bswap intrinsics instead of fallbacks; update UNUSED2 to work with ICC; update mahaf for Win7 2010-11-08 10:01:12 +00:00
cache_adt.h per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered* 2011-03-23 16:56:27 +00:00
code_annotation.h build fix for pre-C++0x compilers. 2011-04-29 22:55:35 +00:00
code_generation.h Set svn:eol-style native 2010-07-25 18:08:35 +00:00
config2.h disable aio on linux until the glibc aio implementation and/or kernel is fixed (see http://www.wildfiregames.com/forum/index.php?showtopic=14561&pid=217711&st=0&#entry217711) 2011-04-03 19:07:35 +00:00
config.h # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
debug_stl.cpp Build fixes and whatnot 2011-03-23 21:15:22 +00:00
debug_stl.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
debug.cpp refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary 2011-03-23 14:43:35 +00:00
debug.h improvements from work: [update-workspaces required] 2010-12-09 11:16:21 +00:00
fnv_hash.cpp license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
fnv_hash.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
frequency_filter.cpp parallel studio 2011 warning fixes 2010-10-28 12:22:11 +00:00
frequency_filter.h Avoid -Wnon-virtual-dtor warnings 2010-03-31 08:36:46 +00:00
glext_funcs.h windows build fix: use arb names/function pointers; +noncopyable/struct vs. class warning fix 2011-04-03 20:45:43 +00:00
input.cpp Fix release-mode warnings in unused code 2011-04-09 00:05:00 +00:00
input.h Add basic help page into the main menu. 2010-07-07 21:47:31 +00:00
lib_api.h sync with work (add IO callbacks, export wsdl functions, avoid error in ReadVersionString) 2010-06-14 12:09:49 +00:00
lib_errors.cpp Build fixes and whatnot 2011-03-23 21:15:22 +00:00
lib_errors.h major refactor of file/io and alignment code. requires update-workspaces 2011-04-29 19:10:34 +00:00
lib.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
lib.h sync with work. add u8_from_larger, sys_IsDebuggerPresent, wdll_main.h; 2011-03-11 16:29:27 +00:00
lockfree.cpp # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
lockfree.h Fix warning 2010-07-12 22:17:05 +00:00
module_init.cpp fixes from work: clarify that cpu_MemoryBarrier has no runtime cost by renaming to COMPILER_FENCE and moving to code_annotation.h; fix 32-bit Parallel Studio 2011 warning. 2010-10-29 12:54:51 +00:00
module_init.h # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
ogl.cpp Fix Windows build. 2011-03-18 18:07:18 +00:00
ogl.h remove no-longer needed GLU dependency; avoids delay-load warning. 2010-11-08 10:42:34 +00:00
os_path.h refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary 2011-03-23 14:43:35 +00:00
path.cpp remove unnecessary utf8 includes 2011-03-23 16:32:44 +00:00
path.h Build fixes and whatnot 2011-03-23 21:15:22 +00:00
precompiled.h minor fixes from integration with working copy at work. 2011-03-24 09:05:06 +00:00
rand.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
rand.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
regex.cpp license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
regex.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
secure_crt.cpp remove unnecessary utf8 includes 2011-03-23 16:32:44 +00:00
secure_crt.h refactor path interface: 2011-03-23 13:36:20 +00:00
self_test.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
self_test.h Build fixes and whatnot 2011-03-23 21:15:22 +00:00
svn_revision.cpp license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
svn_revision.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
timer.cpp 64-bit gcc warning fix 2011-04-05 19:49:04 +00:00
timer.h 64-bit gcc warning fix 2011-04-05 19:49:04 +00:00
types.h # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
utf8.cpp Set svn:eol-style native 2010-07-01 16:58:44 +00:00
utf8.h Set svn:eol-style native 2010-07-01 16:58:44 +00:00
wsecure_crt.cpp Misc. unity fixes (missing includes, undefs, and other things that could be considered generic cleanup) 2010-02-18 00:06:50 +00:00