Skip to content

ArgVariant annotation and plot methods with count parameter #264

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

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

SpaiR
Copy link
Owner

@SpaiR SpaiR commented Aug 26, 2024

  • This PR introduces a new annotation, @ArgVariant, which allows for the generation of methods with different type and name variants. This is particularly useful for generating bindings for templated methods.
  • Additional plot* method variations with a count parameter (indicating the size of the passed array) have been added for ImPlot extension.

resolves #261

Type of change

  • Minor changes or tweaks (quality of life stuff)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

SpaiR added 2 commits August 26, 2024 10:33
New annotation provides an ability to generate methods definitions for different types and names.
@SpaiR SpaiR added feat New feature or request api labels Aug 26, 2024
@SpaiR SpaiR changed the title Feat/argvariant ArgVariant annotation and plot methods with count parameter Aug 26, 2024
@SpaiR SpaiR merged commit 9518b1c into main Aug 26, 2024
7 checks passed
@SpaiR SpaiR deleted the feat/argvariant branch August 26, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Bindings: ImPlot plot methods with length
1 participant