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
*
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
*
Remove architecture-specific compile definitions from build system
Nathan Moinvaziri
2026-01-24
3
-39
/
+2
*
Convert arch detection from preprocessor errors to runtime with header
Nathan Moinvaziri
2026-01-24
7
-120
/
+213
*
Move DoNotOptimize in benchmark loop to prevent it being optimized away
Nathan Moinvaziri
2026-01-24
7
-20
/
+21
*
Use MIN macro in a few more instances throughout the code
Nathan Moinvaziri
2026-01-24
3
-3
/
+3
*
Add ALIGN_UP and ALIGN_DOWN macros for readability
Nathan Moinvaziri
2026-01-24
12
-26
/
+23
*
Remove redundant include directives
Robert Kausch
2026-01-24
4
-7
/
+0
*
Make feature macro tests more consistent
Robert Kausch
2026-01-24
37
-59
/
+95
*
Test feature macros in all implementation files
Robert Kausch
2026-01-24
15
-1
/
+58
*
Reduce code size and directly call in adler32_copy
Nathan Moinvaziri
2026-01-24
2
-16
/
+6
*
Fix oversized pair allocation in adler32_vmx
Nathan Moinvaziri
2026-01-24
1
-12
/
+10
*
Skip redundant literal checks in inflate_fast
Nathan Moinvaziri
2026-01-23
1
-7
/
+8
*
Shared macros for inflate decoding trace statements
Nathan Moinvaziri
2026-01-23
4
-18
/
+29
*
Replace conditional byte swapping with portable host/LE conversion
Nathan Moinvaziri
2026-01-23
11
-363
/
+140
*
Remove unnecessary CHUNK_SIZE define - rm last ref
Pavel P
2026-01-22
1
-2
/
+0
*
Remove unnecessary CHUNK_SIZE define
Pavel P
2026-01-22
3
-16
/
+12
*
Don't run testing with the extra corpora for RISC-V builds,
Hans Kristian Rosbach
2026-01-22
1
-1
/
+2
*
Also upload coverage reports to coveralls.io
Hans Kristian Rosbach
2026-01-22
2
-9
/
+31
*
- Merge -O3 test into prefix test.
Hans Kristian Rosbach
2026-01-22
1
-11
/
+5
*
Split OSB builds out into separate workflow.
Hans Kristian Rosbach
2026-01-22
2
-32
/
+78
*
Add Windows ARM support for EOR3 feature detection and MSVC intrinsics
Mika Lindqvist
2026-01-22
3
-1
/
+19
*
Check for null return value from getauxval(AT_PLATFORM)
Nathan Moinvaziri
2026-01-22
1
-2
/
+3
*
Guard FreeBSD/OpenBSD auxv calls with HAVE_SYS_AUXV_H check
Brad Smith
2026-01-22
1
-5
/
+5
*
Add elf_aux_info() support on FreeBSD/OpenBSD for PMULL and EOR3
Brad Smith
2026-01-22
1
-0
/
+21
*
Remove unnecessary ARM_AUXV_HAS_NEON preprocessor check
Nathan Moinvaziri
2026-01-22
3
-105
/
+11
*
Remove unnecessary ARM_AUXV_HAS_CRC32 preprocessor check
Nathan Moinvaziri
2026-01-22
3
-155
/
+19
*
Use ARCH_64BIT preprocessor define in arm feature checks.
Nathan Moinvaziri
2026-01-22
1
-14
/
+10
*
Clean up arm feature check return values.
Nathan Moinvaziri
2026-01-22
1
-99
/
+85
*
Pre-calculate last vector check ptr in compare256 for sse2 and lsx
Nathan Moinvaziri
2026-01-22
2
-34
/
+22
*
Add "None" for sanitizer option
Pavel P
2026-01-21
1
-1
/
+1
[next]