barnson / miniz

Automatically exported from code.google.com/p/miniz
1 stars 1 forks source link

PATCH: Add allocation and free functions to allocate compressor/decompressor structures #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allocate the tdefl_compressor and tinfl_decompressor structures in C so that 
non-C language bindings to tdefL_ and tinfl_ API don't need to worry about 
structure size and allocation mechanism.

The patch is based on version 1.16 alpha.

Original issue reported on code.google.com by williamw...@gmail.com on 19 Oct 2013 at 10:28

Attachments:

GoogleCodeExporter commented 9 years ago
Ok this is merged into v1.16 beta:
http://www.tenacioussoftware.com/miniz_v116_beta_r1.7z

And I've updated the main page. I'll be merging these changes into the zip64 
branch where I'll continue to test them over the next 1-2 weeks, but I think 
they are good.

Not the version macros still report "9.1.15" until I figure out how to fix the 
nibble zlib version encoding issue..

Original comment by richge...@gmail.com on 20 Oct 2013 at 6:00

GoogleCodeExporter commented 9 years ago

Original comment by richge...@gmail.com on 20 Oct 2013 at 6:01