1
0
forked from 0ad/0ad
0ad/source/lib
Ykkrosh fbff0aa98d Fix printf argument types
This was SVN commit r10529.
2011-11-13 18:31:06 +00:00
..
adts ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
allocators Fix printf argument types 2011-11-13 18:31:06 +00:00
external_libraries Fix missing symbols in old glext 2011-11-11 11:56:51 +00:00
file # Allow saving and loading single-player games. 2011-10-30 00:07:28 +00:00
pch lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray) 2011-08-21 11:00:09 +00:00
posix post-alpha sync with work. 2011-07-18 09:21:56 +00:00
res Fix printf argument types 2011-11-13 18:31:06 +00:00
sysdep Detect allocation failure 2011-11-12 23:57:33 +00:00
tests fix self-test and map load on Windows (avoid mixing dir separators). 2011-05-06 18:45:30 +00:00
tex refactor: remove "wrapping" and "read" functionality for DynArray (in preparation for replacing it with template policies for more flexible Pool etc.) 2011-08-17 08:38:53 +00:00
alignment.h lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray) 2011-08-21 11:00:09 +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 sync with work. faster PopulationCount; avoid invalid param handler when debug string length exceeded; return error instead of dialog box when waio_Preallocate fails 2011-10-19 10:58:02 +00:00
byte_order.cpp Avoid potential aliasing violation in endian functions 2011-10-25 14:02:50 +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 fix compile error due to GCC restriction. 2011-10-10 20:08:04 +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 post-alpha sync with work. 2011-07-18 09:21:56 +00:00
debug_stl.h post-alpha sync with work. 2011-07-18 09:21:56 +00:00
debug.cpp Fix printf argument types 2011-11-13 18:31:06 +00:00
debug.h lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray) 2011-08-21 11:00:09 +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 ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +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 ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
lib.h cleanup 2011-04-30 13:22:46 +00:00
module_init.cpp fix self-test and map load on Windows (avoid mixing dir separators). 2011-05-06 18:45:30 +00:00
module_init.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
ogl.cpp refactor gfx detection code (interface), allow exporting from DLL (required at work) 2011-05-24 14:17:47 +00:00
ogl.h Fix missing symbols in old glext 2011-11-11 11:56:51 +00:00
os_path.h Fix -Wconversion warnings in simulation code. 2011-08-16 11:18:32 +00:00
path.cpp refactor status code definitions: allow modules to define an array of them (more convenient+efficient). 2011-05-05 13:03:34 +00:00
path.h Fix format string 2011-05-15 19:52:46 +00:00
pointer_typedefs.h __SSE[2]__ didn't work on MSVC/ICC after all; introduce HAVE_SSE[2] instead 2011-08-24 09:23:44 +00:00
precompiled.h make explicit that both iterator debugging and _SECURE_SCL (which is less than iterator debugging) are disabled in release builds 2011-05-07 16:46:28 +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 fix self-test and map load on Windows (avoid mixing dir separators). 2011-05-06 18:45:30 +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 Fix printf argument types 2011-11-13 18:31:06 +00:00
status.h sync with work: add and use NOTHROW; export file_system functions; throw Status from File ctor; add WARN_THROW equivalents of WARN_RETURN 2011-10-10 10:04:36 +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 Fix -Wconversion warnings in simulation code. 2011-08-16 11:18:32 +00:00
types.h # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
utf8.cpp refactor status code definitions: allow modules to define an array of them (more convenient+efficient). 2011-05-05 13:03:34 +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