]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2024-12-20  Adeel MujahidFix typos (#1825)
2024-12-20  Eduard Stefesadded in-tree build artifacts to .gitignore
2024-12-17  Hans Kristian... Revert "Since we long ago make unaligned reads safe...
2024-12-17  Hans Kristian... Since we long ago make unaligned reads safe (by using...
2024-12-10  Adam StylinskiImprove pipeling for AVX512 chunking
2024-12-08  Detlef Riekenbergzbuild: Provide a fallback for "ALIGNED_(x)" for other...
2024-12-07  Adam StylinskiEnable AVX2 functions to be built with BMI2 instructions
2024-12-07  Bradley LowekampAddress deprecated cmake version warning.
2024-12-03  dependabot... Bump codecov/codecov-action from 4 to 5
2024-12-01  Adam StylinskiFix native detection of CRC instruction
2024-12-01  Pavel PRemove unused HAVE_CHUNKMEMSET_1 define
2024-12-01  Pavel PFix casting warning/error in test_compress_bound.cc
2024-11-29  Vladislav ShchapovForce use of latest Windows SDK with 32-bit ARM support
2024-11-20  Adam StylinskiMake an AVX512 inflate fast with low cost masked writes
2024-10-23  Adam StylinskiTry to simply the inflate loop by collapsing most cases...
2024-10-12  Adam StylinskiMake chunkset_avx2 half chunk aware
2024-10-12  Adam StylinskiSimplify avx2 chunkset a bit
2024-10-10  Hans Kristian... Reorder variables in inflate functions to reduce paddin...
2024-10-10  Mika Lindqvistconfigure: add --mandir to override $mandir on command...
2024-10-10  Mika Lindqvistconfigure: Fix linker flags for Haiku.
2024-10-08  Hans Kristian... Reorder 'inflate_state' struct to improve cache-localit...
2024-10-08  Hans Kristian... Add variable 'wbufsize' to track window buffer includin...
2024-10-08  Hans Kristian... Don't use 'dmax' and 'sane' variables unless their...
2024-10-08  Adam StylinskiCompute the "safe" distance properly
2024-09-27  FantasqueXExplicitly set CMake policy 0169 to silence warning
2024-09-26  Adam StylinskiSimplify chunking in the copy ladder here
2024-09-25  Hans Kristian... Disable MSVC warning 4324 (struct padded due to alignment)
2024-09-25  Mika LindqvistForce Visual C++ to treat source files as UTF-8.
2024-09-20  FantasqueXReplace non-ascii characters to fix MSVC warning
2024-09-20  Mika Lindqvist[CI] Don't try to use macOS 11 as it's no longer supported.
2024-09-20  Letu RenUse target include instead of raw include
2024-09-18  Vladislav ShchapovFix overridde CMAKE_C_STANDARD, CMAKE_C_STANDARD_REQUIR...
2024-09-18  Vladislav ShchapovAllow overridde CMAKE_CXX_STANDARD, CMAKE_CXX_STANDARD_...
2024-09-18  Bartosz TaudulFix build on aarch64 android.
2024-09-17  Hans Kristian... 2.2.2 Release 2.2.2
2024-09-17  Hans Kristian... Revert "Split chunkcopy_safe to allow the first part...
2024-09-15  Cameron CawleyMake use of unaligned loads on big endian in insert_string
2024-09-13  Hans Kristian... Split chunkcopy_safe to allow the first part to be...
2024-09-12  Mika Lindqvist[RISCV] Better run-time detection of RVV vector instruc...
2024-09-11  Alexander SmorkalovFixed false positive HAVE_ARMV6_INTRIN value on old...
2024-09-11  Nathan MoinvaziriDon't use chunkunroll for inflateBack
2024-09-01  Adeel MujahidAddress CR feedback
2024-09-01  Adeel MujahidFix new Windows SDK build break
2024-08-22  Mika LindqvistEnable warning C4242 and treat warnings as errors for...
2024-08-16  Carlos Sánchez... Fixes build issues C4242, C4244 and C4334 caused by...
2024-08-16  Ilya LeoshkevichIBM zSystems: Hardcode HWCAP_S390_VXRS
2024-08-09  Pavel PCast result of zalloc to char * to avoid warnings
2024-08-09  Nathan MoinvaziriSilence possible loss of data warning in crc32_braid...
2024-08-09  Mika Lindqvist[CI] Upgrade MacOS ARM64 UBSAN to use gcc-13.
2024-07-02  Hans Kristian... 2.2.1 Release 2.2.1
2024-06-28  Harmen Stoppelsdon't use zlib-ng's -Wl,--version-script in tests ...
2024-06-19  Hans Kristian... 2.2.0 Release 2.2.0
2024-06-13  Un1q32Improved ACLE check (#1727)
2024-06-12  Dimitri PapadopoulosFix a couple typos found by codespell 1741/head
2024-05-30  Vladislav ShchapovFix lint trailing whitespace error.
2024-05-30  Vladislav ShchapovEnabled orphaned unit tests for compare256_rle family...
2024-05-30  Hans Kristian... Simplify inflate window management now that there is...
2024-05-28  Hans Kristian... Update PORTING.md to document zlib-ng memory allocation...
2024-05-28  Hans Kristian... Clean up memory allocation functions that are no longer...
2024-05-28  Hans Kristian... Rewrite inflate memory allocation.
2024-05-28  Hans Kristian... Rewrite deflate memory allocation.
2024-05-28  Ilya LeoshkevichPrepare DFLTCC changes for new malloc system
2024-05-27  Vladislav ShchapovImprove source compatibility with zlib
2024-05-25  Brad SmithAdd AArch64 feature detection support for OpenBSD
2024-05-23  Hans Kristian... - Make codecov uploads happen even if some jobs have...
2024-05-21  Ilya LeoshkevichAdd back-and-forth inflateCopy() test
2024-05-21  Vladislav ShchapovRemove unused function dfltcc_alloc_state
2024-05-20  Vladislav ShchapovUse actual compressed length
2024-05-19  Adam StylinskiFix a name conflict when compiled with zlib-compat
2024-05-19  Tulio Magno... Fix illegal instruction usage in Xeon Phi x200 processors
2024-05-19  Vladislav ShchapovUse windows-2019 for build with toolset v141
2024-05-17  Hans Kristian... Make lint check ignore *.patch files, as those can...
2024-05-17  Hans Kristian... Update llvm version used for MSAN.
2024-05-17  Hans Kristian... Update s390x CI setup.
2024-05-15  Hans Kristian... Add small compress() benchmark
2024-05-15  Ilya LeoshkevichIBM zSystems DFLTCC: Inline DLFTCC states into zlib...
2024-05-06  Ilya LeoshkevichIBM zSystems DFLTCC: Extend sanitizer checks
2024-05-06  Vladislav ShchapovSwitch to python venv
2024-05-06  Vladislav ShchapovFix -std option in configure script
2024-05-06  Vladislav ShchapovUpdate macOS Github Actions
2024-05-06  Deniz Bahadir.gitattributes: Enforce LF line-endings on all non...
2024-05-06  Un1q32make darwin cross compilation possible
2024-05-02  Matt McCormickBump max CMake policy version to 3.29.0
2024-04-11  Fabrice Fontainearch/riscv/riscv_features.c: fix uclibc build
2024-04-11  Mika LindqvistUpdate dependencies for 32-bit MinGW CI run.
2024-04-11  Deniz BahadirCMake: Replace ';' by '$<SEMICOLON>' in generator-expre...
2024-04-11  Hans Kristian... Clean up insert_match() in deflate_medium
2024-04-11  Hans Kristian... Inserting strings is not slow any longer, remove bypass...
2024-04-04  Alex ChiangOptimized rvv slide_hash
2024-04-04  Vladislav ShchapovRemove obsolete TARGET_OS_MAC check
2024-04-04  Vladislav ShchapovAllow disabling runtime CPU features detection in tests...
2024-04-04  Sergey KosukhinFix building with NVHPC
2024-03-06  Vladislav ShchapovReplace conditional call to functable.force_init with...
2024-03-06  Vladislav ShchapovAdd native ARM64 build on macOS
2024-03-06  Vladislav ShchapovWorkaround for MSVC. By default MSVC does not define...
2024-03-06  Vladislav ShchapovAdd option to disable runtime CPU detection
2024-03-06  Vladislav ShchapovExplicitly indicate functions are conditionally dispatched
2024-03-05  Mika Lindqvist[ARM] Override Clang x4 NEON intrinsics for Android
2024-03-04  Vladislav ShchapovRename cpu_functions.h to arch_functions.h in depcheck.cpp
2024-03-03  Mika Lindqvist[CI] Fix creating list of artifacts for CodeCov.
next