0ad/source/lib/file/archive
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
..
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 # Fixed Linux build 2009-01-02 21:19:41 +00:00
archive_builder.h WIP of new file code 2007-11-20 18:51:07 +00:00
archive_zip.cpp # fix warnings 2008-12-17 16:32:46 +00:00
archive_zip.h fixes from work: 2008-06-16 18:36:36 +00:00
codec.cpp WIP of new file code 2007-11-20 18:51:07 +00:00
codec.h fix Zip archive creation code (note: just the low-level archive code; "vfs_optimizer" is still inoperational) 2008-06-16 20:33:47 +00:00
codec_zlib.cpp fix Zip archive creation code (note: just the low-level archive code; "vfs_optimizer" is still inoperational) 2008-06-16 20:33:47 +00:00
codec_zlib.h WIP file code, getting pretty close to functional 2007-12-01 18:32:43 +00:00
stream.cpp additions from work: 2008-11-20 16:35:30 +00:00
stream.h dehydra fixes (mostly copy-ctor warnings) 2008-07-17 14:23:51 +00:00