0ad/source/lib
janwas cccd6849a7 cleanup (requires update-workspaces)
lib_errors.cpp: replace with status.cpp, adapt to needs at work
wutil: fix runtime warning reported via feedback box
config: merge CONFIG_PARANOIA and !CONFIG_FINAL into
CONFIG_ENABLE_CHECKS
add openmp, pointer_typedefs.h

This was SVN commit r9410.
2011-05-03 12:38:42 +00:00
..
adts cleanup: move ADTs into lib/adts (separate files). fix definition of ASSERT 2011-04-30 13:35:36 +00:00
allocators cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
external_libraries cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
file cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
pch minor fixes from integration with working copy at work. 2011-03-24 09:05:06 +00:00
posix make VFS thread-safe, per long-standing request by Philip 2011-04-30 15:57:43 +00:00
res cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
sysdep cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
tests cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
tex cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
alignment.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
app_hooks.cpp split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +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 split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +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
code_annotation.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +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 cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
debug_stl.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
debug_stl.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
debug.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
debug.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +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 split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
frequency_filter.h Avoid -Wnon-virtual-dtor warnings 2010-03-31 08:36:46 +00:00
input.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
input.h Delete warning-prone unused unusable event recording code 2011-04-30 00:06:30 +00:00
lib_api.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
lib.cpp cleanup 2011-04-30 13:22:46 +00:00
lib.h cleanup 2011-04-30 13:22:46 +00:00
module_init.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
module_init.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
ogl.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
ogl.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
os_path.h split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
path.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
path.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
pointer_typedefs.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
precompiled.h minor fixes from integration with working copy at work. 2011-03-24 09:05:06 +00:00
rand.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +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 cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
secure_crt.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +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 cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
status.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
status.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +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 cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
timer.h split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
types.h # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
utf8.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
utf8.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +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