Skip to content

Update binding generation#11

Merged
kwabenantim merged 55 commits intodevelopfrom
liberate-cxx-standard
Mar 19, 2024
Merged

Update binding generation#11
kwabenantim merged 55 commits intodevelopfrom
liberate-cxx-standard

Conversation

@kwabenantim
Copy link
Copy Markdown
Member

@kwabenantim kwabenantim commented Feb 29, 2024

Summary

  • Make std=c++11 optional.
  • Add type hints and more commentary.
  • Autoformat code.
  • Update deprecated/soon-to-be-deprecated parts of code e.g. import imp
  • Use logging
  • Add extra sanity checks for file and folder existence.
  • Make some variable names more descriptive and/or more consistent with the style of the rest of the code.
  • Replace manual path manipulations with library functions from os.path.
  • Replace file open() and close() with with open(...) as ... : idiom.

@kwabenantim kwabenantim self-assigned this Feb 29, 2024
@kwabenantim kwabenantim changed the title Liberate cxx standard Update binding generation Mar 1, 2024
@kwabenantim kwabenantim marked this pull request as draft March 1, 2024 17:38
@kwabenantim kwabenantim linked an issue Mar 2, 2024 that may be closed by this pull request
@kwabenantim kwabenantim linked an issue Mar 13, 2024 that may be closed by this pull request
6 tasks
@kwabenantim kwabenantim marked this pull request as ready for review March 18, 2024 15:55
@kwabenantim kwabenantim removed a link to an issue Mar 19, 2024
6 tasks
@kwabenantim kwabenantim merged commit ce6ec05 into develop Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C++ 17 Compatibility Fix Automatic Wrapper Generator Bugs

2 participants