-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule pybind11
updated
26 files
+1 β1 | .github/workflows/ci.yml | |
+1 β1 | .github/workflows/pip.yml | |
+4 β4 | .pre-commit-config.yaml | |
+6 β8 | docs/advanced/cast/custom.rst | |
+1 β1 | docs/basics.rst | |
+3 β3 | docs/requirements.txt | |
+26 β36 | include/pybind11/cast.h | |
+27 β3 | include/pybind11/detail/class.h | |
+8 β0 | include/pybind11/detail/common.h | |
+17 β0 | include/pybind11/detail/descr.h | |
+47 β1 | include/pybind11/detail/type_caster_base.h | |
+61 β3 | include/pybind11/pybind11.h | |
+27 β0 | include/pybind11/pytypes.h | |
+1 β3 | include/pybind11/stl/filesystem.h | |
+59 β59 | include/pybind11/typing.h | |
+7 β0 | pybind11/__main__.py | |
+6 β8 | tests/test_docs_advanced_cast_custom.cpp | |
+7 β0 | tests/test_modules.py | |
+69 β5 | tests/test_pytypes.cpp | |
+147 β2 | tests/test_pytypes.py | |
+7 β7 | tests/test_stl.py | |
+6 β0 | tests/test_thread.cpp | |
+19 β0 | tests/test_thread.py | |
+10 β0 | tools/FindPythonLibsNew.cmake | |
+11 β1 | tools/pybind11NewTools.cmake | |
+1 β1 | tools/pybind11Tools.cmake |