1
0
forked from 0ad/0ad
0ad/source/lib/allocators
janwas 8667ea74c8 fixes and improvements
- directoryPosix: replace most methods with boost filesystem (but not
all: the latter cannot efficiently enumerate files AND query their
size/mtime)
- AllocatorChecker: better name for member functions
- file: move the File class here
- trace: bugfix
- io: move UnalignedWriter to write_buffer.cpp (basically the same
thing)
- vfs: remove unnecessary "vfs" warts from variable names
- vfs_tree: VfsFile now stores single Name/Size/MTime fields instead of
the FileInfo record (less clunky)
- vfs_path: use boost filesystem's version of the basename/extension
functions
- lf_alloc: remove (no longer necessary, won't be finished - not worth
the trouble)
- path_util: remove path_foreach_component (replaced by better path
traversal logic) and PathPackage (obsoleted by fs::path)

! resource loading code now receives VfsPath as its filename. there is
also OsPath (native absolute path) and Path (relative to binaries/data)

- tex is now independent of file loading code; it just en/decodes
in-memory buffers
- wdll_ver: clean up, use smart pointer to simplify bailout code
- wsdl: remove nonexistent failure path from calc_gamma (cruised by here
because SDL_SetGamme is failing once after a cold boot at work)
- wsnd: simplify OpenAL DLL search, use boost::filesystem
- wutil: Wow64 redirection is now packaged in a (RAII) class

This was SVN commit r5525.
2007-12-22 18:15:52 +00:00
..
tests fix issues with HeaderlessAllocator (incorrect list insertion order, document a known limitation of the allocator). green bar 2007-11-10 17:43:02 +00:00
allocators.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
allocators.h fixes and improvements 2007-12-22 18:15:52 +00:00
bucket.cpp move allocators here (the old cache_allocator is now in headerless.cpp) 2007-11-10 13:13:36 +00:00
bucket.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +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 part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +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 part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +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