about summary refs log tree commit diff
path: root/src/rt/miniz.cpp
AgeCommit message (Collapse)AuthorLines
2013-11-18Move runtime files to C instead of C++Alex Crichton-1884/+0
Explicitly have the only C++ portion of the runtime be one file with exception handling. All other runtime files must now live in C and be fully defined in C.
2012-08-29Fix MZ_FORCEINLINE define to work with GCC 4.7.1.Jed Davis-1/+1
Using just __always_inline__ without inline results in several instances of "error: always_inline function might not be inlinable".
2012-08-28Compress metadata section. Seems a minor speed win, major space win.Graydon Hoare-0/+1884