miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz
Go to file
2013-10-14 01:55:15 +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 Minor bugfix to mz_zip_writer_add_from_zip_reader() discovered on the zip64 branch - should be a harmless bug because I don't think the central dir offsets are actually used during writing in this build (but they are in the next one). 2013-10-14 01:55:15 +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