summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-15zlib-ng: Remove flag `-fno-semantic-interposition`lineage-18.1zclkkk
2021-04-18Remove GitHub Actions workflowsDanny Lin
2021-04-18Add zconf.h for Android buildsDanny Lin
2021-04-18Add zlib_bench from Chromium zlibDanny Lin
2021-04-18Port zlib-ng to the Android platformDanny Lin
2021-04-14[ARM] Use temporary variable when loading more than 8 bits in chunkmemset_neo...Mika Lindqvist
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-04-09Install clang-6 package if it is not present on Ubuntu when compiling against...Nathan Moinvaziri
2021-04-08Added Windows ARM and ARM64 binaries in releases. #909Nathan Moinvaziri
2021-04-08Alias ZEXTERN, ZEXPORT and ZEXPORTVA to Z_EXTERN, Z_EXPORT and Z_EXPORTVA res...Mika Lindqvist
2021-04-08Fix build if -D_FILE_OFFSET_BITS=64 is set manually.Mika Lindqvist
2021-03-26Include porting guide in GH release packages.Nathan Moinvaziri
2021-03-26Added build differences between zlib-compat and zlib-ng native mode to portin...Nathan Moinvaziri
2021-03-23Version 2.0.2Hans Kristian Rosbach
2021-03-22Fix MSVC warnings in deflate_quick_block_openIlya Leoshkevich
2021-03-22Detect unsupported VS at configure time (and not at compile time)tbeu
2021-03-20Support for posix_memalign in FreeBSD 11. #873Nathan Moinvaziri
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-18Added preprocessor error guards to ensure proper library usage.Nathan Moinvaziri
2021-03-18Add a CMake macro for simple test executablesIlya Leoshkevich
2021-03-18Don't test corpora when processing MinGW jobs. This should reduce the time th...Nathan Moinvaziri
2021-03-18Fix GNUInstallDirs includedir detectionVictor Westerhuis
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-17Version 2.0.1 - HotfixHans Kristian Rosbach
2021-03-17Fix block_open handling in deflate_quick()Ilya Leoshkevich
2021-03-16Stable release 2.0.0Hans Kristian Rosbach
2021-03-16Fix defining HAVE_SYS_SDT_H with CMakeIlya Leoshkevich iii@linux.ibm.com
2021-03-16Added comments for cmake test scripts.Nathan Moinvaziri
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-16Updated location to compression testing corpora.Nathan Moinvaziri
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-26Only set CPU feature flags in configure script if not using native instructions.Nathan Moinvaziri
2021-02-26Upload build log for pkgcheck CI when fails.Nathan Moinvaziri
2021-02-26Added pkgcheck macOS CI test for native instruction builds.Nathan Moinvaziri
2021-02-26Pass configure and cmake arguments to pkg/abi check scripts.Nathan Moinvaziri
2021-02-25Reduce number of mingw i686 and x86_64 parallel test runs due to wine errors.Nathan Moinvaziri
2021-02-25Add porting guide.Hans Kristian Rosbach
2021-02-25Fix incorrect --force-sse2 info in README.mdHans Kristian Rosbach
2021-02-18.github: Test with old gcc and clang by using oldest supported ubuntu.Dan Kegel
2021-02-18Reduce number of mingw x86_64 parallel test runs due to wine connection timeo...Nathan Moinvaziri
2021-02-17Set CI build error log artifact retention to 30 days.Nathan Moinvaziri
2021-02-17Upload cmake and configure errors when build fails.Nathan Moinvaziri
2021-02-17Use cmake check_c_compiler_flag for -fno-semantic-interposition compiler flag...Nathan Moinvaziri