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

Use native enum classes for bindings #1

Merged
merged 17 commits into from
May 4, 2024
Merged

Use native enum classes for bindings #1

merged 17 commits into from
May 4, 2024

Commits on May 2, 2024

  1. Add tests

    bindreams committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7241526 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    696bc88 View commit details
    Browse the repository at this point in the history
  2. Generate native enums

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a9e65a7 View commit details
    Browse the repository at this point in the history
  3. Handle any integer enums

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ddac256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23839fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61e8283 View commit details
    Browse the repository at this point in the history
  6. Add enum docstrings

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    9f54fbc View commit details
    Browse the repository at this point in the history
  7. Add header comment

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e5c9cdb View commit details
    Browse the repository at this point in the history
  8. Add enum item docstrings

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    26269ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8007f22 View commit details
    Browse the repository at this point in the history
  10. Add more enum tests

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8f6259f View commit details
    Browse the repository at this point in the history
  11. Fix enum types

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    74f2a4a View commit details
    Browse the repository at this point in the history
  12. Add more tests

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    3d98dfe View commit details
    Browse the repository at this point in the history
  13. Fix functions taking enums

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    92db8dc View commit details
    Browse the repository at this point in the history
  14. Remove unused typedef

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    b2ca64a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e96de23 View commit details
    Browse the repository at this point in the history
  16. Fix gcc compilation

    bindreams committed May 4, 2024
    Configuration menu
    Copy the full SHA
    3157324 View commit details
    Browse the repository at this point in the history