0ad/source/lib/file/archive
janwas 74b4ac19c1 cleanup+fixes; wdbg_heap is now feature complete.
should be safe to distribute this build

code_annotation.h: add our own noncopyable to avoid DLL base class
warning
debug: remove some unicode functions (unnecessary); minor cleanup
debug_stl: disabled
mahaf: do not warn when running as non admin
wdbg: add wdbg_printf and wdbg_assert for use in allocation hook. add
header
wdbg_heap: now feature complete.
. allows storing 3..4 frames from the call stack with 0 space overhead.
. prevents garbage file/line output.
. takes care of allocation counting (previously done by profiler)
wdbg_sym.cpp: cleanup+fixes (locking, wdbg_*)

fix: properly specify __declspec(dllimport) for certain classes

This was SVN commit r5679.
2008-02-25 21:19:52 +00:00
..
disabled_tests WIP of new file code 2007-11-20 18:51:07 +00:00
archive.cpp WIP of new file code 2007-11-20 18:51:07 +00:00
archive.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
archive_builder.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
archive_builder.h WIP of new file code 2007-11-20 18:51:07 +00:00
archive_zip.cpp cleanup+fixes; wdbg_heap is now feature complete. 2008-02-25 21:19:52 +00:00
archive_zip.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
codec.cpp WIP of new file code 2007-11-20 18:51:07 +00:00
codec.h improvements and fixes: 2008-01-07 20:03:19 +00:00
codec_zlib.cpp part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
codec_zlib.h WIP file code, getting pretty close to functional 2007-12-01 18:32:43 +00:00
stream.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
stream.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00