summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* zlib 1.2.13HEADv1.2.13masterMark 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
|
* Fix build with non-GNU make on Solaris.Török Edwin2012-02-181-5/+5
|
* Change version number to 1.2.7.Mark Adler2012-02-121-1/+1
|
* Change version number to 1.2.6.1.Mark Adler2012-01-291-1/+1
|
* Add the generation of configure.log by ./configure.Mark Adler2012-01-281-1/+1
|
* Change version number to 1.2.6.Mark Adler2012-01-161-1/+1
|
* Change version numbers to 1.2.5.3.Mark Adler2011-12-181-1/+1
|
* Test the inflate code with full coverage.Mark Adler2011-11-271-0/+13
| | | | | | | | | Add a cover target in Makefile and the test/infcover.c test program to cover all of the code lines in the inf*.c source files. The coverage is run with memory allocation checking in order to expose memory leaks. The coverage testing is run using: ./configure --cover && make cover
* Move example.c and minigzip.c to test/.Mark Adler2011-11-271-8/+8
|
* Split off AR options in Makefile.in and configure.Mark Adler2011-11-131-2/+3
| | | | | Adds ARFLAGS variable for options, where AR is now just the command name. So now $(AR) $(ARFLAGS) is used to build the static library.
* Add --cover option to ./configure for gcc coverage testing.Mark Adler2011-10-091-0/+1
| | | | | | | | This adds the -fprofile-arcs and -ftest-coverage options when compiling the source code for the static library. Those same options must then be used when linking the static library into an executable. This updates Makefile.in to remove and .gitignore to ignore the files generated when testing coverage.
* Move example.c and minigzip.c to examples/ directory.Mark Adler2011-10-091-4/+10
|
* Add a ./config --solo option to make zlib subset with no libary useMark Adler2011-10-071-4/+6
| | | | | | | | A common request has been the ability to compile zlib to require no other libraries. This --solo option provides that ability. The price is that the gz*, compress*, and uncompress functions are eliminated, and that the user must provide memory allocation and free routines to deflate and inflate when initializing.
* Update zconf.h.cmakein on make distclean.Mark Adler2011-10-021-4/+7
|
* use relative symlinks for shared libsMike Frysinger2011-09-111-2/+2
| | | | | | | | | The DESTDIR should not be encoded into symlinks as it is only a temporary path. Further, since we install the symlinks into the same dir as the files, let's use relative links so that they can always resolve. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Change version numbers to 1.2.5.2 and release datesMark Adler2011-09-111-1/+1
| | | | | | Also added "-motley" to ZLIB_VERSION in zlib.h, so that versions in-between 1.2.5.1 and 1.2.5.2 that are pulled down from github can be identified as such if bugs are reported on them.
* zlib 1.2.5.1v1.2.5.1Mark Adler2011-09-111-12/+14
|
* zlib 1.2.5v1.2.5Mark Adler2011-09-091-1/+1
|
* zlib 1.2.4.5v1.2.4.5Mark Adler2011-09-091-3/+3
|
* zlib 1.2.4.4v1.2.4.4Mark Adler2011-09-091-3/+6
|
* zlib 1.2.4.3v1.2.4.3Mark Adler2011-09-091-1/+1
|
* zlib 1.2.4.2v1.2.4.2Mark Adler2011-09-091-7/+7
|
* zlib 1.2.4.1v1.2.4.1Mark Adler2011-09-091-4/+6
|
* zlib 1.2.4-pre2v1.2.4-pre2Mark Adler2011-09-091-4/+5
|