index
:
Project-Tick
dependabot/cargo/ofborg/cargo-6413d30b2c
dependabot/github_actions/github-actions-37d761dd54
dependabot/gradle/forgewrapper/gradle-f4fe71422a
dependabot/npm_and_yarn/ci/github-script/npm_and_yarn-026824b8a2
dependabot/npm_and_yarn/ofborg/ofborg-viewer/npm_and_yarn-4d6535e57e
dependabot/pip/json4cpp/docs/mkdocs/mkdocs-redirects-1.2.3
dependabot/pip/meta/certifi-2026.2.25
dependabot/pip/meta/charset-normalizer-3.4.7
dependabot/pip/meta/pip-2355f07891
dependabot/pip/meta/requests-2.33.1
dependabot/pip/meta/soupsieve-2.8.3
dependabot/submodules/cgit/git-2855562
gh-pages
master
Project Tick is a project dedicated to providing developers with ease of use and users with long-lasting software.
Mehmet Samet Duman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize symbol buffer access based on platform unaligned access
Nathan Moinvaziri
2026-02-18
4
-7
/
+24
*
Use offset addressing when accessing s->sym_buf.
Nathan Moinvaziri
2026-02-18
1
-10
/
+16
*
Refactor and unify adler32 short length processing.
Nathan Moinvaziri
2026-02-18
12
-127
/
+104
*
Fix incorrect use of chorba_word_t in 64-bit only function
Cameron Cawley
2026-02-17
1
-4
/
+4
*
Simplify alignment casts in Chorba code
Cameron Cawley
2026-02-17
5
-21
/
+33
*
Split CRC32 Braid and Chorba word types
Cameron Cawley
2026-02-17
16
-221
/
+227
*
cmake: Fix ARCH is empty in detect-arch
Sergey
2026-02-17
1
-1
/
+3
*
Simplify types used in chunkset code
Cameron Cawley
2026-02-17
18
-62
/
+64
*
Remove unnecessary casts on malloc return values
Nathan Moinvaziri
2026-02-17
2
-3
/
+3
*
Remove unnecessary (unsigned long) cast on BASE in adler32_combine
Nathan Moinvaziri
2026-02-17
1
-1
/
+1
*
Remove unnecessary (int) casts on sizeof in switch statements
Nathan Moinvaziri
2026-02-17
1
-4
/
+4
*
Remove unnecessary void */char * casts on memcpy/memset arguments
Nathan Moinvaziri
2026-02-17
2
-5
/
+5
*
Change zng_tr_stored_block/zng_tr_flush_block buf param to unsigned char *
Nathan Moinvaziri
2026-02-17
5
-9
/
+9
*
Fix typo - missing closing quote
Paul Marquess
2026-02-17
1
-1
/
+1
*
Take account of use-case where there is an empty git tree object when reading...
Paul Marquess
2026-02-17
1
-1
/
+3
*
add workflow_dispatch to most of the workflow files
Paul Marquess
2026-02-17
11
-9
/
+11
*
Add .vscode to .gitignore
Nathan Moinvaziri
2026-02-17
1
-0
/
+1
*
Fixed unused function warning for arm_has_cpuid
Nathan Moinvaziri
2026-02-17
1
-2
/
+2
*
Remove unnecessary ARCH_ARM in arm_features.c
Nathan Moinvaziri
2026-02-17
1
-3
/
+3
*
Fix building on RISC-V without RVV.
Mika T. Lindqvist
2026-02-16
1
-9
/
+11
*
deflate_medium: more readability initialize structs match
Herman Semenoff
2026-02-16
1
-5
/
+2
*
[configure] Add initial support for NVHPC toolchain.
Mika T. Lindqvist
2026-02-12
1
-2
/
+40
*
[zconf] Fix LFS support on Windows
Mika Lindqvist
2026-02-11
2
-2
/
+2
*
Cleanup formatting for crc32_chorba files
Nathan Moinvaziri
2026-02-08
3
-228
/
+228
*
Add e2k codecov build
Vladislav Shchapov
2026-02-06
1
-0
/
+13
*
Add e2k CI
Vladislav Shchapov
2026-02-06
1
-2
/
+60
*
Add e2k support
Vladislav Shchapov
2026-02-06
5
-9
/
+105
*
Remove build script compiler checks for ctz builtins
Nathan Moinvaziri
2026-02-06
3
-76
/
+0
*
Cleanup and rename bitreverse16 after ctz builtin refactoring
Nathan Moinvaziri
2026-02-06
3
-22
/
+15
*
Cleanup compare256 and compare256_rle implementations.
Nathan Moinvaziri
2026-02-06
22
-382
/
+201
*
Always use zng_ctz32 for W_BITS calculation
Nathan Moinvaziri
2026-02-06
1
-21
/
+1
*
Refactor ctz builtins while always providing fallback.
Nathan Moinvaziri
2026-02-06
9
-128
/
+89
*
Change "None" to "OFF" for sanitizer option (#2141)
Pavel P
2026-02-06
1
-2
/
+2
*
Rename chorba SSE files to crc32_chorba for consistency
Nathan Moinvaziri
2026-02-05
5
-20
/
+20
*
Simplify logic in INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR
Nathan Moinvaziri
2026-02-05
1
-14
/
+9
*
Slide 32 hash entries per loop iteration when using AVX2.
Mika T. Lindqvist
2026-02-03
1
-7
/
+10
*
Clean up crc32_braid/chorba calls.
Nathan Moinvaziri
2026-02-01
5
-103
/
+59
*
riscv: features: add support for detecting V/Zbc via hwprobe
Icenowy Zheng
2026-02-01
1
-0
/
+45
*
riscv: features: add check for asm/hwprobe.h in build systems
Icenowy Zheng
2026-02-01
2
-0
/
+14
*
riscv: features: prepare for more runtime detection facilities
Icenowy Zheng
2026-02-01
1
-4
/
+11
*
Fix building on FreeBSD/OpenBSD
Brad Smith
2026-01-31
1
-31
/
+31
*
Remove unnecessary string.h include in x86_features
Nathan Moinvaziri
2026-01-29
1
-2
/
+0
*
Use index-based CRC macros and inline memcpy.
Nathan Moinvaziri
2026-01-29
3
-18
/
+44
*
Loop unroll for len >= 8 in crc32_copy_small.
Nathan Moinvaziri
2026-01-29
2
-10
/
+8
*
Move crc32_copy_small to shared private header.
Nathan Moinvaziri
2026-01-29
4
-24
/
+32
*
Combine Huffman code and extra bits into single shift operation
Dougall Johnson
2026-01-28
7
-120
/
+164
*
Check cpuid availability on FreeBSD/OpenBSD when detecting fast/pmull
Nathan Moinvaziri
2026-01-26
1
-3
/
+2
*
Move cleanup to inffast_tpl.h, clean up INFLATE_FAST
Pavel P
2026-01-24
2
-16
/
+17
*
Add cleanup for defines that might be set before inclusion of chunkset_tpl.h
Pavel P
2026-01-24
1
-3
/
+17
*
Read architecture name from binary in detect-arch.
Nathan Moinvaziri
2026-01-24
1
-5
/
+8
[next]