summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add benchmark for crc32 fold copy implementationsHans Kristian Rosbach2025-11-162-0/+132
* Disable benchmark for slide_hash_c with Visual C++ too.Mika Lindqvist2025-11-161-1/+1
* Add tests for crc32_fold_copy functionsHans Kristian Rosbach2025-11-165-186/+272
* Use CTest to simplify testing optionsHans Kristian Rosbach2025-11-168-33/+36
* Use elf_aux_info() on OpenBSD PowerPCBrad Smith2025-11-153-10/+10
* - Unify crc32_chorba, chorba_sse2 and chorba_sse41 dispatch functions.Hans Kristian Rosbach2025-11-154-48/+42
* Reorganize Chorba activation.Hans Kristian Rosbach2025-11-1317-312/+291
* riscv: features: test HWCAP regardless of kernel versionsIcenowy Zheng2025-11-131-36/+1
* Update README.md, add a lot of missing info, and reorder some of it.Hans Kristian Rosbach2025-11-113-51/+64
* 2.3.0 RC1Hans Kristian Rosbach2025-11-063-7/+7
* Initial support for nVidia toolchainMika Lindqvist2025-11-052-10/+19
* Bump github/codeql-action from 3 to 4dependabot[bot]2025-11-011-3/+3
* Bump actions/upload-artifact from 4 to 5dependabot[bot]2025-11-016-9/+9
* Bump actions/download-artifact from 5 to 6dependabot[bot]2025-11-012-2/+2
* rename cmake config target files to avoid illegal overwrite of PACKAGE_VERSIONBenjamin Buch2025-10-283-4/+4
* Rename CMake targets to avoid clashes when used as a subproject (#1970)Cameron Cawley2025-10-286-37/+56
* Fix type mismatch on platforms where int32_t and uint32_t use long instead of...Mika Lindqvist2025-10-2212-42/+55
* Improve resilience of the functable initialization; during functable init,Hans Kristian Rosbach2025-10-213-34/+61
* Don't build C-fallback functions that never get used on x86_64Hans Kristian Rosbach2025-10-136-16/+82
* Remove force-sse2 config option from x86 builds.Hans Kristian Rosbach2025-10-115-19/+2
* Update s390x actions runner.Hans Kristian Rosbach2025-10-104-14/+9
* 📝 Add docstrings to `cleanup3`coderabbitai[bot]2025-10-101-1/+10
* Bump actions/checkout from 4 to 5dependabot[bot]2025-10-1010-18/+18
* Fix cast and truncation warnings.Mika Lindqvist2025-10-082-3/+3
* Update terms in txtvsbin.txtJeff Handley2025-10-071-6/+6
* Use 'block-list' and 'allow-list' termsJeff Handley2025-10-071-9/+9
* Increase minimum supported CMake version from 3.5.1 to 3.12Hans Kristian Rosbach2025-10-072-12/+1
* Inline the CHUNKSIZE functionCameron Cawley2025-10-0713-48/+2
* Update macOS CI imagesCameron Cawley2025-09-302-20/+23
* Synchronise ARMv8 and Loongarch CRC32 implementationsCameron Cawley2025-09-284-13/+26
* Fix -Wstrict-prototypes warningsCameron Cawley2025-09-273-5/+5
* Fix -Wunused-command-line-argument warnings on Mac OS XCameron Cawley2025-09-272-1/+19
* Allow C17 for newer CMake versions (#1958)Alexander Vieth2025-09-112-0/+34
* [CI] Use MacOS 14 for GCC UBSAN.Mika Lindqvist2025-09-091-1/+1
* [CI] Install Windows 11 SDK 10.0.22621 for 32-bit ARM.Mika Lindqvist2025-09-091-0/+9
* Fix type mismatch with Windows GCC.Mika Lindqvist2025-09-091-4/+4
* [CI] Update MacOS toolchain.Mika Lindqvist2025-09-071-1/+1
* Bump actions/download-artifact from 4 to 5dependabot[bot]2025-09-072-2/+2
* Partially inline flush_pendingHans Kristian Rosbach2025-08-263-25/+32
* Optimize read_buf by removing indirection penaltyHans Kristian Rosbach2025-08-261-3/+4
* Inline read_bufHans Kristian Rosbach2025-08-263-37/+36
* Move "Architecture-specific hooks" from deflate.c to the more appropriate def...Hans Kristian Rosbach2025-08-262-39/+39
* Use aligned load/store in AVX2 Slide Hash.Hans Kristian Rosbach2025-08-262-7/+7
* Add benchmark for insert_string.Nathan Moinvaziri2025-08-262-0/+165
* Inline bi_reverseHans Kristian Rosbach2025-08-235-16/+18
* Add error propagation to gzread/gzwriteHans Kristian Rosbach2025-08-232-4/+13
* Split out gz_read_init() from gzlook(), and rename gz_init() to gz_write_init().Hans Kristian Rosbach2025-08-232-21/+29
* Reorganize initialization and use a single malloc call for bothHans Kristian Rosbach2025-08-236-68/+136
* Inline pqdownheapHans Kristian Rosbach2025-08-201-2/+2
* Reorder functions related to build_tree to more closely match order ofHans Kristian Rosbach2025-08-201-106/+106