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 Handling of Non-Void Java Method Calls in GnuCOBOL #174

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

Commits on Aug 23, 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 23, 2024
    Configuration menu
    Copy the full SHA
    452d4ec View commit details
    Browse the repository at this point in the history
  2. Adjust check for linking with JVM library

    nberth authored and xevor11 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7b31a0b View commit details
    Browse the repository at this point in the history
  3. Updated output java call

    xevor11 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    332e29c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 9, 2024

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

Commits on Sep 25, 2024

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