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 POWER8 VSX and S390 VX CRC32 copy tests
Nathan Moinvaziri
2026-02-18
1
-0
/
+6
*
Cleanup compare256 and compare256_rle implementations.
Nathan Moinvaziri
2026-02-06
4
-36
/
+14
*
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
1
-1
/
+1
*
Fix integer overflow in gz_compress_mmap
Vladislav Shchapov
2026-01-21
2
-18
/
+20
*
Unify baseline benchmarking for both adler32 and crc32.
Hans Kristian Rosbach
2026-01-20
2
-46
/
+114
*
Unify compare256/compare256_rle benchmarks and add rolling misalignment
Hans Kristian Rosbach
2026-01-20
2
-35
/
+53
*
Unify adler32/crc32 benchmarks and add rotating misalignment
Hans Kristian Rosbach
2026-01-20
4
-99
/
+169
*
Use aligned alloc for insert_string benchmark
Hans Kristian Rosbach
2026-01-20
1
-9
/
+8
*
Fix name collision in inflate benchmark
Hans Kristian Rosbach
2026-01-20
1
-3
/
+3
*
Make deflate output deterministic if PREFIX3(stream) is reused after deflateR...
Vladislav Shchapov
2026-01-20
2
-9
/
+81
*
Remove old comments about crc32 folding from crc32 benchmark.
Nathan Moinvaziri
2026-01-17
1
-2
/
+0
*
Clean up buf == NULL handling on adler32 functions and test strings.
Nathan Moinvaziri
2026-01-13
4
-30
/
+2
*
Rename and reorder properties in hash_test.
Nathan Moinvaziri
2026-01-13
5
-181
/
+181
*
Merge adler32 and crc32 hash test strings.
Nathan Moinvaziri
2026-01-13
6
-380
/
+230
*
Add adler32_copy unit test
Nathan Moinvaziri
2026-01-13
4
-7
/
+99
*
Separate adler32 test strings into their own source header
Nathan Moinvaziri
2026-01-13
2
-321
/
+326
*
Update to GoogleTest 1.16.0.
Vladislav Shchapov
2026-01-11
1
-2
/
+7
*
Replace deprecated FetchContent_Populate with FetchContent_MakeAvailable
Vladislav Shchapov
2026-01-11
3
-24
/
+12
*
Remove always TRUE or FALSE CMake version checks
Vladislav Shchapov
2026-01-11
1
-1
/
+1
*
Set minimum and upper compatible CMake version
Vladislav Shchapov
2026-01-11
4
-4
/
+4
*
Fix possible loss of data warning in benchmark_inflate on MSVC 2026
Nathan Moinvaziri
2026-01-09
1
-4
/
+4
*
Fix warning: 'sprintf' is deprecated
Vladislav Shchapov
2026-01-07
1
-8
/
+25
*
Rebalance benchmark_compress size ranges
Hans Kristian Rosbach
2026-01-07
1
-2
/
+2
*
Improve benchmark_compress and benchmark_uncompress.
Hans Kristian Rosbach
2026-01-07
2
-46
/
+56
*
Add new benchmark inflate_nocrc. This lets us benchmark just the
Hans Kristian Rosbach
2026-01-07
3
-0
/
+207
*
Integrate ARMv8 PMULL+EOR3 crc32 algorithm from Peter Cawley
Nathan Moinvaziri
2025-12-29
4
-0
/
+13
*
Add missing adler32_copy_power8 implementation
Nathan Moinvaziri
2025-12-28
1
-2
/
+1
*
Add missing adler32_copy_ssse3 implementation
Nathan Moinvaziri
2025-12-28
1
-1
/
+3
*
Add missing adler32_copy_vmx implementation
Nathan Moinvaziri
2025-12-28
1
-2
/
+1
*
Update crc32_fold test and benchmarks for crc32_copy
Nathan Moinvaziri
2025-12-28
2
-91
/
+69
*
Refactor crc32_fold functions into single crc32_copy
Nathan Moinvaziri
2025-12-28
5
-3
/
+3
*
Use uint32_t for hash_head in update_hash/insert_string
Hans Kristian Rosbach
2025-12-22
1
-2
/
+2
*
Fix warnings: unused parameter state, comparison of integer expressions of di...
Vladislav Shchapov
2025-12-21
12
-26
/
+26
*
Compute w_bits rather than storing it in the deflate_state structure
Nathan Moinvaziri
2025-12-09
1
-1
/
+0
*
Compute w_mask rather than storing it in the deflate_state structure
Nathan Moinvaziri
2025-12-09
1
-1
/
+0
*
Inline all uses of quick_insert_string*/quick_insert_value*.
Hans Kristian Rosbach
2025-12-07
1
-0
/
+3
*
Wrap support_flag for cpu features in benchmark and test macros.
Nathan Moinvaziri
2025-12-03
12
-14
/
+14
*
Fixed casting warning in benchmark_uncompress on MSVC
Nathan Moinvaziri
2025-12-03
1
-1
/
+1
*
Rename adler32_fold_copy to adler32_copy (#2026)
Nathan Moinvaziri
2025-12-03
1
-9
/
+9
*
Chorba: Add test cases for #2029
Sam Russell
2025-12-02
2
-4
/
+15
*
Update Google Benchmark to v1.9.4
Mika Lindqvist
2025-11-18
1
-2
/
+2
*
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
[next]