-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: CodeIntelligenceTesting/lz4-java
base: main
head repository: yawkat/lz4-java
compare: main
- 18 commits
- 46 files changed
- 6 contributors
Commits on Dec 4, 2025
-
Add workflow_dispatch trigger to multi-platform build to allow testin…
…g without release (yawkat#13) * Add manual workflow_dispatch trigger to multi-platform build * disable redundant test workflow for pull_request
Configuration menu - View commit details
-
Copy full SHA for 1e9bf8c - Browse repository at this point
Copy the full SHA 1e9bf8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for da95a00 - Browse repository at this point
Copy the full SHA da95a00View commit details
Commits on Dec 5, 2025
-
* Add test case * Add patch * move after destEnd check * fix
Configuration menu - View commit details
-
Copy full SHA for 33d180c - Browse repository at this point
Copy the full SHA 33d180cView commit details -
Reproducible build (yawkat#15)
It's still not easy to reproduce due to the multi-platform nature of the build, but this should reduce the diff between versions somewhat.
Configuration menu - View commit details
-
Copy full SHA for 37d6ca4 - Browse repository at this point
Copy the full SHA 37d6ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f0e7a - Browse repository at this point
Copy the full SHA 17f0e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eed5aa0 - Browse repository at this point
Copy the full SHA eed5aa0View commit details -
Fix source code formatting (yawkat#18)
* Fix source code formatting * Add Override annotations
Configuration menu - View commit details
-
Copy full SHA for c491079 - Browse repository at this point
Copy the full SHA c491079View commit details -
Improve publish workflow (yawkat#19)
- Give "Setup Temurin JDK" steps different names to tell them apart - Fix native binary file names not being printed because they are too deeply nested
Configuration menu - View commit details
-
Copy full SHA for 37d698a - Browse repository at this point
Copy the full SHA 37d698aView commit details
Commits on Dec 6, 2025
-
Migrate to macOS 15 x86_64 for release build (yawkat#21)
* Migrate to macOS 15 x86_64 for release build Because macOS 13 image is deprecated, see https://redirect.github.com/actions/runner-images/issues/13046 Also adjusts the build setup a bit to make it easier to understand. * Rename matrix variable
Configuration menu - View commit details
-
Copy full SHA for 9ece12a - Browse repository at this point
Copy the full SHA 9ece12aView commit details
Commits on Dec 8, 2025
-
Use gcc included in Windows image for release build (yawkat#22)
* Use gcc included in Windows image for release build See https://github.com/actions/runner-images/blob/win25/20251125.122/images/windows/Windows2025-Readme.md#tools * Use bash shell for Windows * Download LZ4 CLI for Windows build
Configuration menu - View commit details
-
Copy full SHA for de1e43e - Browse repository at this point
Copy the full SHA de1e43eView commit details -
Improve
LZ4FrameIOStreamTesttest (yawkat#23)* Improve `LZ4FrameIOStreamTest` test - Fix temp file setup always using `0xDEADBEEF` as value, discarding data from Random - When running in CI ensure that LZ4 CLI is available * Fail fast if LZ4 CLI is not available for CI
Configuration menu - View commit details
-
Copy full SHA for 1dfbefd - Browse repository at this point
Copy the full SHA 1dfbefdView commit details -
Rename net/jpountz/util/win32/amd64/liblz4-java.so to net/jpountz/uti…
…l/windows/amd64/liblz4-java.dll (yawkat#25)
Configuration menu - View commit details
-
Copy full SHA for ef125a1 - Browse repository at this point
Copy the full SHA ef125a1View commit details
Commits on Dec 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e3aa42c - Browse repository at this point
Copy the full SHA e3aa42cView commit details -
github-pages documentation (yawkat#32)
* github-pages documentation * fix * versioning * use cloudflare pages instead * top-level redirect * update readme links * disable pull_request trigger
Configuration menu - View commit details
-
Copy full SHA for b8af362 - Browse repository at this point
Copy the full SHA b8af362View commit details
Commits on Jan 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 384ade4 - Browse repository at this point
Copy the full SHA 384ade4View commit details
Commits on Jan 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for af57e23 - Browse repository at this point
Copy the full SHA af57e23View commit details
Commits on Mar 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f659131 - Browse repository at this point
Copy the full SHA f659131View commit details -
Fix Linux native flags for non-x86 CI builds (yawkat#42)
* Make Linux native flags architecture-safe in CI * Fix workflow matrix expressions for manual dispatch * Merge x86 flags into arch-specific workflow cflags
Configuration menu - View commit details
-
Copy full SHA for de5e4db - Browse repository at this point
Copy the full SHA de5e4dbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main