]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
3 days ago  Mika T. Lindqvist[CI] Add ARM64 version of MinGW64 with gcc. develop
3 days ago  Aelin Reidelgzread: Fix compilation on AIX
3 days ago  Mika Lindqvist[CI] Add NVHPC to CMake workflow.
7 days ago  Vladislav ShchapovLCC: Suppress warnings in Google Benchmark.
7 days ago  Vladislav ShchapovFix warnings variable set but not used.
7 days ago  Vladislav ShchapovFix warning label followed by a declaration is a C23...
7 days ago  Vladislav ShchapovEnable -Werror in GCC and Clang.
9 days ago  Mika T. LindqvistAlways check that distance is too far back in inflateBack.
10 days ago  Mika T. LindqvistMake macro redefinition fatal with LCC.
11 days ago  Nathan Moin... Remove dead unlink forward declaration in minigzip...
11 days ago  Nathan Moin... Remove dead NO_FSEEKO detection
11 days ago  Nathan Moin... Drop dead glibc feature-macro juggling from gzguts.h
11 days ago  Nathan Moin... Include zbuild.h first in tools and tests
11 days ago  Nathan Moin... Move LFS64 detection from build system to C preprocessor
2026-05-20  Vladislav ShchapovIf runtime CPU detection is disabled then define native...
2026-05-20  Nathan MoinvaziriShow --benchmark_cooldown in benchmark_zlib --help...
2026-05-19  Hans Kristian... Pass local window variable to quit_insert_string and...
2026-05-19  Hans Kristian... Use local block_start and window variables in FLUSH_BLOCK.
2026-05-18  Hans Kristian... Split out writing deflate headers into a separate funct...
2026-05-18  Mika LindqvistTest building with ClangCl for Windows ARM64
2026-05-18  Vladislav ShchapovUse Intel(R) Software Development Emulator for run...
2026-05-16  Hans Kristian... Make CRC32 checking of headers use crc32_small directly...
2026-05-16  Nathan Moin... Rename single-letter size-table awk variables.
2026-05-16  Nathan Moin... Show stripped library file size in delta workflow.
2026-05-16  Nathan MoinvaziriInline NEON_accum32 into adler32_copy_impl
2026-05-16  Nathan MoinvaziriCombine NEON_accum32_copy and NEON_accum32 into single...
2026-05-16  Hans Kristian... Remove obsolete padding in deflate and inflate state.
2026-05-14  Mika T. Lindqvist[CI] Add Cygwin with gcc.
2026-05-14  Mika T. Lindqvist[CI] Cleanup action caches.
2026-05-14  Mika T. Lindqvist[CI] Extend caching apt packages to pigz workflow.
2026-05-12  Nathan Moin... Fix scan_endstr offset in longest_match slow path.
2026-05-10  Mika LindqvistMove shared code to composite actions.
2026-05-10  Mika Lindqvist[CI] Cache Ubuntu .deb packages to speed up installing...
2026-05-07  Vladislav ShchapovAdd /delta workflow for loongarch64
2026-05-06  Mika Lindqvist[CI] Force refreshing homebrew for macOS.
2026-05-06  Mika Lindqvist[CI] Use older runner for Visual Studio 2022 jobs.
2026-05-06  Mika LindqvistWhen using ALIGN_DOWN() macro, the signedness of types...
2026-05-06  Nathan Moin... Add early return when prev_length already exceeds lookahead
2026-05-06  Nathan Moin... Remove dead break_matching label from longest_match
2026-05-05  Nathan Moin... Allow /delta on fork pull requests
2026-05-05  Mika Lindqvist[CI] Use gcov from MinGW32 when generating coverage...
2026-05-05  Hans Kristian... deflate_rle: remove unnecessary check for too long...
2026-05-05  Hans Kristian... Deflate_fast does not have 'prev_length', fix comment.
2026-05-01  Nathan Moin... Fix check against BUILD_ALT_BENCH that was always defin...
2026-05-01  Nathan MoinvaziriAdd PNG decode benchmark for narrow image widths
2026-05-01  Nathan MoinvaziriFix libpng linking and include paths for benchmark...
2026-05-01  dependabot... Bump actions/cache from 4 to 5
2026-05-01  dependabot... Bump actions/checkout from 4 to 6
2026-05-01  dependabot... Bump mymindstorm/setup-emsdk from 14 to 16
2026-05-01  Nathan MoinvaziriOptimize adler32_swar alignment and remove platform...
2026-05-01  Nathan MoinvaziriCall adler32_c directly in adler32_copy_c scalar fallback
2026-05-01  Michael NiedermayerAdd SWAR scalar adler32 for 64-bit platforms with unali...
2026-05-01  Nathan MoinvaziriSimplify safe-mode copy path selection in inflate_fast
2026-05-01  Nathan MoinvaziriAdd inflateBack test for safe mode bailout MATCH state...
2026-05-01  Nathan MoinvaziriImprove inflate_fast performance for small output buffers
2026-04-25  Nathan MoinvaziriReplace small/large buffer tests with parameterized...
2026-04-24  Mika T. LindqvistBump Google Benchmark to v1.9.5
2026-04-24  Nathan Moin... Add compressed and ratio fields to deflate/corpora...
2026-04-24  Nathan Moin... Add corpora benchmarks for deflate and inflate
2026-04-22  Nathan Moin... Add --benchmark_cooldown flag to mitigate thermal throt...
2026-04-22  Nathan Moin... Add /delta workflow for per-PR binary size comparison
2026-04-22  Nathan MoinvaziriUse fallback defines for Chorba Scalar/SSE
2026-04-22  Nathan Moin... Remove inert comment about disabling Chorba SSE in...
2026-04-22  Nathan Moin... Fix typo in No Chorba CMake option name in CI
2026-04-22  Nathan Moin... Remove CMake warning about MSVC Chorba bug
2026-04-22  Nathan Moin... Merge duplicate 32-bit _mm_cvtsi64_si128 polyfills
2026-04-22  Nathan Moin... Fix MSVC v142 miscompile of _mm_cvtsi64_si128 polyfill...
2026-04-16  Hans Kristian... Fix UBSAN implicit conversion warning in test/fuzz...
2026-04-16  Hans Kristian... Fix UBSAN implicit conversion warning in test/test_defl...
2026-04-16  Hans Kristian... Fix UBSAN implicit conversion warning in test/test_shar...
2026-04-16  Hans Kristian... Fix UBSAN implicit conversion warning in arch/s390...
2026-04-16  Hans Kristian... Fix UBSAN implicit conversion warning in inftrees.c.
2026-04-16  Hans Kristian... CMake: Add 'implicit-conversion' and 'nullability'...
2026-04-16  Nathan Moin... Rename longest_match_slow to longest_match_roll
2026-04-16  Nathan MoinvaziriAdd small output buffer inflate benchmark #2062
2026-04-16  Nathan MoinvaziriRemove macro and inline inflate benchmark definition...
2026-04-15  Nathan Moin... Fix VPCLMULQDQ CRC32 build with partial AVX-512 baselines
2026-04-15  Nathan MoinvaziriAdd fallback defines to skip generic C code when native...
2026-04-15  Vladislav ShchapovUse __attribute__((constructor)) to initialize the...
2026-04-15  Mika Lindqvist[CI] Switch CMake workflow to use MSYS2 for MinGW32.
2026-04-14  Nathan Moin... Add ACCUM_ROUND macro to crc32_chorba_sse2
2026-04-14  Nathan Moin... Add ACCUM_ROUND macro to crc32_chorba_c
2026-04-14  Nathan Moin... Add NEXT_ROUND macro in crc32_chorba_c
2026-04-14  Nathan Moin... Fix formatting in crc32_chorba_c
2026-04-14  Nathan Moin... Fix formatting in crc32_chorba_sse41
2026-04-14  Nathan Moin... Fix formatting for crc32_chorba_sse2.
2026-04-14  cl2tcrc32: use may_alias for chorba buffers
2026-04-14  cl2tcrc32: zero initialize chorba bitbuffer
2026-04-14  Nathan MoinvaziriExtract fold_block_chorba function for PCLMULQDQ path
2026-04-14  Nathan MoinvaziriExtract fold_block_16/8 functions for VPCLMULQDQ paths
2026-04-14  Mika Lindqvist[CI] Add configure MinGW32/MinGW64 workflows.
2026-04-13  Vladislav ShchapovMove chunk_{128,256}bit_perm_idx_lut.h, chunk_permute_t...
2026-04-13  Vladislav ShchapovFix loongarch64 name in crc32_copy benchmark.
2026-04-13  Vladislav ShchapovReuse unrolled ARMv8 CRC32 implementation for LoongArch64.
2026-04-13  Vladislav ShchapovConvert crc32_armv8_align, crc32_armv8_tail and crc32_c...
2026-04-12  Mika Lindqvist[CI] Build MSVC 2026 C23 with benchmarks.
2026-04-12  Nathan MoinvaziriAdd back zng_clz for big-endian and use macro for compa...
2026-04-10  Nathan Moein... Move S390 VX vector typedefs into vx_intrins.h
2026-04-10  Nathan Moein... Add compatibility header for VX instructions
2026-04-10  Nathan MoinvaziriAdd slide hash optimization for S390 VX
next