5 days ago |
Cameron Cawley | Update macOS CI images develop |
commit | commitdiff | tree | snapshot |
7 days ago |
Cameron Cawley | Synchronise ARMv8 and Loongarch CRC32 implementations |
commit | commitdiff | tree | snapshot |
8 days ago |
Cameron Cawley | Fix -Wstrict-prototypes warnings |
commit | commitdiff | tree | snapshot |
8 days ago |
Cameron Cawley | Fix -Wunused-command-line-argument warnings on Mac... |
commit | commitdiff | tree | snapshot |
2025-09-11 |
Alexander Vieth | Allow C17 for newer CMake versions (#1958) |
commit | commitdiff | tree | snapshot |
2025-09-09 |
Mika Lindqvist | [CI] Use MacOS 14 for GCC UBSAN. |
commit | commitdiff | tree | snapshot |
2025-09-09 |
Mika Lindqvist | [CI] Install Windows 11 SDK 10.0.22621 for 32-bit ARM. |
commit | commitdiff | tree | snapshot |
2025-09-09 |
Mika Lindqvist | Fix type mismatch with Windows GCC. |
commit | commitdiff | tree | snapshot |
2025-09-07 |
Mika Lindqvist | [CI] Update MacOS toolchain. |
commit | commitdiff | tree | snapshot |
2025-09-07 |
dependabot... | Bump actions/download-artifact from 4 to 5 |
commit | commitdiff | tree | snapshot |
2025-08-26 |
Hans Kristian... | Partially inline flush_pending |
commit | commitdiff | tree | snapshot |
2025-08-26 |
Hans Kristian... | Optimize read_buf by removing indirection penalty |
commit | commitdiff | tree | snapshot |
2025-08-26 |
Hans Kristian... | Inline read_buf |
commit | commitdiff | tree | snapshot |
2025-08-26 |
Hans Kristian... | Move "Architecture-specific hooks" from deflate.c to... |
commit | commitdiff | tree | snapshot |
2025-08-26 |
Hans Kristian... | Use aligned load/store in AVX2 Slide Hash. |
commit | commitdiff | tree | snapshot |
2025-08-26 |
Nathan Moinvaziri | Add benchmark for insert_string. |
commit | commitdiff | tree | snapshot |
2025-08-23 |
Hans Kristian... | Inline bi_reverse |
commit | commitdiff | tree | snapshot |
2025-08-23 |
Hans Kristian... | Add error propagation to gzread/gzwrite |
commit | commitdiff | tree | snapshot |
2025-08-23 |
Hans Kristian... | Split out gz_read_init() from gzlook(), and rename... |
commit | commitdiff | tree | snapshot |
2025-08-23 |
Hans Kristian... | Reorganize initialization and use a single malloc call... |
commit | commitdiff | tree | snapshot |
2025-08-20 |
Hans Kristian... | Inline pqdownheap |
commit | commitdiff | tree | snapshot |
2025-08-20 |
Hans Kristian... | Reorder functions related to build_tree to more closely... |
commit | commitdiff | tree | snapshot |
2025-08-20 |
Hans Kristian... | Use local pointers to avoid indirection penalties in... |
commit | commitdiff | tree | snapshot |
2025-08-20 |
Hans Kristian... | Use local pointers to avoid indirection penalty in... |
commit | commitdiff | tree | snapshot |
2025-08-20 |
Hans Kristian... | Minor optimization of insert_string |
commit | commitdiff | tree | snapshot |
2025-08-20 |
Adam Stylinski | Unroll some of the adler checksum for avx2 |
commit | commitdiff | tree | snapshot |
2025-08-18 |
Adam Stylinski | Check the proper bit for BMI2 |
commit | commitdiff | tree | snapshot |
2025-08-03 |
Un1q32 | Disable NEON workaround on Clang 20 and above, and... |
commit | commitdiff | tree | snapshot |
2025-08-03 |
Harmen Stoppels | style |
commit | commitdiff | tree | snapshot |
2025-08-03 |
Harmen Stoppels | X86_AVX512VNNI: test _mm256_dpbusd_epi32 too |
commit | commitdiff | tree | snapshot |
2025-07-28 |
Cameron Cawley | Make test options dependent on ZLIB_ENABLE_TESTS |
commit | commitdiff | tree | snapshot |
2025-07-21 |
Hans Kristian... | Update incorrect comment |
commit | commitdiff | tree | snapshot |
2025-07-21 |
Hans Kristian... | Revert "Inserting strings is not slow any longer, remov... |
commit | commitdiff | tree | snapshot |
2025-07-21 |
Hans Kristian... | Revert "Clean up insert_match() in deflate_medium" |
commit | commitdiff | tree | snapshot |
2025-07-16 |
Hans Kristian... | Prep for 2.3.0 beta |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Hans Kristian... | Remove usage of aligned alloc implementations and inste... |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Rewrite LoongArch64 CRC32 implementation based on ARMv8... |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | LoongArch64 micro-optimizations |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Update README.md |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add LoongArch64 (LASX) adler32, adler32_fold_copy imple... |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add LoongArch64 (LSX) adler32, adler32_fold_copy implem... |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add LoongArch64 (LASX) chunkmemset family of functions... |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add LoongArch64 (LSX) chunkmemset family of functions... |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add LoongArch64 compare256, longest_match, longest_matc... |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Improve LoongArch64 crc32_fold* implementation |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add LoongArch64 slide_hash implementation |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add LoongArch64 check for LSX, LASX features |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add LoongArch64 CRC32 implementation |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add support for cross-compiling for LoongArch64 |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Cameron Cawley | Remove volatile keyword from ARM inline assembler |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Cameron Cawley | Check ZMM support when detecting VPCLMULQDQ support |
commit | commitdiff | tree | snapshot |
2025-07-11 |
Vladislav Shchapov | Add .gitignore to allow run tests with zlib-ng/corpora... |
commit | commitdiff | tree | snapshot |
2025-07-09 |
Cameron Cawley | Fix building with runtime CPU detection disabled |
commit | commitdiff | tree | snapshot |
2025-07-06 |
Hans Kristian... | Fix broken actions-runner |
commit | commitdiff | tree | snapshot |
2025-06-25 |
LFF | Optimize chunkcopy_rvv: |
commit | commitdiff | tree | snapshot |
2025-06-25 |
Vladislav Shchapov | Simplify compatibility intrinsics for x86 |
commit | commitdiff | tree | snapshot |
2025-06-16 |
Vladislav Shchapov | Add bindir into zlib.pc.in for compatibility with Cygwi... |
commit | commitdiff | tree | snapshot |
2025-06-16 |
Vladislav Shchapov | Replace deprecated windows-2019 with windows-2022 |
commit | commitdiff | tree | snapshot |
2025-05-28 |
Mika Lindqvist | [configure] Add support for RISC-V ZBC extension |
commit | commitdiff | tree | snapshot |
2025-05-28 |
Sam Russell | Fix 32bit large chorba |
commit | commitdiff | tree | snapshot |
2025-05-27 |
Mika Lindqvist | [WebAssembly] Fix stack overflow in crc32_chorba_118960... |
commit | commitdiff | tree | snapshot |
2025-05-27 |
Nathan Moinvaziri | Add large 1mb buffer test for crc32 hashing. |
commit | commitdiff | tree | snapshot |
2025-05-01 |
yintong | riscv: add bash configure script and related ci suppor... |
commit | commitdiff | tree | snapshot |
2025-04-28 |
Pavel P | Remove unnecessary extern |
commit | commitdiff | tree | snapshot |
2025-04-28 |
Pavel P | Match function declaration for chorba_small_nondestruct... |
commit | commitdiff | tree | snapshot |
2025-04-27 |
yintong | riscv: add crc32 optimization using zbc extension |
commit | commitdiff | tree | snapshot |
2025-04-15 |
Adam Stylinski | SSE4.1 optimized chorba |
commit | commitdiff | tree | snapshot |
2025-04-15 |
Detlef Riekenberg | port: Use __cpuid only, when available. |
commit | commitdiff | tree | snapshot |
2025-04-14 |
Hans Kristian... | Add AVX512 version of compare256 |
commit | commitdiff | tree | snapshot |
2025-04-14 |
Hans Kristian... | Speed up benchmarks when run as part of gtest as it... |
commit | commitdiff | tree | snapshot |
2025-04-14 |
Nathan Moinvaziri | Remove NMake build projects |
commit | commitdiff | tree | snapshot |
2025-04-14 |
Mika Lindqvist | [FreeBSD] Define _XOPEN_SOURCE for gtest_zlib |
commit | commitdiff | tree | snapshot |
2025-04-14 |
Vladislav Shchapov | Remove late enable_language calls. |
commit | commitdiff | tree | snapshot |
2025-04-14 |
Mika T. Lindqvist | Fix CXXFLAGS when coverage enabled. |
commit | commitdiff | tree | snapshot |
2025-04-10 |
Nathan Moinvaziri | Fix SPARC64 packages for Ubuntu 24. |
commit | commitdiff | tree | snapshot |
2025-04-10 |
Nathan Moinvaziri | Fix PPC64LE CI run when targeting power8. |
commit | commitdiff | tree | snapshot |
2025-04-10 |
Nathan Moinvaziri | Remove deprecated ubuntu-20.04 image from CI. |
commit | commitdiff | tree | snapshot |
2025-04-07 |
Cristi Vîjdea | Pass POSIX_C_SOURCE for std::alligned_alloc try_compile... |
commit | commitdiff | tree | snapshot |
2025-04-06 |
Mika Lindqvist | Fix pointer type mismatch. |
commit | commitdiff | tree | snapshot |
2025-04-04 |
Hans Kristian... | CI: Preinstall packages needed for testing and benchmark. |
commit | commitdiff | tree | snapshot |
2025-03-28 |
Adam Stylinski | Explicit SSE2 vectorization of Chorba CRC method |
commit | commitdiff | tree | snapshot |
2025-03-28 |
Icenowy Zheng | riscv: chunkset_rvv: fix SIGSEGV in CHUNKCOPY |
commit | commitdiff | tree | snapshot |
2025-03-28 |
Adam Stylinski | Fix a bug on the 32k and greater chorba specializations |
commit | commitdiff | tree | snapshot |
2025-03-27 |
Icenowy Zheng | ci: add a Clang RISCV test target |
commit | commitdiff | tree | snapshot |
2025-03-27 |
Icenowy Zheng | ci: add a GCC RISCV test target with latest Ubuntu... |
commit | commitdiff | tree | snapshot |
2025-03-27 |
Icenowy Zheng | ci: drop RISC-V Clang test |
commit | commitdiff | tree | snapshot |
2025-03-26 |
Nathan Moinvaziri | Disable MSVC optimizations for AVX512 GET_CHUNK_MAG... |
commit | commitdiff | tree | snapshot |
2025-03-18 |
Hans Kristian... | [CI] Instead of selecting the most recent tag, select... |
commit | commitdiff | tree | snapshot |
2025-03-17 |
Detlef Riekenberg | ports: Use memalign or _aligned_malloc, when available... |
commit | commitdiff | tree | snapshot |
2025-03-17 |
Eddy S. | fix the url of the s390x actions worker patch |
commit | commitdiff | tree | snapshot |
2025-03-05 |
Adam Stylinski | Fold a copy into the adler32 function for UPDATEWINDOW... |
commit | commitdiff | tree | snapshot |
2025-03-01 |
Vladislav Shchapov | Fix incorrect declaration of FORCE_SSE2 |
commit | commitdiff | tree | snapshot |
2025-03-01 |
Vladislav Shchapov | Change flags to "-Werror=unguarded-availability", ... |
commit | commitdiff | tree | snapshot |
2025-03-01 |
Vladislav Shchapov | Restore support macOS prior 10.15 |
commit | commitdiff | tree | snapshot |
2025-02-18 |
Hans Kristian... | Make Chorba configurable,and add a few missing header... |
commit | commitdiff | tree | snapshot |
2025-02-18 |
Hans Kristian... | Use OPTIMAL_CMP instead of BRAID_W to test for optimal... |
commit | commitdiff | tree | snapshot |
2025-02-18 |
Hans Kristian... | Clean up internal crc32 function handling. |
commit | commitdiff | tree | snapshot |
2025-02-18 |
Hans Kristian... | Replace DO1/DO8 macros |
commit | commitdiff | tree | snapshot |
2025-02-18 |
Hans Kristian... | Move Chorba defines |
commit | commitdiff | tree | snapshot |
2025-02-18 |
Hans Kristian... | Clean up crc32_braid. |
commit | commitdiff | tree | snapshot |
next |