summaryrefslogtreecommitdiff
path: root/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* zlib 1.2.4-pre1v1.2.4-pre1Mark Adler2011-09-091-3/+16
|
* zlib 1.2.3.9v1.2.3.9Mark Adler2011-09-091-7/+7
|
* zlib 1.2.3.8v1.2.3.8Mark Adler2011-09-091-43/+53
|
* zlib 1.2.3.7v1.2.3.7Mark Adler2011-09-091-62/+49
|
* zlib 1.2.3.6v1.2.3.6Mark Adler2011-09-091-4/+4
|
* zlib 1.2.3.5v1.2.3.5Mark Adler2011-09-091-6/+8
|
* zlib 1.2.3.4v1.2.3.4Mark Adler2011-09-091-44/+68
|
* zlib 1.2.3.3v1.2.3.3Mark Adler2011-09-091-9/+32
|
* zlib 1.2.3.2v1.2.3.2Mark Adler2011-09-091-27/+60
|
* zlib 1.2.3.1v1.2.3.1Mark Adler2011-09-091-19/+24
|
* zlib 1.2.3v1.2.3Mark Adler2011-09-091-1/+1
|
* zlib 1.2.2.4v1.2.2.4Mark Adler2011-09-091-2/+2
|
* zlib 1.2.2.3v1.2.2.3Mark Adler2011-09-091-1/+1
|
* zlib 1.2.2.2v1.2.2.2Mark Adler2011-09-091-1/+1
|
* zlib 1.2.2.1v1.2.2.1Mark Adler2011-09-091-1/+1
|
* zlib 1.2.2v1.2.2Mark Adler2011-09-091-1/+1
|
* zlib 1.2.1.2v1.2.1.2Mark Adler2011-09-091-1/+1
|
* zlib 1.2.1.1v1.2.1.1Mark Adler2011-09-091-1/+1
|
* zlib 1.2.1v1.2.1Mark Adler2011-09-091-1/+1
|
* zlib 1.2.0.8v1.2.0.8Mark Adler2011-09-091-9/+11
|
* zlib 1.2.0.7v1.2.0.7Mark Adler2011-09-091-51/+12
|
* zlib 1.2.0.6v1.2.0.6Mark Adler2011-09-091-2/+2
|
* zlib 1.2.0.5v1.2.0.5Mark Adler2011-09-091-10/+22
|
* zlib 1.2.0.4v1.2.0.4Mark Adler2011-09-091-1/+1
|
* zlib 1.2.0.3v1.2.0.3Mark Adler2011-09-091-1/+1
|
* zlib 1.2.0.2v1.2.0.2Mark Adler2011-09-091-1/+1
|
* zlib 1.2.0.1v1.2.0.1Mark Adler2011-09-091-1/+4
|
* zlib 1.2.0v1.2.0Mark Adler2011-09-091-12/+13
|
* zlib 1.1.4v1.1.4Mark Adler2011-09-091-3/+4
|
* zlib 1.1.3v1.1.3Mark Adler2011-09-091-20/+34
|