miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz
Go to file
r-lyeh f4a1823837 alignment fix #46; see log:
```
D:\commit\miniz>zipalign.exe -c -v 4 __mz_example2_test__.zip
Verifying alignment of __mz_example2_test__.zip (4)...
      36 49.txt (OK - compressed)
     639 48.txt (OK - compressed)
    1243 47.txt (OK - compressed)
    1847 46.txt (OK - compressed)
    2451 45.txt (OK - compressed)
    3054 44.txt (OK - compressed)
    3657 43.txt (OK - compressed)
    4261 42.txt (OK - compressed)
    4865 41.txt (OK - compressed)
    5469 40.txt (OK - compressed)
    6072 39.txt (OK - compressed)
    6676 38.txt (OK - compressed)
    7281 37.txt (OK - compressed)
    7886 36.txt (OK - compressed)
    8491 35.txt (OK - compressed)
    9096 34.txt (OK - compressed)
    9701 33.txt (OK - compressed)
   10306 32.txt (OK - compressed)
   10911 31.txt (OK - compressed)
   11516 30.txt (OK - compressed)
   12120 29.txt (OK - compressed)
   12723 28.txt (OK - compressed)
   13327 27.txt (OK - compressed)
   13931 26.txt (OK - compressed)
   14536 25.txt (OK - compressed)
   15141 24.txt (OK - compressed)
   15746 23.txt (OK - compressed)
   16351 22.txt (OK - compressed)
   16955 21.txt (OK - compressed)
   17559 20.txt (OK - compressed)
   18162 19.txt (OK - compressed)
   18766 18.txt (OK - compressed)
   19371 17.txt (OK - compressed)
   19976 16.txt (OK - compressed)
   20581 15.txt (OK - compressed)
   21186 14.txt (OK - compressed)
   21791 13.txt (OK - compressed)
   22396 12.txt (OK - compressed)
   23001 11.txt (OK - compressed)
   23606 10.txt (OK - compressed)
   24209 9.txt (OK - compressed)
   24811 8.txt (OK - compressed)
   25414 7.txt (OK - compressed)
   26017 6.txt (OK - compressed)
   26620 5.txt (OK - compressed)
   27222 4.txt (OK - compressed)
   27824 3.txt (OK - compressed)
   28427 2.txt (OK - compressed)
   29030 1.txt (OK - compressed)
   29633 0.txt (OK - compressed)
   30240 directory/ (OK)
Verification succesful
```
2015-10-06 20:22:33 +02: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 alignment fix #46; see log: 2015-10-06 20:22:33 +02: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