summaryrefslogtreecommitdiff
path: root/thirdparty/libz
AgeCommit message (Collapse)Author
2020-12-31Fix Windows buildEven Rouault
2020-12-31patch provided 3rdparty zlib to work with MacOSAntonin Descampe
2020-12-16docs: fix simple typo, producted -> producedTim Gates
There is a small typo in thirdparty/include/zlib.h, thirdparty/libz/zlib.h. Should read `produced` rather than `producted`.
2016-05-02Use lowercase for cmake commands consistenlyJulien Malik
Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt This needs vim 7.3 and fails with vim 7.4 This also fixes a number of : - missing empty line at end of files - useless space at end of lines
2015-07-04Update zlib to version 1.2.8mayeut
2011-03-20Removed the libs directory containing win32 compiled versions of libpng, ↵Antonin Descampe
libtiff and liblcms. Added a thirdparty directory to include main source files of libtiff, libpng, libz and liblcms to enable support of these formats in the codec executables. CMake will try to statically build these libraries if they are not found on the system. Note that these third party libraries are not required to build libopenjpeg (which has no dependencies).