- 09 Dec, 2020 1 commit
-
-
Joe Snyder authored
Add default arguments to constructor Closes #145 See merge request autopybind11/autopybind11!107
-
- 03 Dec, 2020 4 commits
-
-
Joe Snyder authored
Add to the simple test a constructor with a default argument. This will demonstrate that the constructor arguments are passed correctly. Fixes #145
-
Joe Snyder authored
Restructure YAML file See merge request autopybind11/autopybind11!103
-
Joe Snyder authored
Add warning text for CastXML version See merge request autopybind11/autopybind11!105
-
Joe Snyder authored
Add "External Usage" section to README Closes #150 See merge request autopybind11/autopybind11!104
-
- 23 Nov, 2020 1 commit
-
-
Joe Snyder authored
Add a brief warning about the version of the CastXML executable and how the pip installed version should be the one found by the PATH variable.
-
- 20 Nov, 2020 2 commits
-
-
Joe Snyder authored
Add a new section to the readme which describes the places where autopybind11 is being used outside of this repository. KWIVER/VTK examples to come.
-
Joe Snyder authored
Alter the yaml structure to introduce new specifications: Move the file key to be the first key in a "stack". Add a new "namespaces" key, which can be duplicated across files to properly describe all of the contents of a namespace.
-
- 19 Nov, 2020 2 commits
-
-
Joe Snyder authored
Fix CMakeLists and APB_PYBIND11_DIR usage See merge request autopybind11/autopybind11!101
-
Joe Snyder authored
Add version check for CastXML See merge request autopybind11/autopybind11!99
-
- 16 Nov, 2020 4 commits
-
-
Tom Osika authored
Fixed bug with INS flags and empty namespace See merge request autopybind11/autopybind11!102
-
John Parent authored
-
John Parent authored
-
John Parent authored
-
- 13 Nov, 2020 5 commits
-
-
John Parent authored
-
John Parent authored
-
Tom Osika authored
Initial additional rsp include functionality See merge request autopybind11/autopybind11!100
-
John Parent authored
-
John Parent authored
Exposes ability to add additional includes to the RSP file and module target via CMAKE
-
- 11 Nov, 2020 1 commit
-
-
Joe Snyder authored
Revisit README documentation. Closes #139 See merge request autopybind11/autopybind11!97
-
- 10 Nov, 2020 4 commits
-
-
Joe Snyder authored
Add a PYBIND11_DIR entry to the top-level CMakeLists.txt file where the autopybind framework fetches pybind11. If that variable is set in some other context (External CMakeLists.txt via find_package or FetchContent or on the command line) use the value given. If not defined, the fetching of pybind11 will continue as expected. Check the APB_PYBIND11_DIR for a CMakeLists file before using add subdirectory. If it doesn't exist, use the path as an include directory instead.
-
Tom Osika authored
Custom module structure Closes #124 See merge request autopybind11/autopybind11!92
-
John Parent authored
Initial namespace structure bug fix added submodule binding text blocks initial custom namespace functionality Initial functional implementation Initial tests for custom namespace feature Partial fixup of tests with improper module usage Test refactor to handle namespace->class bug fix refactor based on linter and bug fix code cleanup for review Update gen only test data for module structure fix rebase and incorporate module local Review changes Readability improvments with respect to module referencing in tests Review changes Variable name changes for clarity and proper abbreivation Refactor customizer class moving access of custom fields to seperate function Remove class 'inner' from test/example to improve clarity Refactor tests based on above changes Review changes Removed namespace customization for one class in pure python test To ensure that pure python module structure is obeyed when no custom namespace is specified with python namespace flag Reorganize str...
-
Tom Osika authored
Add member blacklist See merge request autopybind11/autopybind11!96
-
- 06 Nov, 2020 1 commit
-
-
Joe Snyder authored
To avoid using older and incompatible versions, add checks in CMake and in the Python code.
-
- 05 Nov, 2020 4 commits
-
-
Joe Snyder authored
-
Joe Snyder authored
Remove reference to "Example" directory Rework some long lines to be <80 characters Add text from Tom regarding description of private_members flag.
-
Joe Snyder authored
Add examples for all customizations Update CastXML install text
-
Joe Snyder authored
Switch to common tags See merge request autopybind11/autopybind11!95
-
- 04 Nov, 2020 1 commit
-
-
John Parent authored
Aesthetic changes Added copyright notices Remove dead code, unneeded comments
-
- 02 Nov, 2020 2 commits
-
-
John Parent authored
-
John Parent authored
Refactored current method exclusion to use customization yaml section Added the exclusion of member variables Refactored how protected members are skipped, publicist is no longer written out if associated member is skipped
-
- 30 Oct, 2020 1 commit
-
-
Joe Snyder authored
Used in shared runners on GitLab.
-
- 29 Oct, 2020 4 commits
-
-
Joe Snyder authored
Add output dir as a default include path Closes #143 See merge request autopybind11/autopybind11!94
-
Joe Snyder authored
Fix "No RSP path" return values Closes #142 See merge request autopybind11/autopybind11!93
-
Joe Snyder authored
Add module local option See merge request autopybind11/autopybind11!91
-
Joe Snyder authored
Originally assumed to be added by a CMake target's include directory property. No longer assume that. Fixes #143
-
- 28 Oct, 2020 1 commit
-
-
Joe Snyder authored
Fixes #142
-
- 27 Oct, 2020 1 commit
-
-
Joe Snyder authored
Add custom_targets for GEN_ONLY objects. Closes #137 See merge request autopybind11/autopybind11!90
-
- 23 Oct, 2020 1 commit
-
-
John Parent authored
-