Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change version number to 1.2.8. | Mark Adler | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Suport i686 and amd64 assembler builds in CMakeLists.txt. | Like Ma | 2013-02-24 | 1 | -2/+38 |
| | | | | | * Use -DASM686=1 to build with i686 asm. * Use -DAMD64=1 to build with amd64 asm. | ||||
* | Don't specify --version-script on Apple platforms in CMakeLists.txt. | Will Glynn | 2013-02-23 | 1 | -1/+3 |
| | | | | | Mac OS X's linker (derived from LLVM, not GNU binutils) does not support --version-script. Don't specify it on this platform. | ||||
* | Quote --version-script argument in CMakeLists.txt. | Will Glynn | 2013-02-23 | 1 | -1/+1 |
| | | | | | Previously, spaces in ${CMAKE_CURRENT_SOURCE_PATH} would expand into multiple linker arguments. | ||||
* | Fix CMake compilation of static lib for MSVC2010 x64. | Thomas Roß | 2012-07-06 | 1 | -4/+4 |
| | |||||
* | Fix the path to zlib.map in CMakeLists.txt. | Daniel Snider | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]. | Mark Adler | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | Look in build directory for zlib.pc in CMakeLists.txt. | Peter Kuemmel | 2012-03-18 | 1 | -2/+3 |
| | |||||
* | Add source directory in CMakeLists.txt for building examples. | Peter Kuemmel | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | Rename zconf.h in CMakeLists.txt to move it out of the way. | Peter Kuemmel | 2012-03-17 | 1 | -5/+5 |
| | |||||
* | If using cmake with MSVC, add the source directory to the includes. | Christoph J. Thompson | 2012-03-12 | 1 | -0/+1 |
| | | | | modified: CMakeLists.txt | ||||
* | Include version symbols for cmake builds. | Christoph J. Thompson | 2012-03-11 | 1 | -0/+3 |
| | | | | Add a version variable so it gets added to the pkg-config file. | ||||
* | Build both a static and a shared version of zlib with cmake. | Christoph J. Thompson | 2012-03-11 | 1 | -8/+4 |
| | |||||
* | Generate and install the pkg-config file with cmake. | Christoph J. Thompson | 2012-03-11 | 1 | -2/+8 |
| | |||||
* | Allow overriding the default install locations for cmake. | Christoph J. Thompson | 2012-03-11 | 1 | -5/+10 |
| | |||||
* | Fix CMakeLists.txt for cross compilation [McClure]. | Mark Adler | 2012-01-16 | 1 | -1/+10 |
| | |||||
* | Remove hard-coding of resource compiler in CMakeLists.txt [Blammo] | Mark Adler | 2011-12-17 | 1 | -1/+1 |
| | |||||
* | Move example.c and minigzip.c to test/. | Mark Adler | 2011-11-27 | 1 | -4/+4 |
| | |||||
* | zlib 1.2.4.1v1.2.4.1 | Mark Adler | 2011-09-09 | 1 | -9/+2 |
| | |||||
* | zlib 1.2.4-pre1v1.2.4-pre1 | Mark Adler | 2011-09-09 | 1 | -9/+12 |
| | |||||
* | zlib 1.2.3.9v1.2.3.9 | Mark Adler | 2011-09-09 | 1 | -2/+16 |
| | |||||
* | zlib 1.2.3.7v1.2.3.7 | Mark Adler | 2011-09-09 | 1 | -9/+0 |
| | |||||
* | zlib 1.2.3.6v1.2.3.6 | Mark Adler | 2011-09-09 | 1 | -23/+35 |
| | |||||
* | zlib 1.2.3.5v1.2.3.5 | Mark Adler | 2011-09-09 | 1 | -0/+177 |