Add pybind11 thirdparty submodule; add pybind generator scripts + doc
Showing
- .gitmodules 3 additions, 0 deletions.gitmodules
- CMakeLists.txt 36 additions, 21 deletionsCMakeLists.txt
- doc/userguide/bindings/generating-pybind11-bindings.rst 30 additions, 0 deletionsdoc/userguide/bindings/generating-pybind11-bindings.rst
- doc/userguide/bindings/index.rst 14 additions, 0 deletionsdoc/userguide/bindings/index.rst
- doc/userguide/index.rst 1 addition, 0 deletionsdoc/userguide/index.rst
- thirdparty/CMakeLists.txt 5 additions, 0 deletionsthirdparty/CMakeLists.txt
- thirdparty/pybind11 1 addition, 0 deletionsthirdparty/pybind11
- utilities/python/cpp_to_pybind11.py 574 additions, 0 deletionsutilities/python/cpp_to_pybind11.py
- utilities/python/generate_pybind11_module.py 173 additions, 0 deletionsutilities/python/generate_pybind11_module.py
.gitmodules
0 → 100644
doc/userguide/bindings/index.rst
0 → 100644
utilities/python/cpp_to_pybind11.py
0 → 100644
This diff is collapsed.
utilities/python/generate_pybind11_module.py
0 → 100644
Please register or sign in to comment