0ad/source/ps/XML
janwas f4adce44bf cleanup:
- callbacks now have a uintptr_t "cbData" parameter (instead of
haphazard void*/uintptr_t, cb/ctx/data)
- resource loading code now more uniformly deals with u8* pointers
instead of void*

allocators: add support for page_aligned_alloc via boost::shared_ptr.
add evil hack to avoid the need for default ctor and ensure alignment in
SingleAllocator
archive: improve Decompressor
compression:
. near complete rewrite (previous code was a poorly factored mess)
. fix bug related to buffer allocation
. no longer provide get_output API (prone to abuse)
. add call to get max. size of output buffer (for preallocation)

This was SVN commit r5370.
2007-09-25 09:39:20 +00:00
..
tests # housekeeping 2007-05-21 23:24:56 +00:00
XercesErrorHandler.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
XercesErrorHandler.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Xeromyces.cpp cleanup: 2007-09-25 09:39:20 +00:00
Xeromyces.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
XeroXMB.cpp # SwEng 2007-05-02 12:07:08 +00:00
XeroXMB.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
XML.h . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
XMLUtils.cpp # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00
XMLWriter.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
XMLWriter.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00