Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yawkat/lz4-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.1
Choose a base ref
...
head repository: yawkat/lz4-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.2
Choose a head ref
  • 10 commits
  • 34 files changed
  • 4 contributors

Commits on Dec 5, 2025

  1. Reproducible build (#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.
    yawkat authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    37d6ca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17f0e7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eed5aa0 View commit details
    Browse the repository at this point in the history
  4. Fix source code formatting (#18)

    * Fix source code formatting
    
    * Add Override annotations
    Marcono1234 authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    c491079 View commit details
    Browse the repository at this point in the history
  5. Improve publish workflow (#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
    Marcono1234 authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    37d698a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Migrate to macOS 15 x86_64 for release build (#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
    Marcono1234 authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    9ece12a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    de1e43e View commit details
    Browse the repository at this point in the history
  2. Improve LZ4FrameIOStreamTest test (#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
    Marcono1234 authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    1dfbefd View commit details
    Browse the repository at this point in the history
  3. Rename net/jpountz/util/win32/amd64/liblz4-java.so to net/jpountz/uti…

    …l/windows/amd64/liblz4-java.dll (#25)
    HTHou authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    ef125a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Configuration menu
    Copy the full SHA
    e3aa42c View commit details
    Browse the repository at this point in the history
Loading