Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build for linux-arm64 and linux-riscv64 #274

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Sep 28, 2023

  1. Support linux-riscv64

    Glavo authored and gnodet committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0ec9c83 View commit details
    Browse the repository at this point in the history
  2. Fix wrong output encoding on Windows with JDK >= 19 (fixes fusesource…

    …#247) (fusesource#258)
    
    * Fix wrong output encoding on Windows with JDK >= 19
    
    JDK 19 has changed the system properties used for System.out and System.err encoding, see https://www.oracle.com/java/technologies/javase/19-relnote-issues.html#JDK-8283620
    
    * Fix bad background in logo and add output encoding system properties
    gnodet committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fcc630b View commit details
    Browse the repository at this point in the history
  3. Support for FFM on JDK 21 (fixes fusesource#230) (fusesource#259)

    - the minimal build requirement is bumped to JDK 21
    - FFM is the default provider if available (JDK >= 21 with --enable-preview flag)
    gnodet committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3b15c26 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    27a7bb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4aa448 View commit details
    Browse the repository at this point in the history
  3. Fix rebuilding the project

    gnodet committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3c6f950 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    764a422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffd1688 View commit details
    Browse the repository at this point in the history
  3. 5 Configuration menu
    Copy the full SHA
    a8961cb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    1e4edb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d60bc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix

    Glavo committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d38ecc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. rv64i

    Glavo committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4681720 View commit details
    Browse the repository at this point in the history
  2. rv64g

    Glavo committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    3022577 View commit details
    Browse the repository at this point in the history