]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2023-05-17  Hans Kristian... 2.1.1-Beta2 2.1.1-beta2
2023-05-16  Mika T. LindqvistMove defining z_size_t to below including stddef.h...
2023-05-16  Hans Kristian... Remove refrences to z_size_t from zlib-ng.h, since...
2023-05-16  Hans Kristian... Fix z_size_t definition:
2023-05-16  Hans Kristian... Add tests of file_compress/file_uncompress in minigzip...
2023-05-16  Nathan MoinvaziriAdded benchmark for compare256_rle family of functions.
2023-05-16  Nathan MoinvaziriAdded unit tests for compare256_rle family of functions.
2023-05-16  Nathan MoinvaziriAdded support for unaligned/intrinsic to deflate_rle.
2023-05-15  Hans Kristian... Make an AVX512 status message more clear
2023-05-14  Mika T. LindqvistFix MinGW CI.
2023-05-13  Hans Kristian... Fix the same AVX512 error in CMake.
2023-05-13  Hans Kristian... Fix error in previous commit breaking AVX512.
2023-05-13  Hans Kristian... Update README.md
2023-05-13  Hans Kristian... Fix AVX512-VNNI compile flags.
2023-05-13  Hans Kristian... Fix abicheck no longer ignoring version string after...
2023-05-12  Alex ChiangAdd supporting RISC-V cross compilation workflows
2023-05-11  Adam StylinskiUse ternary logic to xor 3 operands for "fold16"
2023-05-07  Mika LindqvistFix out-of-bound access of zng_length_codes.
2023-05-07  Harmen StoppelsInclude GNUInstallDirs earlier
2023-05-07  Harmen StoppelsRemove CMAKE_MACOSX_RPATH
2023-04-28  Hans Kristian... 2.1.0 Beta1 release 2.1.0-beta1
2023-04-27  Mika LindqvistFix potential overflow before widening in makecrtc.
2023-04-27  Mika LindqvistFix use after free in test_deflate_bound.
2023-04-26  Mark AdlerAssure that inflatePrime() can't shift a 32-bit integer...
2023-04-25  Nathan MoinvaziriUse ZLIB_INCLUDE_DIRS from FindZLIB instead of ZLIB_INC...
2023-04-25  Cameron CawleyEnsure that unaligned compare256 variants are only...
2023-04-25  Ilya LeoshkevichIBM zSystems: Fix calling deflateBound() before deflate...
2023-04-18  Cameron CawleyRename chunkset_avx to chunkset_avx2
2023-04-15  Benjamin StürzFix compilation on OpenBSD
2023-04-15  lawadrFix CMake check for posix_memalign and aligned_alloc
2023-04-15  Vladislav ShchapovReverted description with Deprecation notice
2023-04-15  Vladislav ShchapovFix .pc file paths
2023-04-15  Vladislav ShchapovSwitch to the standard CMake module GNUInstallDirs
2023-04-15  Cameron CawleyClean up SSE4.2 detection
2023-04-13  lawadrCheck for attribute aligned compiler support
2023-04-01  lawadrRemove architecture dependent endian header locations
2023-04-01  Cameron CawleyEnable use of _mm_shuffle_epi8 on machines without...
2023-04-01  Daisuke Fujimura... Shared libraries on cygwin can be named with their...
2023-03-28  Georgiy ManuilovEnable using AVX512 intrinsics with GCC <9
2023-03-28  Georgiy ManuilovAdd fallback function for '_mm512_set_epi8' intrinsic
2023-03-27  Cameron CawleyRemove unused PREFETCH macros
2023-03-27  lawadrAdd member to cpu_features struct if empty
2023-03-27  lawadrFix regex for visibility attribute tests
2023-03-19  Hans Kristian... Create FUNDING.yml
2023-03-10  Ilya LeoshkevichIBM zSystems: Use HWCAP_S390_VXRS
2023-03-06  Vladislav ShchapovRemove useless assignments
2023-03-06  Vladislav ShchapovReplace global CPU feature flag variables with local...
2023-02-25  Vladislav ShchapovReplace __WIN__ with X86_FEATURES
2023-02-24  Vladislav ShchapovFix TEST_CRC32 macro
2023-02-24  Vladislav ShchapovAdd missing test for crc32_vpclmulqdq
2023-02-24  Vladislav ShchapovFix CodeQL warnings: This pointer might have type ...
2023-02-24  Vladislav ShchapovFix formatting
2023-02-24  Vladislav ShchapovSplit crc32 pclmulqdq and vpclmulqdq implementations
2023-02-24  Dougall JohnsonInflate: add fast-path for literals
2023-02-24  Dougall JohnsonInflate: refill unconditionally
2023-02-23  Mika T. LindqvistFix definition of z_size_t to match documentation of...
2023-02-23  Vladislav ShchapovFix warning: comparison of integer expressions of diffe...
2023-02-18  Nathan MoinvaziriUse named defines instead of hard coded numbers.
2023-02-17  Hans Kristian... Sort functable alphabetically
2023-02-17  Hans Kristian... Fix CMake not enabling POWER9_FEATURES
2023-02-17  Hans Kristian... Reduce the amount of different defines required for...
2023-02-12  Hans Kristian... Add missing compare256_neon activation to functable
2023-02-12  Hans Kristian... Combine some of the checks that were not identical.
2023-02-12  Hans Kristian... Simplify functable.c
2023-02-11  Hans Kristian... Narrow down the amount of packages installed for Wine.
2023-02-11  Mika T. Lindqvist[minigzip] Close gzFile before exiting on error.
2023-02-11  Ilya LeoshkevichFix warnings in benchmarks
2023-02-10  Mika LindqvistUpdate zlib-ng ABI files.
2023-02-09  Hans Kristian... Adjust thread counts for compiles and tests to avoid...
2023-02-09  Hans Kristian... Fix various incorrect name mangling
2023-02-09  Hans Kristian... Fix wrong names and invalid entries in zlib.map and...
2023-02-09  Hans Kristian... Fix prefixing for internal functions calloc/cfree
2023-02-09  Hans Kristian... Add missing Z_INTERNAL to some functions that should...
2023-02-08  Nathan MoinvaziriUse memcpy instead of memcmp for unaligned memory compa...
2023-02-08  Nathan MoinvaziriFixed link fuzzers against zlib when BUILD_SHARED_LIBS=ON.
2023-02-08  Nathan MoinvaziriSimplify linking gtest_zlib with zlib target based...
2023-02-08  Nathan MoinvaziriDisable zlib-ng internal tests when BUILD_SHARED_LIBS=ON.
2023-02-08  Nathan MoinvaziriAdded CI tests for checking undefined symbols in versio...
2023-02-08  Pavel PCorrect inflate_fast function signature
2023-02-08  Mika T. LindqvistFix ambiguous shift warning in inflateCopy.
2023-02-08  Hans Kristian... Add official Ubuntu mirror list as fallback for Actions...
2023-02-08  Hans Kristian... Ubuntu 18.04 is being removed shortly, update workflows...
2023-02-08  Hans Kristian... Update mymindstorm/setup-emsdk
2023-02-08  Hans Kristian... Update ilammy/msvc-dev-cmd
2023-02-08  Hans Kristian... Update release uploader
2023-02-08  Hans Kristian... Update codecov uploader
2023-02-08  Hans Kristian... Update to actions/upload-artifact@v3
2023-02-07  Hans Kristian... Remove x86 cpu feature detection for tzcnt
2023-02-07  Hans Kristian... Remove FORCE_TZCNT/X86_NOCHECK_TZCNT
2023-02-07  Hans Kristian... Replace __builtin_ctz[ll] fallback functions with branc...
2023-02-05  Nathan MoinvaziriRemove unused chunk memory functions from functable.
2023-02-05  Nathan MoinvaziriUse arch-specific versions of inflate_fast.
2023-02-05  Vladislav ShchapovPin Google Benchmark to v1.7.1 to fix the upstream...
2023-02-03  Pavel PRename local `functable` variable to `ft`
2023-02-03  Pavel PUse local functable variable instead of standalone...
2023-02-03  Pavel PMove initialization of functable to `init_functable...
2023-02-03  Pavel PAvoid `functable` redefinition in functable.c
2023-02-03  Mika T. LindqvistSync with zlib 1.2.13 and declare compatibility.
2023-02-03  Mark AdlerFix crash when gzsetparams() attempted for transparent...
2023-02-03  Mark AdlerFix bug in deflateBound() for level 0 and memLevel 9.
next