summaryrefslogtreecommitdiff
path: root/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.3.2Mark Adler27 hours1-2/+2
|
* Remove GNU-only constructs from Makefile.in.Mark Adler38 hours1-4/+0
|
* Fix missing dependencies in Makefile.in.Vemake2026-01-281-2/+2
|
* Vectorize the CRC-32 calculation on the s390x.Ilya Leoshkevich2026-01-271-0/+11
| | | | | | | | | Use vector extensions when compiling for s390x and binutils knows about them. At runtime, check whether kernel supports vector extensions (it has to be not just the CPU, but also the kernel) and choose between the regular and the vectorized implementations. Co-authored-by: Eduard Stefes <eddy@linux.ibm.com>
* zlib 1.3.1.2v1.3.1.2Mark Adler2025-12-081-1/+1
| | | | Interim version for an audit.
* Restore zconf.h to distribution.Mark Adler2025-02-051-4/+5
|
* Update Makefile to not recreate zconf.h and zconf.h.cmakein.Mark Adler2025-01-311-11/+11
| | | | | Both were removed as zconf.h.cmakein is no longer needed, and zconf.h is made from zconf.h.in.
* Disable make cover if no gcov was found.Vollstrecker2025-01-311-0/+4
|
* Adjust coverage testing to the llvm gcov calling convention.Vollstrecker2025-01-311-1/+3
|
* Fix inflate coverage test in Makefile.in.Vollstrecker2025-01-311-3/+3
|
* Add required gzguts.h dependencies in Makefile.in.Meiye-lj2024-07-291-4/+6
|
* Change version number on develop branch to 1.3.1.1.Mark Adler2024-01-221-1/+1
|
* zlib 1.3.1v1.3.1Mark Adler2024-01-221-2/+2
|
* Move the load flags before the object files in Makefile tests.Mark Adler2024-01-221-5/+5
|
* Use Makefile compiler for minizip-test target.Mark Adler2024-01-211-1/+1
|
* Change version number on develop branch to 1.3.0.1.Mark Adler2023-08-181-1/+1
|
* zlib 1.3v1.3Mark Adler2023-08-181-1/+1
|
* Use original make and options when Makefile runs make.Mark Adler2023-08-171-2/+2
| | | | Also avoid the use of the -C option for non-GNU make.
* Fix typo in preceding reversion commit.Mark Adler2023-08-171-1/+1
|
* Revert flipping of load flags in Makefile.in for z/OS.Mark Adler2023-08-171-6/+6
| | | | | It looked innocuous enough and worked on macOS, but failed on Ubuntu.
* Move load flags before object file in Makefile.in for Z/OS.Mark Adler2023-08-171-6/+6
|
* Add minizip testing to Makefile.Mark Adler2023-08-031-1/+7
|
* Change version number on develop branch to 1.2.13.1.Mark Adler2022-10-151-1/+1
|
* zlib 1.2.13v1.2.13Mark Adler2022-10-121-1/+1
|
* CI: Run test applications against QEMU.Nathan Moinvaziri2022-10-111-4/+4
|
* Turn off RWX segment warnings on sparc systems.Mark Adler2022-10-101-3/+3
|
* Remove deleted assembler code references.Mark Adler2022-10-061-4/+0
| | | | | | The code was removed, but the builds that used the code were not updated. This fixes that. Thanks to Adenilson and toxieainc for the patches.
* Change version number on develop branch to 1.2.12.1.Mark Adler2022-03-271-1/+1
|
* zlib 1.2.12v1.2.12Mark Adler2022-03-271-1/+1
|
* Remove destructive aspects of make distclean.Mark Adler2022-03-271-3/+1
|
* Have Makefile return non-zero error code on test failure.Mark Adler2017-02-151-6/+6
|
* Change version number to 1.2.11.1.Mark Adler2017-01-151-1/+1
|
* zlib 1.2.11v1.2.11Mark Adler2017-01-151-1/+1
|
* Change version number to 1.2.10.1.Mark Adler2017-01-151-2/+2
|
* zlib 1.2.10v1.2.10Mark Adler2017-01-021-1/+1
|
* Remove files to be installed before copying them in Makefile.in.Mark Adler2017-01-021-0/+5
|
* Change version number to zlib 1.2.9.1.Mark Adler2017-01-011-1/+1
|
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-2/+2
|
* Allow building zlib outside of the source directory.Mark Adler2015-08-021-52/+169
| | | | | | | | | | To build, simply run configure from the source directory by specifying its path. That path will be used to find the source files. The source directory will not be touched. All new and modified files will be made in the current directory. Discovered in the process that not all makes understand % or $<, and not all compilers understand -include or -I-. This required a larger Makefile.in with explicit dependencies.
* Avoid use of DEBUG macro -- change to ZLIB_DEBUG.Mark Adler2015-07-281-1/+1
|
* Change version number to 1.2.8.1.Mark Adler2013-05-021-1/+1
|
* Update some copyright years.Mark Adler2013-04-281-1/+1
|
* Change version number to 1.2.8.Mark Adler2013-04-281-1/+1
|
* Change version number to 1.2.7.3.Mark Adler2013-04-131-1/+1
|
* Change version number to 1.2.7.2.Mark Adler2013-04-131-1/+1
|
* In Makefile uninstall, don't rm if preceding cd fails.Mark Adler2013-03-241-4/+4
|
* Eliminate use of mktemp in Makefile (not always available).Mark Adler2012-05-201-4/+4
|
* Change version number to 1.2.7.1.Mark Adler2012-05-021-2/+2
|
* Avoid race condition for parallel make (-j) running example.Mark Adler2012-04-221-9/+12
|
* Avoid the use of the -u option with mktemp.Mark Adler2012-03-141-2/+2
|