miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz
Go to file
2016-06-25 11:09:06 -05: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 Separate the into multiple files similar to the vogl zip64 version of the library. 2016-06-25 06:43:30 -05:00
.clang-format Add vogl .clang-format and reformat library source. 2016-06-25 09:03:56 -05:00
CMakeLists.txt Separate the into multiple files similar to the vogl zip64 version of the library. 2016-06-25 06:43:30 -05:00
miniz_common.h Add vogl .clang-format and reformat library source. 2016-06-25 09:03:56 -05:00
miniz_tdef.c Add vogl .clang-format and reformat library source. 2016-06-25 09:03:56 -05:00
miniz_tdef.h add more extern c blocks. 2016-06-25 10:56:14 -05:00
miniz_tinfl.c Add vogl .clang-format and reformat library source. 2016-06-25 09:03:56 -05:00
miniz_tinfl.h add more extern c blocks. 2016-06-25 10:56:14 -05:00
miniz_zip.c Add vogl .clang-format and reformat library source. 2016-06-25 09:03:56 -05:00
miniz_zip.h Fix some missed stuff that clang-format missed. 2016-06-25 10:11:59 -05:00
miniz.c Another formatting issue. 2016-06-25 11:09:06 -05:00
miniz.h Add vogl .clang-format and reformat library source. 2016-06-25 09:03:56 -05:00
readme.md Update readme.md 2016-06-25 08:37:32 -05: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. 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

Eventually may integrate changes from the vogl version as well.