summaryrefslogtreecommitdiff
path: root/thirdparty/zlib
AgeCommit message (Collapse)AuthorFilesLines
2017-04-08zlib: Update to 1.2.11.Jose Fonseca22-961/+1623
2016-03-29cmake: Always build compression libraries with release flags.Jose Fonseca1-0/+2
We don't care about debugging them, and it can make a significant performance difference.
2014-06-25cmake: Refactor all convenience library generation into a function.José Fonseca1-5/+1
2013-10-15Update to zlib version 1.2.8.José Fonseca22-298/+606
2012-12-11Install all thirdparty licenses.José Fonseca1-1/+7
2012-03-17Update to zlib version 1.2.6.José Fonseca23-1767/+1224
This version already returns all data on premature end of file, therefore eliminating the need of commit 1dc11cd6b5ef9f6a2aede394f60742b76ff830fd.
2011-10-08Fix MSVC build.José Fonseca2-3/+8
2011-10-08Ignore unexpected end of file in gzread.José Fonseca1-0/+6
zlib-1.2.4 onwards makes it is impossible to read the last block of incomplete gzip traces without this modification.
2011-10-08Upgrade bundled zlib to 1.2.5 again.José Fonseca30-2000/+4005
2011-06-30Put all thirdparty code into a separate subdirectory.José Fonseca27-0/+12669