summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-12-24Make integration into bigger projects easierDženan Zukić
2021-12-24Added build system check for posix_memalign support.Nathan Moinvaziri
2021-12-24[arm] Disable ACLE, UNALIGNED_OK and UNALIGNED64_OK on armv7 and earlier.Mika Lindqvist
2021-12-24Added unit test to ensure that inflate with adler32 hash works on previously ...Nathan Moinvaziri
2021-12-24Add new crc32 unit testMatheus Castanho
2021-06-21Change WITH_SANITIZER to be a multi-option parameter (for ccmake etc).Hans Kristian Rosbach
2021-06-11fix: SSE42CMPSTR compiled even if WITH_SSE4=OFFIlya Kurdyukov
2021-05-29Only when using Visual C++, the static library name should be "zlibstatic"Mika Lindqvist
2021-05-29Remove unnecessary test for stdarg.hMika Lindqvist
2021-05-29Handle HAVE_UNISTD_H defined to 0.Paweł Wegner
2021-05-27Fix build under Cygwin.Mika Lindqvist
2021-05-18Remove redundancy; apple is unixGreg Sjaardema
2021-05-18Fix compiler detection to avoid bad mpicc matchGreg Sjaardema
2021-05-16Spelling fixesGreg Sjaardema
2021-05-09[ARM/AArch64] More thorough testing of getauxval() macros and includesMika Lindqvist
2021-04-29Detect hwcap flags needed for runtime detection on ARM LinuxJosh Triplett
2021-04-27Fix build with LTO on GCCVictor Westerhuis
2021-04-14Write generated files during tests to CMake's build directory using the name ...Nathan Moinvaziri
2021-04-09Changed auto-detection of float-abi support by removing triplet check in favo...Nathan Moinvaziri
2021-03-22Detect unsupported VS at configure time (and not at compile time)tbeu
2021-03-20Only perform auto-detection of floating point ABI on ARM arch. #895Nathan Moinvaziri
2021-03-20Restore hash_head != 0 checksIlya Leoshkevich
2021-03-18Add a CMake macro for simple test executablesIlya Leoshkevich
2021-03-18Cmake: Accept custom install dirs in various formats from command line.Hans Kristian Rosbach
2021-03-17Remove unused header checks from CMake. These are legacy checks that zlib use...Nathan Moinvaziri
2021-03-17Fix .pc file generation in CMakeLists.txtVictor Westerhuis
2021-03-17Fix block_open handling in deflate_quick()Ilya Leoshkevich
2021-03-16Fix defining HAVE_SYS_SDT_H with CMakeIlya Leoshkevich iii@linux.ibm.com
2021-03-16Add testing of minigzip/minideflate --help and invalid parameterHans Kristian Rosbach
2021-03-16Fix bi_valid handling in deflate_quick()Ilya Leoshkevich iii@linux.ibm.com
2021-03-16Quote CMAKE_C_FLAGS_RELEASEIlya Leoshkevich iii@linux.ibm.com
2021-03-15[CMake] Add zlibstatic alias when BUILD_SHARED_LIBS is "OFF"past-due
2021-03-09Remove misleading manpage.Hans Kristian Rosbach
2021-02-25Add porting guide.Hans Kristian Rosbach
2021-02-17Use cmake check_c_compiler_flag for -fno-semantic-interposition compiler flag...Nathan Moinvaziri
2021-02-17Move code coverage detection into its own cmake file.Nathan Moinvaziri
2021-02-17Improve compiler detection of code coverage flags.Nathan Moinvaziri
2021-01-16Sync cmake variable names with names already used by %cmake macros inHans Kristian Rosbach
2021-01-12Fix SONAME versionHans Kristian Rosbach
2021-01-11Disallow semantic interposition in ELF shared libraries if supported by the c...Hans Kristian Rosbach
2020-12-12Separate sanitizers so they can be run independently.Nathan Moinvaziri
2020-11-22Separate crc32 and crc32_combine tables so the crc32_combine tables are not i...Nathan Moinvaziri
2020-11-21CMake: fix 'ALDER32' typo in feature info messageGreg V
2020-10-24Combine option and add_feature_info in CMake.Nathan Moinvaziri
2020-10-18Fixed formatting in check_c_source_compiles checks for consistency.Nathan Moinvaziri
2020-10-18Fixed ptrdiff_t redefined static analysis warning on GCC. Failing ptrdiff_t d...Nathan Moinvaziri
2020-09-23Added option to normalize line-endings in CMake run-and-compare script.Nathan Moinvaziri
2020-09-23Move tests closer to add_executable in CMake to make them easier to find.Nathan Moinvaziri
2020-09-23Ignore hidden test files with ctest on macOS.Nathan Moinvaziri
2020-09-23Turn off compare and gzip verify in GH-536 tests due to switchlevels.Nathan Moinvaziri