summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Optimize symbol buffer access based on platform unaligned accessNathan Moinvaziri2026-02-184-7/+24
* Use offset addressing when accessing s->sym_buf.Nathan Moinvaziri2026-02-181-10/+16
* Refactor and unify adler32 short length processing.Nathan Moinvaziri2026-02-1812-127/+104
* Fix incorrect use of chorba_word_t in 64-bit only functionCameron Cawley2026-02-171-4/+4
* Simplify alignment casts in Chorba codeCameron Cawley2026-02-175-21/+33
* Split CRC32 Braid and Chorba word typesCameron Cawley2026-02-1716-221/+227
* cmake: Fix ARCH is empty in detect-archSergey2026-02-171-1/+3
* Simplify types used in chunkset codeCameron Cawley2026-02-1718-62/+64
* Remove unnecessary casts on malloc return valuesNathan Moinvaziri2026-02-172-3/+3
* Remove unnecessary (unsigned long) cast on BASE in adler32_combineNathan Moinvaziri2026-02-171-1/+1
* Remove unnecessary (int) casts on sizeof in switch statementsNathan Moinvaziri2026-02-171-4/+4
* Remove unnecessary void */char * casts on memcpy/memset argumentsNathan Moinvaziri2026-02-172-5/+5
* Change zng_tr_stored_block/zng_tr_flush_block buf param to unsigned char *Nathan Moinvaziri2026-02-175-9/+9
* Fix typo - missing closing quotePaul Marquess2026-02-171-1/+1
* Take account of use-case where there is an empty git tree object when reading...Paul Marquess2026-02-171-1/+3
* add workflow_dispatch to most of the workflow filesPaul Marquess2026-02-1711-9/+11
* Add .vscode to .gitignoreNathan Moinvaziri2026-02-171-0/+1
* Fixed unused function warning for arm_has_cpuidNathan Moinvaziri2026-02-171-2/+2
* Remove unnecessary ARCH_ARM in arm_features.cNathan Moinvaziri2026-02-171-3/+3
* Fix building on RISC-V without RVV.Mika T. Lindqvist2026-02-161-9/+11
* deflate_medium: more readability initialize structs matchHerman Semenoff2026-02-161-5/+2
* [configure] Add initial support for NVHPC toolchain.Mika T. Lindqvist2026-02-121-2/+40
* [zconf] Fix LFS support on WindowsMika Lindqvist2026-02-112-2/+2
* Cleanup formatting for crc32_chorba filesNathan Moinvaziri2026-02-083-228/+228
* Add e2k codecov buildVladislav Shchapov2026-02-061-0/+13
* Add e2k CIVladislav Shchapov2026-02-061-2/+60
* Add e2k supportVladislav Shchapov2026-02-065-9/+105
* Remove build script compiler checks for ctz builtinsNathan Moinvaziri2026-02-063-76/+0
* Cleanup and rename bitreverse16 after ctz builtin refactoringNathan Moinvaziri2026-02-063-22/+15
* Cleanup compare256 and compare256_rle implementations.Nathan Moinvaziri2026-02-0622-382/+201
* Always use zng_ctz32 for W_BITS calculationNathan Moinvaziri2026-02-061-21/+1
* Refactor ctz builtins while always providing fallback.Nathan Moinvaziri2026-02-069-128/+89
* Change "None" to "OFF" for sanitizer option (#2141)Pavel P2026-02-061-2/+2
* Rename chorba SSE files to crc32_chorba for consistencyNathan Moinvaziri2026-02-055-20/+20
* Simplify logic in INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRRNathan Moinvaziri2026-02-051-14/+9
* Slide 32 hash entries per loop iteration when using AVX2.Mika T. Lindqvist2026-02-031-7/+10
* Clean up crc32_braid/chorba calls.Nathan Moinvaziri2026-02-015-103/+59
* riscv: features: add support for detecting V/Zbc via hwprobeIcenowy Zheng2026-02-011-0/+45
* riscv: features: add check for asm/hwprobe.h in build systemsIcenowy Zheng2026-02-012-0/+14
* riscv: features: prepare for more runtime detection facilitiesIcenowy Zheng2026-02-011-4/+11
* Fix building on FreeBSD/OpenBSDBrad Smith2026-01-311-31/+31
* Remove unnecessary string.h include in x86_featuresNathan Moinvaziri2026-01-291-2/+0
* Use index-based CRC macros and inline memcpy.Nathan Moinvaziri2026-01-293-18/+44
* Loop unroll for len >= 8 in crc32_copy_small.Nathan Moinvaziri2026-01-292-10/+8
* Move crc32_copy_small to shared private header.Nathan Moinvaziri2026-01-294-24/+32
* Combine Huffman code and extra bits into single shift operationDougall Johnson2026-01-287-120/+164
* Check cpuid availability on FreeBSD/OpenBSD when detecting fast/pmullNathan Moinvaziri2026-01-261-3/+2
* Move cleanup to inffast_tpl.h, clean up INFLATE_FASTPavel P2026-01-242-16/+17
* Add cleanup for defines that might be set before inclusion of chunkset_tpl.hPavel P2026-01-241-3/+17
* Read architecture name from binary in detect-arch.Nathan Moinvaziri2026-01-241-5/+8