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

Ide swing #1

Merged
merged 27 commits into from
Jun 27, 2024
Merged

Ide swing #1

merged 27 commits into from
Jun 27, 2024

Commits on May 24, 2024

  1. Add more tests

    Thihup committed May 24, 2024
    Configuration menu
    Copy the full SHA
    469fbe9 View commit details
    Browse the repository at this point in the history
  2. Improve debug experience

    Thihup committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5cf8b97 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Rewrite IDE in Swing

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bad3dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc72817 View commit details
    Browse the repository at this point in the history
  3. Remove test run

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c9b5791 View commit details
    Browse the repository at this point in the history
  4. Use native-maven-plugin

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    91609f1 View commit details
    Browse the repository at this point in the history
  5. Build static native image

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6c3db17 View commit details
    Browse the repository at this point in the history
  6. Compress native-image result

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e0b3640 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0a3670 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e726eea View commit details
    Browse the repository at this point in the history
  9. Enable FFI support

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3d9c3fb View commit details
    Browse the repository at this point in the history
  10. Register foreign calls

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ac0bc3d View commit details
    Browse the repository at this point in the history
  11. Try GraalVM Dev

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3886c15 View commit details
    Browse the repository at this point in the history
  12. Register upcall stubs

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    93428d4 View commit details
    Browse the repository at this point in the history
  13. Enable quick build

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e0a218c View commit details
    Browse the repository at this point in the history
  14. Use -march=compatibility

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ddc5c9c View commit details
    Browse the repository at this point in the history
  15. Use -march=x86-64-v2

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    84ed80c View commit details
    Browse the repository at this point in the history
  16. Use -march=skylake-avx512

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5983cf8 View commit details
    Browse the repository at this point in the history
  17. Avoid using FFM in JDK classes

    Thihup committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bed8ead View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e1d410 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    263f984 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    779918d View commit details
    Browse the repository at this point in the history
  2. Handle multiline comment

    Thihup committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    65e8db9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Several fixes

    Thihup committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8d18ee0 View commit details
    Browse the repository at this point in the history
  2. Define Java 23

    Thihup committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e382dbe View commit details
    Browse the repository at this point in the history
  3. Add missing resource bundles

    Thihup committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8d845cd View commit details
    Browse the repository at this point in the history