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

Initial JNI configuration #157

Open
wants to merge 10 commits into
base: java-interop
Choose a base branch
from
Open

Commits on Aug 21, 2024

  1. Initial handling of calls to static Java methods

    Changes mostly include:
    * New option `--with{out}-java` for `configure` script
    * Runtime support for calling `static void (void)` methods
    * Lookup of JVM library when JAVA_HOME is set, and pre-load when
      possible
    * Two preliminary tests
    
    Co-authored-by: Nicolas Berthier <[email protected]>
    Co-authored-by: Simon Sobisch <[email protected]>
    3 people committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7dbe688 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    70f22e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b8b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1493f2f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 10, 2024

  1. Added test for invalid name

    xevor11 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ea840e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 15, 2024

  1. Minor Adjustments

    xevor11 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    bb76d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1944d1 View commit details
    Browse the repository at this point in the history