1
0
forked from 0ad/0ad
0ad/source/lib/file/io
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
..
block_cache.cpp - fix incorrect use of block vs. sector aligned (both offset and length must be block-aligned to allow proper caching) 2008-01-20 21:52:54 +00:00
block_cache.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
io_align.cpp fixes from work: 2008-06-16 18:36:36 +00:00
io_align.h fixes from work: 2008-06-16 18:36:36 +00:00
io.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
io.h small fixes required by use of lib codebase at work 2008-03-29 18:29:26 +00:00
write_buffer.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
write_buffer.h fixes from work: 2008-06-16 18:36:36 +00:00