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

GraalVM updates to extract the shared lib with native image instead of package as resource #816

Merged
merged 41 commits into from
Sep 13, 2024

Commits on Aug 9, 2024

  1. add extract lib API

    TingDaoK committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2903314 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. revamp

    TingDaoK committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ab8c823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8fe21f View commit details
    Browse the repository at this point in the history
  3. add comments

    TingDaoK committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5588c94 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    04fef59 View commit details
    Browse the repository at this point in the history
  2. provided as scope

    TingDaoK committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e46c230 View commit details
    Browse the repository at this point in the history
  3. optional?

    TingDaoK committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    653a9a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. add dependency for gradle

    TingDaoK committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2109a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cf9feb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97b2d07 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. I cannot build it locally...

    TingDaoK committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e8e4363 View commit details
    Browse the repository at this point in the history
  2. chatgpt

    TingDaoK committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bae83a8 View commit details
    Browse the repository at this point in the history
  3. submodule

    TingDaoK committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    63ff90a View commit details
    Browse the repository at this point in the history
  4. submodule

    TingDaoK committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cc6a944 View commit details
    Browse the repository at this point in the history
  5. move it to internal

    TingDaoK committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d059836 View commit details
    Browse the repository at this point in the history
  6. what about this?

    TingDaoK committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4106dfa View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. let it compile

    TingDaoK committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4fd604f View commit details
    Browse the repository at this point in the history
  2. ignore those warnings?

    TingDaoK committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    86303b5 View commit details
    Browse the repository at this point in the history
  3. Move the API to internal

    TingDaoK committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8d85cba View commit details
    Browse the repository at this point in the history
  4. Use maven to build Java doc

    TingDaoK committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    296a649 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c214e60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fce325 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8bb695 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db4e92d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. trivial

    TingDaoK committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4c2a979 View commit details
    Browse the repository at this point in the history
  2. format

    TingDaoK committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a7ac437 View commit details
    Browse the repository at this point in the history
  3. more trivial

    TingDaoK committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0e4c097 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8998b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b86e67b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. address comments

    TingDaoK committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    2a5dc32 View commit details
    Browse the repository at this point in the history
  2. maybe

    TingDaoK committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    e444bfc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. trivial

    TingDaoK committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    79ac10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5854997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    833daba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3953dee View commit details
    Browse the repository at this point in the history
  5. update comments

    TingDaoK committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    814357b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. docs tweaks

    - move javadoc settings to be global, not just in the "release" profile
    - move cmake-configure out of the "generate-sources" phase, so it doesn't run during javadoc generation (yay faster iteration)
    graebm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cf326f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Apply suggestions from code review

    Co-authored-by: Michael Graeb <graebm@amazon.com>
    TingDaoK and graebm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    56763e6 View commit details
    Browse the repository at this point in the history
  2. move the comments

    TingDaoK committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9159d2f View commit details
    Browse the repository at this point in the history
  3. run it on arm-mac

    TingDaoK committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f52a410 View commit details
    Browse the repository at this point in the history
  4. fine

    TingDaoK committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a912994 View commit details
    Browse the repository at this point in the history