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: xerial/snappy-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.10.4
Choose a base ref
...
head repository: xerial/snappy-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.10.5
Choose a head ref
  • 9 commits
  • 13 files changed
  • 7 contributors

Commits on Sep 24, 2023

  1. internal: Support JDK21 (#510)

    * Test with JDK21
    
    * Use setup-java
    
    * fix test
    xerial authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    681b2e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix GLIBC_2.32 not found error on IBM PowerPC LE RedHat 8.6 OS (requi…

    …red by /libsnappyjava.so) #512 (#515)
    
    Co-authored-by: Vinesh Chemmala Paul <[email protected]>
    vineshcpaul and Vinesh Chemmala Paul authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0016fed View commit details
    Browse the repository at this point in the history
  2. Feature: Add Windows arm64 support (#511)

    * add arm64 support
    
    * update Makefile
    imsudiproy authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ee96b64 View commit details
    Browse the repository at this point in the history
  3. Bump jwlawson/actions-setup-cmake from 1.13 to 1.14 (#514)

    Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 1.13 to 1.14.
    - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases)
    - [Commits](jwlawson/actions-setup-cmake@v1.13...v1.14)
    
    ---
    updated-dependencies:
    - dependency-name: jwlawson/actions-setup-cmake
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    67f5d26 View commit details
    Browse the repository at this point in the history
  4. ppc64-le (Fix): Use an LTS-version of cross-compiler for Linux ppc64-…

    …le (#516)
    
    * ppc64-le (Fix): Use an LTS-version of cross-compiler for Linux ppc64-le
    
    * Update native libraries for 4764a47 (#517)
    
    Co-authored-by: xerial <[email protected]>
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: xerial <[email protected]>
    3 people authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3c67a7b View commit details
    Browse the repository at this point in the history
  5. internal fix: Use Windows-aarch64 target name and compiler options (#518

    )
    
    * internal fix: Use Windows-aarch64 target name
    
    * Fix compiler
    
    * Fix strip command
    
    * Use the same compiler flags with other Windows
    xerial authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e6d1196 View commit details
    Browse the repository at this point in the history
  6. Update native libraries for e6d1196 (#519)

    Co-authored-by: xerial <[email protected]>
    github-actions[bot] and xerial authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0fff1ac View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    4b2c1e8 View commit details
    Browse the repository at this point in the history
  2. Update native libraries for 4b2c1e8 (#521)

    Co-authored-by: xerial <[email protected]>
    github-actions[bot] and xerial authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    08abfa4 View commit details
    Browse the repository at this point in the history
Loading