miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz
Go to file
2016-11-28 01:33:23 +01:00
examples Separate the into multiple files similar to the vogl zip64 version of the library. 2016-06-25 06:43:30 -05:00
tests Make tester and examples compile again and test script 2016-11-27 21:39:02 +01:00
.clang-format Add vogl .clang-format and reformat library source. 2016-06-25 09:03:56 -05:00
.travis.yml Added travis conf 2016-11-28 01:33:23 +01:00
amalgamate.sh Fix compile issues with "gcc -ansi" 2016-11-27 22:19:38 +01:00
CMakeLists.txt Make tester and examples compile again and test script 2016-11-27 21:39:02 +01:00
LICENSE MiniZ ZIP64 was part of valve vogl which is MIT licensed 2016-11-21 18:17:47 +01:00
miniz_common.h Fix compile issues with "gcc -ansi" 2016-11-27 22:19:38 +01:00
miniz_tdef.c Fix compile issues with "gcc -ansi" 2016-11-27 22:19:38 +01:00
miniz_tdef.h Fix compile issues with "gcc -ansi" 2016-11-27 22:19:38 +01:00
miniz_tinfl.c Fix compile issues with "gcc -ansi" 2016-11-27 22:19:38 +01:00
miniz_tinfl.h Fix compile issues with "gcc -ansi" 2016-11-27 22:19:38 +01:00
miniz_zip.c Fixup: Only set locator bit if the locator is going to be added 2016-11-28 01:20:31 +01:00
miniz_zip.h Fix compile issues with "gcc -ansi" 2016-11-27 22:19:38 +01:00
miniz.c Fix comments 2016-11-27 22:23:47 +01:00
miniz.h Fix comments 2016-11-27 22:23:47 +01:00
readme.md Update readme.md 2016-06-25 12:58:26 -05:00
test.sh Fix test 2016-11-28 00:36:05 +01:00

miniz

This is a reorganized version of miniz https://github.com/richgel999/miniz

basically file since source file has been separated into a more traditional header/source library. This is mainly based off of the organization done for the version in the valve vogl tool. That way the changes could be merged more easily. https://github.com/ValveSoftware/vogl/blob/master/src/voglcore/vogl_miniz.h

I've also integrated the changes from here: http://www.tenacioussoftware.com/miniz_v116_beta_r1.7z