]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
7 hours ago  Nathan MoinvaziriAdd Adler32 ARM NEON DotProd variant develop
7 hours ago  Nathan MoinvaziriAdd Adler32 ARM NEON wrapper that includes template
7 hours ago  Nathan MoinvaziriRefactor Adler32 ARM NEON into a reusable template
25 hours ago  Nathan Moin... Use vaddvq_u32 for adler32 NEON horizontal reduction
33 hours ago  Mika Lindqvist[CMake] Add toolchain files for cross-compiling ARM...
33 hours ago  Nathan Moin... Add missing return after SkipWithError in benchmarks
2 days ago  Mika T. LindqvistFix type mismatch errors in fuzzers.
2 days ago  Mika LindqvistAdd Z_RESTRICT to zng_memcmp functions
4 days ago  Mika Lindqvist[CI] Test Visual C++ 2026 with ZLIB_COMPAT and benchmar...
4 days ago  Mika LindqvistFix type mismatch in benchmark_compress.cc.
5 days ago  Mika Lindqvist[CI] Add coveralls as trusted formula for Homebrew...
6 days ago  Nathan Moin... Cleanup deflate_quick variable reuse and call signatures
6 days ago  Nathan Moin... Hoist strstart and lookahead to locals in deflate strat...
7 days ago  Nathan MoinvaziriUse broadcast chunk store instead of memset for dist...
7 days ago  Nathan MoinvaziriWrap AVX-512 mask intrinsics and use them in CHUNKMEMSET
7 days ago  Nathan Moin... Route CHUNKMEMSET to CHUNKCOPY when dist >= len
7 days ago  Nathan Moin... Skip CHUNKMEMSET loops when length fits in one chunk
7 days ago  Nathan Moin... Inline CHUNKMEMSET tail with bit-decomposed stores
7 days ago  Nathan Moin... Add chunkmemset benchmark
8 days ago  Nathan Moin... Remove ptrdiff_t configure/cmake detection
8 days ago  Hans Kristian... Add LIKELY / UNLIKELY hints to LONGEST_MATCH.
8 days ago  Hans Kristian... Unify inconsistent handling of GZBUFSIZE, and update...
10 days ago  Nathan Moin... Add -mbmi to AVX2 and AVX512 compile flags
10 days ago  Hans Kristian... Replace hash calculations with macros in insert_string_p.h
10 days ago  Hans Kristian... Remove unused functions
10 days ago  Hans Kristian... Clean up and simplify insert_string code.
10 days ago  Hans Kristian... Remove obsolete templating of insert_string functions.
10 days ago  Mika Lindqvist[CI] Add configure workflow for Windows AMD64 with...
12 days ago  Nathan Moin... Add branch prediction hints to deflate strategy hot...
13 days ago  Hans Kristian... Implement coderabbitai suggested cleanup and improvemen...
13 days ago  Hans Kristian... Add utils/README.md
13 days ago  Hans Kristian... Move makecrct, makefixed and maketrees to utils/ folder.
13 days ago  Hans Kristian... Move minideflate.c and minigzip.c to utils/ folder...
13 days ago  Hans Kristian... Fix warnings about BRAID_W/BRAID_N being undefined.
13 days ago  Hans Kristian... Fix warnings about __CYGWIN__ being undefined.
13 days ago  Hans Kristian... Fix warnings about BIG_ENDIAN/LITTLE_ENDIAN being undefined
2026-06-09  Mika T. Lindqvist[CI] Add configure workflow for Windows ARM64 with...
2026-06-09  Mika T. LindqvistFix warnings triggered by NVHPC/nvc.
2026-06-09  Nathan Moin... Reject asymmetric C vs C++ machine flags
2026-06-03  Mika T. Lindqvist[CI] Add ARM64 version of MinGW64 with gcc.
2026-06-03  Aelin Reidelgzread: Fix compilation on AIX
2026-06-03  Mika Lindqvist[CI] Add NVHPC to CMake workflow.
2026-05-29  Vladislav ShchapovLCC: Suppress warnings in Google Benchmark.
2026-05-29  Vladislav ShchapovFix warnings variable set but not used.
2026-05-29  Vladislav ShchapovFix warning label followed by a declaration is a C23...
2026-05-29  Vladislav ShchapovEnable -Werror in GCC and Clang.
2026-05-28  Mika T. LindqvistAlways check that distance is too far back in inflateBack.
2026-05-27  Mika T. LindqvistMake macro redefinition fatal with LCC.
2026-05-26  Nathan Moin... Remove dead unlink forward declaration in minigzip...
2026-05-26  Nathan Moin... Remove dead NO_FSEEKO detection
2026-05-26  Nathan Moin... Drop dead glibc feature-macro juggling from gzguts.h
2026-05-26  Nathan Moin... Include zbuild.h first in tools and tests
2026-05-26  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
next