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

WIP: Java bindings #705

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open

WIP: Java bindings #705

wants to merge 32 commits into from

Commits on Aug 19, 2024

  1. wip: java bindings

    adjabaev committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c1bb7a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Pretty much usable (there are missing functions such as remove and so…

    …, but I think the main parts are done (mainly parsing Style, returning Layout))
    adjabaev committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    21ec83d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65db9eb View commit details
    Browse the repository at this point in the history
  3. Fix Clippy issues

    adjabaev committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4fe722b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9891bbb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    47bea2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eabd6c View commit details
    Browse the repository at this point in the history
  3. rust: rustfmt

    adjabaev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    587c810 View commit details
    Browse the repository at this point in the history
  4. java: utility

    adjabaev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    81dcdcd View commit details
    Browse the repository at this point in the history
  5. rust: fix signatures

    adjabaev committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b53ea74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0dab92 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    d778ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1beb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71064b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32865ee View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. enums: update refs

    adjabaev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1fd2c5b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    8bf25f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bae96d View commit details
    Browse the repository at this point in the history
  3. java: gap & related util

    adjabaev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9b412c8 View commit details
    Browse the repository at this point in the history
  4. rust: fix enum field stuff

    adjabaev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cbdb98c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    560fd19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db2b69 View commit details
    Browse the repository at this point in the history
  3. genenums: fix generics

    adjabaev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1697115 View commit details
    Browse the repository at this point in the history
  4. genenums: add subfolders

    adjabaev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    efebe81 View commit details
    Browse the repository at this point in the history
  5. genenums: support default & remove usage of HashMap as it doesn't kee…

    …p insertion order and isn't consistent
    adjabaev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1735861 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a10e904 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38b6576 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7090fb View commit details
    Browse the repository at this point in the history
  9. genenums: rustfmt stuff

    adjabaev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    798a82a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    59a793f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765ccd2 View commit details
    Browse the repository at this point in the history