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
*
Rename CMake targets to avoid clashes when used as a subproject (#1970)
Cameron Cawley
2025-10-28
6
-37
/
+56
*
Fix type mismatch on platforms where int32_t and uint32_t use long instead of...
Mika Lindqvist
2025-10-22
12
-42
/
+55
*
Improve resilience of the functable initialization; during functable init,
Hans Kristian Rosbach
2025-10-21
3
-34
/
+61
*
Don't build C-fallback functions that never get used on x86_64
Hans Kristian Rosbach
2025-10-13
6
-16
/
+82
*
Remove force-sse2 config option from x86 builds.
Hans Kristian Rosbach
2025-10-11
5
-19
/
+2
*
Update s390x actions runner.
Hans Kristian Rosbach
2025-10-10
4
-14
/
+9
*
📝 Add docstrings to `cleanup3`
coderabbitai[bot]
2025-10-10
1
-1
/
+10
*
Bump actions/checkout from 4 to 5
dependabot[bot]
2025-10-10
10
-18
/
+18
*
Fix cast and truncation warnings.
Mika Lindqvist
2025-10-08
2
-3
/
+3
*
Update terms in txtvsbin.txt
Jeff Handley
2025-10-07
1
-6
/
+6
*
Use 'block-list' and 'allow-list' terms
Jeff Handley
2025-10-07
1
-9
/
+9
*
Increase minimum supported CMake version from 3.5.1 to 3.12
Hans Kristian Rosbach
2025-10-07
2
-12
/
+1
*
Inline the CHUNKSIZE function
Cameron Cawley
2025-10-07
13
-48
/
+2
*
Update macOS CI images
Cameron Cawley
2025-09-30
2
-20
/
+23
*
Synchronise ARMv8 and Loongarch CRC32 implementations
Cameron Cawley
2025-09-28
4
-13
/
+26
*
Fix -Wstrict-prototypes warnings
Cameron Cawley
2025-09-27
3
-5
/
+5
*
Fix -Wunused-command-line-argument warnings on Mac OS X
Cameron Cawley
2025-09-27
2
-1
/
+19
*
Allow C17 for newer CMake versions (#1958)
Alexander Vieth
2025-09-11
2
-0
/
+34
*
[CI] Use MacOS 14 for GCC UBSAN.
Mika Lindqvist
2025-09-09
1
-1
/
+1
*
[CI] Install Windows 11 SDK 10.0.22621 for 32-bit ARM.
Mika Lindqvist
2025-09-09
1
-0
/
+9
*
Fix type mismatch with Windows GCC.
Mika Lindqvist
2025-09-09
1
-4
/
+4
*
[CI] Update MacOS toolchain.
Mika Lindqvist
2025-09-07
1
-1
/
+1
*
Bump actions/download-artifact from 4 to 5
dependabot[bot]
2025-09-07
2
-2
/
+2
*
Partially inline flush_pending
Hans Kristian Rosbach
2025-08-26
3
-25
/
+32
*
Optimize read_buf by removing indirection penalty
Hans Kristian Rosbach
2025-08-26
1
-3
/
+4
*
Inline read_buf
Hans Kristian Rosbach
2025-08-26
3
-37
/
+36
*
Move "Architecture-specific hooks" from deflate.c to the more appropriate def...
Hans Kristian Rosbach
2025-08-26
2
-39
/
+39
*
Use aligned load/store in AVX2 Slide Hash.
Hans Kristian Rosbach
2025-08-26
2
-7
/
+7
*
Add benchmark for insert_string.
Nathan Moinvaziri
2025-08-26
2
-0
/
+165
*
Inline bi_reverse
Hans Kristian Rosbach
2025-08-23
5
-16
/
+18
*
Add error propagation to gzread/gzwrite
Hans Kristian Rosbach
2025-08-23
2
-4
/
+13
*
Split out gz_read_init() from gzlook(), and rename gz_init() to gz_write_init().
Hans Kristian Rosbach
2025-08-23
2
-21
/
+29
*
Reorganize initialization and use a single malloc call for both
Hans Kristian Rosbach
2025-08-23
6
-68
/
+136
*
Inline pqdownheap
Hans Kristian Rosbach
2025-08-20
1
-2
/
+2
*
Reorder functions related to build_tree to more closely match order of
Hans Kristian Rosbach
2025-08-20
1
-106
/
+106
*
Use local pointers to avoid indirection penalties in pqdownheap and build_tree
Hans Kristian Rosbach
2025-08-20
1
-29
/
+31
*
Use local pointers to avoid indirection penalty in compress_block
Hans Kristian Rosbach
2025-08-20
1
-7
/
+16
*
Minor optimization of insert_string
Hans Kristian Rosbach
2025-08-20
2
-5
/
+10
*
Unroll some of the adler checksum for avx2
Adam Stylinski
2025-08-20
1
-4
/
+39
*
Check the proper bit for BMI2
Adam Stylinski
2025-08-18
1
-1
/
+1
*
Disable NEON workaround on Clang 20 and above, and enable it for non-mobile p...
Un1q32
2025-08-03
1
-6
/
+4
*
style
Harmen Stoppels
2025-08-03
1
-12
/
+11
*
X86_AVX512VNNI: test _mm256_dpbusd_epi32 too
Harmen Stoppels
2025-08-03
2
-11
/
+20
*
Make test options dependent on ZLIB_ENABLE_TESTS
Cameron Cawley
2025-07-28
1
-6
/
+6
*
Update incorrect comment
Hans Kristian Rosbach
2025-07-21
1
-1
/
+1
*
Revert "Inserting strings is not slow any longer, remove bypass in deflate_me...
Hans Kristian Rosbach
2025-07-21
1
-2
/
+4
*
Revert "Clean up insert_match() in deflate_medium"
Hans Kristian Rosbach
2025-07-21
1
-15
/
+28
*
Prep for 2.3.0 beta
Hans Kristian Rosbach
2025-07-16
4
-14
/
+14
*
Remove usage of aligned alloc implementations and instead use malloc
Hans Kristian Rosbach
2025-07-11
4
-163
/
+5
*
Rewrite LoongArch64 CRC32 implementation based on ARMv8 with manual alignment
Vladislav Shchapov
2025-07-11
2
-15
/
+59
[next]