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

Genbindings: Support C++17 idioms used by Qt 6 #39

Merged
merged 15 commits into from
Oct 11, 2024
Merged

Conversation

mappu
Copy link
Owner

@mappu mappu commented Oct 11, 2024

Updates: #11

This improves genbindings in preparation for Qt 6 support. With this PR, we still target Qt 5.

  • Parse clang headers in parallel with 4x workers
  • Improved handling for enums
  • Improved handling for ssize_t, int8, *qsizetype, *qintptr
  • Support empty namespace { } blocks
  • Support type aliases
  • Skip new C++17 types of template AST nodes
  • Fix an issue with inheriting namespaced- or inner- classes

@mappu mappu merged commit 204f886 into master Oct 11, 2024
6 checks passed
@mappu mappu deleted the genbindings-qt6-support branch October 11, 2024 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant