]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2025-02-11  Hans Kristian... Add various Assume hints hint-input-ranges 1808/head
2025-02-11  Hans Kristian... Add hints about value ranges coming into inffast.
2025-02-11  Hans Kristian... Convert various Assert() calls to AssertHint() where...
2025-02-11  Hans Kristian... Add support for giving compilers (and static analyzers...
2025-02-11  Hans Kristian... Remove Assert that is always true due to limited range...
2025-02-10  Hans Kristian... 2.2.4 Release 2.2.x 2.2.4
2025-02-08  Mika LindqvistFix shift overflow in inflate and send_code.
2025-02-04  Adam StylinskiFix an unfortunate bug with Visual Studio 2015
2025-02-01  Hans Kristian... Fix -Wmaybe-uninitialized warnings in benchmarks.
2025-02-01  Hans Kristian... Add uncompress benchmark
2025-01-27  Hans Kristian... s390x: Add workaround to install custom Clang 19.1...
2025-01-27  Vladislav ShchapovRemove unused include directories
2025-01-27  Vladislav ShchapovRename "arch/power/fallback_builtins.h" to avoid possib...
2025-01-27  Mika Lindqvist[abicheck] Regenerate ABI files for zlib
2025-01-25  Eduard StefesDisable CRC32-VX Extention for some Clang versions
2025-01-23  Vladislav ShchapovIncrease cmake workflow timeout
2025-01-22  Nathan MoinvaziriUse Ubuntu 20.04 for PPC64LE tests due to broken qemu.
2025-01-22  Nathan MoinvaziriUse Ubuntu 22.04 for AARCH64 tests
2025-01-22  Nathan MoinvaziriAdd missing compiler-rt libraries for Ubuntu 24. #1840
2025-01-22  Nathan MoinvaziriIgnore gcovr parser errors.
2025-01-22  Nathan MoinvaziriDon't pin gcovr version any longer. #1840
2025-01-22  Nathan MoinvaziriUse correct version of gcov for cross-compilers.
2025-01-22  Nathan MoinvaziriUse Ubuntu 24 crossbuild-essential packages.
2025-01-22  Nathan MoinvaziriRemove package qemu for Ubuntu 24. #1840
2025-01-22  Nathan MoinvaziriUpgrade CI from Clang-11 to Clang 15 for Ubuntu 24...
2025-01-19  Hans Kristian... Improve image/container rebuild script to work properly...
2025-01-19  Dmitry KurtaevWorkaround error G6E97C40B
2025-01-19  Sam Jamescmake: disable LTO for some configure checks
2025-01-02  Vladislav ShchapovForce use of latest Windows SDK with 32-bit ARM support...
2025-01-01  Hans Kristian... 2.2.3 Release 2.2.3
2024-12-26  Hans Kristian... Continued cleanup of old UNALIGNED_OK checks
2024-12-26  Hans Kristian... Rename functions to get rid of old and now misleading...
2024-12-24  Cameron CawleyUse GCC's may_alias attribute for unaligned memory...
2024-12-23  Cameron CawleyImproved setting of OPTIMAL_CMP on ARM
2024-12-23  Adam StylinskiFix unaligned access in ACLE based crc32
2024-12-22  Hans Kristian... Update s390x actions-runner docker
2024-12-22  Cameron CawleySet OPTIMAL_CMP for 32-bit PowerPC
2024-12-22  Adam StylinskiFix "RLE" compression with big endian architectures
2024-12-21  Adam StylinskiMake big endians first class citizens again
2024-12-21  Icenowy Zhengadler32_rvv: Fix some overflow problems
2024-12-20  Hans Kristian... Since we long ago make unaligned reads safe (by using...
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...
next