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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add benchmark for crc32 fold copy implementations
Hans Kristian Rosbach
2025-11-16
2
-0
/
+132
*
Disable benchmark for slide_hash_c with Visual C++ too.
Mika Lindqvist
2025-11-16
1
-1
/
+1
*
Add tests for crc32_fold_copy functions
Hans Kristian Rosbach
2025-11-16
4
-186
/
+269
*
Use CTest to simplify testing options
Hans Kristian Rosbach
2025-11-16
6
-16
/
+15
*
Reorganize Chorba activation.
Hans Kristian Rosbach
2025-11-13
2
-22
/
+17
*
Rename CMake targets to avoid clashes when used as a subproject (#1970)
Cameron Cawley
2025-10-28
5
-13
/
+14
*
Fix type mismatch on platforms where int32_t and uint32_t use long instead of...
Mika Lindqvist
2025-10-22
5
-13
/
+15
*
Don't build C-fallback functions that never get used on x86_64
Hans Kristian Rosbach
2025-10-13
1
-0
/
+2
*
📝 Add docstrings to `cleanup3`
coderabbitai[bot]
2025-10-10
1
-1
/
+10
*
Fix cast and truncation warnings.
Mika Lindqvist
2025-10-08
2
-3
/
+3
*
Increase minimum supported CMake version from 3.5.1 to 3.12
Hans Kristian Rosbach
2025-10-07
1
-8
/
+0
*
Fix type mismatch with Windows GCC.
Mika Lindqvist
2025-09-09
1
-4
/
+4
*
Use aligned load/store in AVX2 Slide Hash.
Hans Kristian Rosbach
2025-08-26
1
-5
/
+5
*
Add benchmark for insert_string.
Nathan Moinvaziri
2025-08-26
2
-0
/
+165
*
Rewrite LoongArch64 CRC32 implementation based on ARMv8 with manual alignment
Vladislav Shchapov
2025-07-11
1
-1
/
+5
*
Add LoongArch64 (LASX) adler32, adler32_fold_copy implementation
Vladislav Shchapov
2025-07-11
3
-0
/
+10
*
Add LoongArch64 (LSX) adler32, adler32_fold_copy implementation
Vladislav Shchapov
2025-07-11
3
-0
/
+13
*
Add LoongArch64 compare256, longest_match, longest_match_slow implementation
Vladislav Shchapov
2025-07-11
2
-0
/
+12
*
Add LoongArch64 slide_hash implementation
Vladislav Shchapov
2025-07-11
1
-0
/
+6
*
Add LoongArch64 CRC32 implementation
Vladislav Shchapov
2025-07-11
2
-0
/
+6
*
Add large 1mb buffer test for crc32 hashing.
Nathan Moinvaziri
2025-05-27
1
-0
/
+30
*
riscv: add crc32 optimization using zbc extension
yintong
2025-04-27
2
-0
/
+6
*
SSE4.1 optimized chorba
Adam Stylinski
2025-04-15
2
-3
/
+10
*
Add AVX512 version of compare256
Hans Kristian Rosbach
2025-04-14
2
-1
/
+7
*
Speed up benchmarks when run as part of gtest as it does not check data
Hans Kristian Rosbach
2025-04-14
2
-1
/
+2
*
[FreeBSD] Define _XOPEN_SOURCE for gtest_zlib
Mika Lindqvist
2025-04-14
1
-0
/
+4
*
Remove late enable_language calls.
Vladislav Shchapov
2025-04-14
3
-5
/
+0
*
Fix pointer type mismatch.
Mika Lindqvist
2025-04-06
1
-2
/
+2
*
Explicit SSE2 vectorization of Chorba CRC method
Adam Stylinski
2025-03-28
2
-0
/
+9
*
Fix a bug on the 32k and greater chorba specializations
Adam Stylinski
2025-03-28
1
-1
/
+15
*
Fold a copy into the adler32 function for UPDATEWINDOW for neon
Adam Stylinski
2025-03-05
1
-1
/
+1
*
Clean up internal crc32 function handling.
Hans Kristian Rosbach
2025-02-18
2
-4
/
+14
*
implement chorba algorithm
Sam Russell
2025-02-15
2
-0
/
+2
*
Rename most ACLE references to ARMv8
Cameron Cawley
2025-02-12
3
-7
/
+7
*
Fix -Wmaybe-uninitialized warnings in benchmarks.
Hans Kristian Rosbach
2025-02-01
2
-2
/
+2
*
Add uncompress benchmark
Hans Kristian Rosbach
2025-02-01
2
-0
/
+95
*
[abicheck] Regenerate ABI files for zlib
Mika Lindqvist
2025-01-27
10
-5813
/
+6333
*
Continued cleanup of old UNALIGNED_OK checks
Hans Kristian Rosbach
2024-12-26
4
-28
/
+19
*
Rename functions to get rid of old and now misleading "unaligned" naming
Hans Kristian Rosbach
2024-12-26
4
-12
/
+12
*
Fix unaligned access in ACLE based crc32
Adam Stylinski
2024-12-23
1
-0
/
+34
*
Since we long ago make unaligned reads safe (by using memcpy or intrinsics),
Hans Kristian Rosbach
2024-12-21
4
-20
/
+21
*
Fix typos (#1825)
Adeel Mujahid
2024-12-20
1
-1
/
+1
*
Revert "Since we long ago make unaligned reads safe (by using memcpy or intri...
Hans Kristian Rosbach
2024-12-17
4
-21
/
+20
*
Since we long ago make unaligned reads safe (by using memcpy or intrinsics),
Hans Kristian Rosbach
2024-12-17
4
-20
/
+21
*
Address deprecated cmake version warning.
Bradley Lowekamp
2024-12-07
2
-2
/
+2
*
Fix casting warning/error in test_compress_bound.cc
Pavel P
2024-12-01
1
-1
/
+1
*
Explicitly set CMake policy 0169 to silence warning
FantasqueX
2024-09-27
1
-2
/
+0
*
Force Visual C++ to treat source files as UTF-8.
Mika Lindqvist
2024-09-25
1
-4
/
+1
*
[CI] Don't try to use macOS 11 as it's no longer supported.
Mika Lindqvist
2024-09-20
1
-2
/
+5
*
Allow overridde CMAKE_CXX_STANDARD, CMAKE_CXX_STANDARD_REQUIRED, CMAKE_CXX_EX...
Vladislav Shchapov
2024-09-18
2
-4
/
+12
[next]