summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce ZLIBNG_ENABLE_TESTSIlya Leoshkevich2022-11-017-21/+80
* Makefile.in: distclean should remove zlib.pc instead of cleantch692022-11-011-2/+1
* Detect the availability of _Thread_local using a configure checkCameron Cawley2022-10-233-1/+33
* Enable and fix -Wimplicit-fallthrough warningsCameron Cawley2022-10-235-2/+41
* [MinGW] Disable GCC warning about using MS format specifiers in ISO C conform...Mika Lindqvist2022-10-232-1/+4
* Fix typo in README.mdCameron Cawley2022-10-231-1/+1
* Fix deflate() with Z_BEST_COMPRESSION ignoring the dictionaryIlya Leoshkevich2022-10-231-1/+1
* Improve Microsoft Visual Studio CIVladislav Shchapov2022-10-111-4/+34
* Fix crc32_fold_pclmulqdq.c(241): error C2719: 'fold3': formal parameter with ...Vladislav Shchapov2022-10-112-7/+8
* Fix missing intrinsics (MSVS 2015, 2017)Vladislav Shchapov2022-10-112-1/+19
* Fix AVX2 detectVladislav Shchapov2022-10-111-0/+2
* Fix memcpy() overflow in adler32_fold.c and crc32_fold.cMika Lindqvist2022-10-113-10/+26
* Fix compiler warnings when ARM_NEON_HASLD4 is undefinedCameron Cawley2022-10-111-2/+2
* Simplify feature checks in neon_intrins.hCameron Cawley2022-10-111-6/+4
* Move the NEON compatibility defines into a separate fileCameron Cawley2022-10-116-78/+67
* Use static inline in x86_features.cCameron Cawley2022-10-111-3/+3
* Check that the OS supports saving the YMM registers before enabling AVX2Cameron Cawley2022-10-112-4/+42
* Use short decompress option name for gzip compatibility. #1347Nathan Moinvaziri2022-10-091-1/+1
* Remove unused tryboth() functionHans Kristian Rosbach2022-10-091-12/+0
* vpclmulqdq compilation fails without avx512f also enabledHans Kristian Rosbach2022-10-092-2/+2
* Make visibility tests run the same way as the other tests.Hans Kristian Rosbach2022-10-091-12/+12
* Don't try to link gz* objects twice.Hans Kristian Rosbach2022-10-091-13/+13
* Remove errant space in cmake posix specifierHans Kristian Rosbach2022-10-091-1/+1
* IBM Z DFLTCC: Fix updating strm.adler with inflate()Ilya Leoshkevich2022-09-262-1/+3
* [Compat] Don't use uint32_t for z_crc_tMika Lindqvist2022-09-261-2/+2
* msvc/armv7: disable crc32_acleShawn Hoffman2022-09-261-18/+24
* Fixed casting warning from uint64_t to size_t in adler32_copy benchmarksNathan Moinvaziri2022-09-261-1/+1
* Fixed undefined variable random_ints in adler32_copy benchmarks.Nathan Moinvaziri2022-09-261-1/+2
* Pin Google Benchmark to v1.7.0 since master tag has been removed.Nathan Moinvaziri2022-09-261-2/+13
* Inflate: Increase max root table sizes to 10 and 9Dougall Johnson2022-09-253-11/+11
* Fix build failure introduced by 8df665005952cdbe7dc995d409ffe4f861e7a83eMika Lindqvist2022-09-162-4/+14
* Fix wine32 dependencies for MinGW i686.Mika Lindqvist2022-09-051-1/+1
* Add CVE-2022-37434 test.Vladislav Shchapov2022-09-051-0/+5
* If the extra field was larger than the space the user provided withMika Lindqvist2022-09-051-3/+5
* format VcpkgFrankXie2022-09-051-1/+1
* format and add vcpkg headings.FrankXie2022-09-051-6/+8
* Add vcpkg installation instructionsFrankXie2022-09-051-0/+12
* Add add_subdirectory test.Vladislav Shchapov2022-09-053-0/+27
* Fix build as subproject.Vladislav Shchapov2022-09-054-19/+19
* fix ACLE detection on msvc/arm64Shawn Hoffman2022-09-055-7/+15
* msvc/arm64: fix narrowing/signed conversion warning in NEON_accum32Shawn Hoffman2022-09-051-2/+2
* Remove extra compiler namesLong Nguyen2022-09-051-3/+1
* Set `CMAKE_*_COMPILER_TARGET` to full triplet for mingw toolchainsLong Nguyen2022-09-052-16/+16
* Remove ZLIB_DUAL_LINK option to simplify dual link tests.Nathan Moinvaziri2022-09-054-19/+10
* Actually run `configure` CI on macOS with GCCMosè Giordano2022-09-051-3/+3
* Fixed content already populated error in CMake scripts. #1327Nathan Moinvaziri2022-09-052-7/+6
* cmake: respect custom `RC` flags and delete `GCC_WINDRES`Viktor Szakats2022-08-174-31/+1
* Reorganize cmake scripts for tests.Nathan Moinvaziri2022-08-1710-376/+384
* Fix inflateBack to detect invalid input with distances too far.Mark Adler2022-08-171-0/+1
* Don't use unaligned access for memcpy instructions due to GCC 11 assuming it ...Nathan Moinvaziri2022-08-1713-54/+45