1
0
forked from 0ad/0ad
0ad/source/lib/allocators
Ykkrosh 5228800b73 # Fixed Linux build
Use noncopyable instead of boost::noncopyable. (But maybe this should be
changed to the NONCOPYABLE macro instead?)
Use boost::filesystem::wpath::file_string instead of
external_file_string, since the latter varies between std::string on
Linux and std::wstring on Windows.
Use wcstombs instead of wcstombs_s.
Use rtl_AllocateAligned instead of _mm_malloc.

This was SVN commit r6574.
2009-01-02 21:19:41 +00:00
..
tests fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
aligned_allocator.cpp fixes+improvements from work: 2008-06-01 08:25:12 +00:00
aligned_allocator.h Partly fixed Linux build 2008-07-01 20:18:05 +00:00
allocators.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
allocators.h additions from work: 2008-11-20 16:35:30 +00:00
bucket.cpp bucket: all routines exported, add bucket_fast_alloc 2008-04-19 17:35:28 +00:00
bucket.h # code cleanup/fixes 2008-12-16 21:13:04 +00:00
dynarray.cpp fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
dynarray.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
headerless.cpp replace most BIT macros with a Bit() template for better 64-bit safety 2008-09-06 21:15:53 +00:00
headerless.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
mem_util.cpp add NUMA and shared-L2-cache detect code (required at work) 2008-05-12 18:15:08 +00:00
mem_util.h add NUMA and shared-L2-cache detect code (required at work) 2008-05-12 18:15:08 +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 additions from work: 2008-11-20 16:35:30 +00:00
shared_ptr.h # Fixed Linux build 2009-01-02 21:19:41 +00:00
string_pool.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
string_pool.h include boost smart pointers from PCH 2007-11-20 18:44:36 +00:00