]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2023-08-06  Hans Kristian... Move check_c_source_compile_or_run cmake macro to the...
2023-08-06  Hans Kristian... Clean up SSE4.2 support, and no longer use asm fallback...
2023-08-06  Dimitri PapadopoulosFix typo found by codespell
2023-07-24  Hans Kristian... Expand support for symbol versioning to also allow...
2023-07-24  Hans Kristian... Configure: Make it possible to disable deflate_quick...
2023-07-20  Cameron CawleyMove the AVX compatibility functions into a separate...
2023-07-16  alexsifivetwDo mod BASE once each block of NMAX size
2023-07-16  alexsifivetwOptimize adler32 using rvv
2023-07-16  David KorthHandle ARM64EC as ARM64.
2023-07-16  Leslie ZhaiInitial loongarch port
2023-07-16  Ilya LeoshkevichDefine an empty __msan_unpoison() without Z_MEMORY_SANI...
2023-07-16  Mika LindqvistFix distclean target in Makefile.in
2023-06-29  Hans Kristian... 2.1.3 Release 2.1.3
2023-06-28  Mika LindqvistAllow re-enabling @rpath on OS/X when using relative...
2023-06-28  Mika Lindqvist[ARM] Check that we have features.h before detecting...
2023-06-28  Fabian VogtHandle complete overlap in chunkcopy_safe
2023-06-23  alexsifivetwOptimize slide_hash using RVV
2023-06-23  Andrea CampanellaUpdate detect-arch.cmake
2023-06-23  Mika T. LindqvistUse endianess-specific built-in function for gcc <...
2023-06-13  Nathan MoinvaziriMinor code cleanup in deflate.c.
2023-06-13  alexsifivetwOptimize compare256 with rvv
2023-06-13  Mika T. LindqvistTry to find system copy of googletest before trying...
2023-06-11  Mika LindqvistFix for PowerPC64 little-endian.
2023-06-11  Mika LindqvistAdd support for cross-compiling for Power9.
2023-06-07  Hans Kristian... 2.1.2 Release 2.1.2
2023-06-05  Nathan MoinvaziriRemove COMMAND_ECHO statements only available in CMake...
2023-06-02  Mika LindqvistUpdate Package Check CI workflow.
2023-06-02  Mika LindqvistAdd ABI files for MIPS/MIPS64.
2023-06-02  Mika LindqvistNo indentation allowed for error function in test/Makef...
2023-06-01  Mika Lindqvistdistclean target in test directory should depend on...
2023-06-01  Mika LindqvistAdd MIPS64 to GitHub workflows.
2023-06-01  Mika Lindqvistdistclean target should depend on clean target in arch...
2023-06-01  Mika LindqvistAdd MIPS to GitHub workflows.
2023-06-01  Mika LindqvistMake sure file exists before adding it as dependency...
2023-06-01  Mika LindqvistAdd distclean target to arch/generic/Makefile.in
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.
next