miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz
Go to file
2013-10-14 00:50:26 +00:00
CMakeLists.txt Initial checkin of v115 - 1 important bugfix, few minor bugfixes, cmake support, merged a bunch of fixes from other folks, added improved PNG writer, etc. 2013-10-13 16:59:10 +00:00
example1.c v1.13 initial checkin 2012-05-20 04:01:37 +00:00
example1.cbp v1.13 initial checkin 2012-05-20 04:01:37 +00:00
example1.vcproj v1.12 - more comments, adding low-level example5, fixing issue when level_and_flags is set to MZ_DEFAULT_COMPRESSION, modified each project uses its own intermediate directory 2012-04-12 09:26:12 +00:00
example2.c Initial checkin of v115 - 1 important bugfix, few minor bugfixes, cmake support, merged a bunch of fixes from other folks, added improved PNG writer, etc. 2013-10-13 16:59:10 +00:00
example2.cbp v1.13 initial checkin 2012-05-20 04:01:37 +00:00
example2.vcproj v1.12 - more comments, adding low-level example5, fixing issue when level_and_flags is set to MZ_DEFAULT_COMPRESSION, modified each project uses its own intermediate directory 2012-04-12 09:26:12 +00:00
example3.c v1.13 initial checkin 2012-05-20 04:01:37 +00:00
example3.cbp v1.13 initial checkin 2012-05-20 04:01:37 +00:00
example3.vcproj v1.12 - more comments, adding low-level example5, fixing issue when level_and_flags is set to MZ_DEFAULT_COMPRESSION, modified each project uses its own intermediate directory 2012-04-12 09:26:12 +00:00
example4.c Initial checkin of v115 - 1 important bugfix, few minor bugfixes, cmake support, merged a bunch of fixes from other folks, added improved PNG writer, etc. 2013-10-13 16:59:10 +00:00
example4.cbp v1.13 initial checkin 2012-05-20 04:01:37 +00:00
example4.vcproj v1.12 - more comments, adding low-level example5, fixing issue when level_and_flags is set to MZ_DEFAULT_COMPRESSION, modified each project uses its own intermediate directory 2012-04-12 09:26:12 +00:00
example5.c v1.13 initial checkin 2012-05-20 04:01:37 +00:00
example5.cbp v1.13 initial checkin 2012-05-20 04:01:37 +00:00
example5.vcproj v1.12 - more comments, adding low-level example5, fixing issue when level_and_flags is set to MZ_DEFAULT_COMPRESSION, modified each project uses its own intermediate directory 2012-04-12 09:26:12 +00:00
example6.c Initial checkin of v115 - 1 important bugfix, few minor bugfixes, cmake support, merged a bunch of fixes from other folks, added improved PNG writer, etc. 2013-10-13 16:59:10 +00:00
examples.sln v1.13 initial checkin 2012-05-20 04:01:37 +00:00
examples.workspace v1.13 initial checkin 2012-05-20 04:01:37 +00:00
miniz_tester.cpp Initial checkin of v115 - 1 important bugfix, few minor bugfixes, cmake support, merged a bunch of fixes from other folks, added improved PNG writer, etc. 2013-10-13 16:59:10 +00:00
miniz_tester.vcproj v1.13 initial checkin 2012-05-20 04:01:37 +00:00
miniz.c ok, tweaking the fclose leak fix on write failure so it occurs AFTER the src file is opened, to prevent the dest archive from expanding in case the src file is missing (should be harmless though) 2013-10-14 00:50:26 +00:00
timer.cpp v1.13 initial checkin 2012-05-20 04:01:37 +00:00
timer.h v1.13 initial checkin 2012-05-20 04:01:37 +00:00
tinfl.c v1.13 initial checkin 2012-05-20 04:01:37 +00:00