1
0
forked from 0ad/0ad
0ad/source/lib/file/archive
janwas 028a92375f fixes from work:
- aligned_allocator.h: use _mm_malloc instead of _aligned_malloc
(somewhat more portable)
bits: fix incorrect handling of bit_mask(0)
- archive_zip.cpp: fix ArchiveWriter_Zip (wasn't opening its output
file, ECDR record wasn't at end of file due to padding)
- io_align.cpp: move routines to header (DLL export)
- wdbg_heap.cpp: avoid crash in report hook if CRT memory block is
invalid

This was SVN commit r6030.
2008-06-16 18:36:36 +00:00
..
disabled_tests WIP of new file code 2007-11-20 18:51:07 +00:00
archive_builder.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
archive_builder.h WIP of new file code 2007-11-20 18:51:07 +00:00
archive_zip.cpp fixes from work: 2008-06-16 18:36:36 +00:00
archive_zip.h fixes from work: 2008-06-16 18:36:36 +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
codec_zlib.cpp fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
codec_zlib.h WIP file code, getting pretty close to functional 2007-12-01 18:32:43 +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
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