summaryrefslogtreecommitdiff
path: root/configure (follow)
Commit message (Expand)AuthorAgeFilesLines
* zlib 1.3v1.3Mark Adler2023-08-181-3/+1
* Look for a cross-compile libtool first in configure.OldWorldOrdr2023-08-171-1/+3
* Add memory sanitizer to configure (--memory).Mark Adler2023-08-121-5/+11
* Fix some spelling errors.Dimitri Papadopoulos2023-08-031-1/+1
* Remove K&R function definitions from zlib.Mark Adler2023-04-151-2/+2
* Turn off C2X warning about deprecated K&R function syntax.Mark Adler2023-04-131-2/+2
* Minor formatting changes in configure.Mark Adler2022-10-101-24/+25
* Fix linking on AIX with gcc.Mark Adler2022-10-101-0/+2
* Turn off RWX segment warnings on sparc systems.Mark Adler2022-10-101-0/+7
* Remove vestigial line from configure.Mark Adler2022-10-091-1/+0
* Search for system name in CHOST instead of trying to extract it.Mark Adler2022-10-091-5/+5
* Remove bypass of MinGW gcc case in configure.Mark Adler2022-10-091-3/+1
* Remove deleted assembler code references.Mark Adler2022-10-061-15/+0
* Remove -pedantic from configure -w compile options.Mark Adler2022-10-061-2/+2
* Add -g when debugging with -fsanitize=address to include symbols.Mark Adler2022-07-311-1/+1
* Fix configure issue that discarded provided CC definition.Mark Adler2022-03-281-0/+3
* Check for cc masquerading as gcc or clang in configure.Mark Adler2022-03-271-2/+8
* Separate out address sanitizing from warnings in configure.Mark Adler2022-03-271-2/+7
* Speed up software CRC-32 computation by a factor of 1.5 to 3.Mark Adler2018-12-261-19/+14
* Add address checking in clang to -w option of configure.Mark Adler2017-02-181-2/+2
* Avoid the need for ssize_t.Mark Adler2016-12-311-21/+1
* Detect clang in cc version.Mark Adler2016-12-301-0/+1
* Fix compile option for when z_size_t needs to be a long long.Mark Adler2016-12-041-1/+1
* Create z_size_t and z_ssize_t types.Mark Adler2016-12-041-12/+94
* Add --debug (-d) option to ./configure to define ZLIB_DEBUG.Mark Adler2016-12-041-0/+6
* Add --warn option to ./configure, instead of environment variable.Mark Adler2016-10-111-1/+3
* Allow building zlib outside of the source directory.Mark Adler2015-08-021-9/+28
* Remove runtime check in configure for four-byte integer type.Mark Adler2013-03-231-26/+0
* Fix configure for Sun shell.Mark Adler2013-03-231-1/+3
* Clean up the usage of z_const and respect const usage within zlib.Mark Adler2012-08-131-2/+8
* Fix configure check for veracity of compiler error return codes.Mark Adler2012-06-091-58/+85
* Delete "--version" file if created by "ar --version" [Richard G.].Mark Adler2012-06-091-1/+1
* Cleaner check for whether libtool is Apple or not on Darwin.Mark Adler2012-06-091-1/+1
* On Darwin, only use /usr/bin/libtool if libtool is not Apple.Mark Adler2012-06-091-1/+5
* Force the native libtool in Mac OS X to avoid GNU libtool [Beebe].Mark Adler2012-05-011-1/+1
* Fix location of executable for finding a four-byte integer.Mark Adler2012-04-291-1/+1
* Fix type mismatch between get_crc_table() and crc_table.Mark Adler2012-04-291-0/+27
* Remove -R. from Solaris shared build (possible security issue).Mark Adler2012-04-221-1/+1
* Update ./configure for Solaris, support --64 [Mooney].Mark Adler2012-04-221-9/+22
* Add more comments to configure.Mark Adler2012-04-011-1/+33
* Recognize clang as gcc.Mark Adler2012-03-141-0/+1
* Simplify test and use of gcc hidden attribute.Mark Adler2012-03-031-7/+3
* Improve the detection of no hidden visibility attribute.Mark Adler2012-02-191-2/+14
* Test for existence of strerror.Mark Adler2012-02-181-1/+15
* Use name in GCC_CLASSIC as C compiler for coverage testing, if set.Mark Adler2012-02-041-0/+3
* Use the -m option on ldconfig for BSD systems [Tobias].Mark Adler2012-01-291-1/+4
* Add the generation of configure.log by ./configure.Mark Adler2012-01-281-100/+159
* Have ./configure use the compiler return code for error indication.Mark Adler2012-01-161-14/+30
* Split off AR options in Makefile.in and configure.Mark Adler2011-11-131-5/+8
* Add --cover option to ./configure for gcc coverage testing.Mark Adler2011-10-091-1/+7