X Tutup
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: CodeIntelligenceTesting/lz4-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 46 files changed
  • 6 contributors

Commits on Dec 4, 2025

  1. 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
    yawkat authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    1e9bf8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da95a00 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Merge commit from fork

    * Add test case
    
    * Add patch
    
    * move after destEnd check
    
    * fix
    yawkat authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    33d180c View commit details
    Browse the repository at this point in the history
  2. 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.
    yawkat authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    37d6ca4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17f0e7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eed5aa0 View commit details
    Browse the repository at this point in the history
  5. Fix source code formatting (yawkat#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
  6. 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
    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 (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
    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. 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
    Marcono1234 authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    de1e43e View commit details
    Browse the repository at this point in the history
  2. Improve LZ4FrameIOStreamTest test (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
    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 (yawkat#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
  2. github-pages documentation (yawkat#32)

    * github-pages documentation
    
    * fix
    
    * versioning
    
    * use cloudflare pages instead
    
    * top-level redirect
    
    * update readme links
    
    * disable pull_request trigger
    yawkat authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    b8af362 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

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

Commits on Jan 21, 2026

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

Commits on Mar 2, 2026

  1. Configuration menu
    Copy the full SHA
    f659131 View commit details
    Browse the repository at this point in the history
  2. 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
    yawkat authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    de5e4db View commit details
    Browse the repository at this point in the history
Loading
X Tutup