1
0
forked from 0ad/0ad
0ad/source/lib/allocators
janwas cc243f67eb fixes/improvements made at work:
- fix lots of 64-bit warnings
- round_up/down now templates
- avoid warning with definition of byte swap functions; remove
duplication of that in wsdl
- codec_zlib.cpp: avoid domination warning
- vfs/file_cache: VFS is now responsible for handling zero-length files
(no longer considered an error; just returns zero pointer and size=0)
- cpu: export all functions (thus obviating cpu_memcpy_thunk). this
required renaming asm functions and adding thunk functions that call
them
- winit: fix segment merge statement, reinstate /include (otherwise init
functions are stripped by linker)
- wstartup: VC CRT init section definitions have changed in amd64 build;
match their definition
- wsysdep.cpp: more descriptive text for osError = 0

This was SVN commit r5899.
2008-05-01 15:41:42 +00:00
..
tests improvements and fixes: 2008-01-07 20:03:19 +00:00
allocators.cpp fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
allocators.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
bucket.cpp bucket: all routines exported, add bucket_fast_alloc 2008-04-19 17:35:28 +00:00
bucket.h bucket: all routines exported, add bucket_fast_alloc 2008-04-19 17:35:28 +00:00
dynarray.cpp move allocators here (the old cache_allocator is now in headerless.cpp) 2007-11-10 13:13:36 +00:00
dynarray.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
headerless.cpp fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
headerless.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
mem_util.cpp move allocators here (the old cache_allocator is now in headerless.cpp) 2007-11-10 13:13:36 +00:00
mem_util.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
pool.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
pool.h fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
shared_ptr.cpp small fixes required by use of lib codebase at work 2008-03-29 18:29:26 +00:00
shared_ptr.h small fixes required by use of lib codebase at work 2008-03-29 18:29:26 +00:00
string_pool.cpp include boost smart pointers from PCH 2007-11-20 18:44:36 +00:00
string_pool.h include boost smart pointers from PCH 2007-11-20 18:44:36 +00:00