1
0
forked from 0ad/0ad
0ad/source/lib
Ykkrosh 83271ec816 Fix build errors.
Fix VFS root directory failing IsDirectory, which breaks the search for
textures.xml.
Fix incompatible change to loose cache name determination.

This was SVN commit r9092.
2011-03-21 21:06:08 +00:00
..
allocators move cache detection into separate file. 2011-03-18 16:44:03 +00:00
external_libraries path improvements/fixes: 2011-03-21 19:54:08 +00:00
file path improvements/fixes: 2011-03-21 19:54:08 +00:00
pch # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
posix # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
res # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
sysdep Fix build errors. 2011-03-21 21:06:08 +00:00
tests Fix use of undefined behaviour (shifting by >= size of left operand) 2010-07-30 21:33:26 +00:00
tex # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
adts.h Const-correctness 2011-02-20 20:42:54 +00:00
app_hooks.cpp # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
app_hooks.h # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +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 minor fixes from work; also add sys_WideFromArgv 2011-01-04 19:53:38 +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 # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
code_annotation.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
code_generation.h Set svn:eol-style native 2010-07-25 18:08:35 +00:00
config2.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
config.h # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
debug_stl.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
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 path improvements/fixes: 2011-03-21 19:54:08 +00:00
debug.h improvements from work: [update-workspaces required] 2010-12-09 11:16:21 +00:00
fat_time.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
fat_time.h Add/rename header guards 2010-02-17 23:21:49 +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 warning fixes 2011-03-21 11:55:49 +00:00
input.cpp Add basic help page into the main menu. 2010-07-07 21:47:31 +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 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_errors.h 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
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
native_path.h # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +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
path_util.cpp path improvements/fixes: 2011-03-21 19:54:08 +00:00
path_util.h Fix build errors. 2011-03-21 21:06:08 +00:00
precompiled.h # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +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 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
secure_crt.h fixes/improvements from work 2010-05-03 12:27:39 +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 # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +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 Fix startup hang on OS X, caused by using timers before initialising them 2011-02-23 09:19:41 +00:00
timer.h WIP timer thread safety: 2010-11-01 09:54:03 +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