summary refs log tree commit diff stats
path: root/lib/wrappers/zip/zlib.nim
Commit message (Collapse)AuthorAgeFilesLines
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-312/+0
|
* lib/wrappers/s-z - Dropped 'T' from typespdw2015-06-041-37/+39
|
* Fix a few more warningsdef2015-02-171-1/+1
|
* CS fixes for zlib.nimDominik Picheta2014-09-171-72/+72
|
* Uses finally as statement to release zlib memory. Refs #1048.Grzegorz Adam Hankiewicz2014-03-291-2/+3
|
* Uses swap() to avoid variable copies. Refs #1048.Grzegorz Adam Hankiewicz2014-03-291-4/+4
|
* Modifies inflate() to return a discardable bool. Refs #1048.Grzegorz Adam Hankiewicz2014-03-291-13/+4
|
* Adds convenience uncompress and inflate procs to zlib.Grzegorz Adam Hankiewicz2014-03-291-0/+134
| | | | | | The new uncompress() version doesn't require you to know the size of the inflated destination buffer. The inflate() proc wraps it for convenience on a var string type.
* Provide zlib version explicit on Linux.Michał Zieliński2014-03-131-1/+1
| | | | | | - workaround for Gentoo (#987), - also, it's a good practice to provide ABI version in calls to dlopen, so if zlib ever changes ABI, wrappers won't break siliently.
* fixes #612Araq2014-02-111-0/+1
|
* Add compressBound proc to zlib wrapper.Dominik Picheta2013-10-131-0/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-4/+5
|
* added missing library filesrumpf_a@web.de2010-03-071-0/+181
|
* examples/lib use the new wrappersAndreas Rumpf2010-02-281-181/+0
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
|
* version0.7.10Andreas Rumpf2009-06-081-0/+181