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

Move LoadImage logic to Rust-side of FFI #16

Merged
merged 34 commits into from
Oct 16, 2024
Merged

Move LoadImage logic to Rust-side of FFI #16

merged 34 commits into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. Initial trait work

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    00cbd7c View commit details
    Browse the repository at this point in the history
  2. Tweaks

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    90fc1a7 View commit details
    Browse the repository at this point in the history
  3. Some build fixes

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    62a479e View commit details
    Browse the repository at this point in the history
  4. More stuff

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3e6b0be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34c4393 View commit details
    Browse the repository at this point in the history
  6. Build fixed

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a9248f6 View commit details
    Browse the repository at this point in the history
  7. fmt

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ebfe8af View commit details
    Browse the repository at this point in the history
  8. Clippy

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b77e666 View commit details
    Browse the repository at this point in the history
  9. Actually fix build

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6187666 View commit details
    Browse the repository at this point in the history
  10. Fix crashes

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    768602f View commit details
    Browse the repository at this point in the history
  11. Start on gimli

    toolCHAINZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8acf32c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Impl gimli

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2785973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c3cd62 View commit details
    Browse the repository at this point in the history
  3. Fmt and gimli tweak

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a6a5538 View commit details
    Browse the repository at this point in the history
  4. Remove unused file

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    87a5045 View commit details
    Browse the repository at this point in the history
  5. Remove more unused files

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    af56c88 View commit details
    Browse the repository at this point in the history
  6. Fix build

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6a00c86 View commit details
    Browse the repository at this point in the history
  7. clippy --fix

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c557053 View commit details
    Browse the repository at this point in the history
  8. Clippy fixes

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ccd66ad View commit details
    Browse the repository at this point in the history
  9. Changes to traits

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a35acb2 View commit details
    Browse the repository at this point in the history
  10. fmt

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6f76225 View commit details
    Browse the repository at this point in the history
  11. Clippy

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    450a42e View commit details
    Browse the repository at this point in the history
  12. pub perms

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e6dd1b5 View commit details
    Browse the repository at this point in the history
  13. More trait stuff

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d9a38ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2e641f1 View commit details
    Browse the repository at this point in the history
  15. Trying more stuff

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dedcb08 View commit details
    Browse the repository at this point in the history
  16. More trait gymnastics

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8f31dcc View commit details
    Browse the repository at this point in the history
  17. Clippy

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    221bf34 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ed97ea8 View commit details
    Browse the repository at this point in the history
  19. Add owned file

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    73c4afb View commit details
    Browse the repository at this point in the history
  20. Pub all of gimli

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fe0b339 View commit details
    Browse the repository at this point in the history
  21. Reshuffle

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f599396 View commit details
    Browse the repository at this point in the history
  22. Filter

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    faa8c40 View commit details
    Browse the repository at this point in the history
  23. Fix loading

    toolCHAINZ committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0bd3e0c View commit details
    Browse the repository at this point in the history