-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump the submodules group with 4 updates (#328)
- Loading branch information
1 parent
decdd0a
commit 6f0512b
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule Catch2
updated
21 files
Submodule json
updated
20 files
Submodule pybind11
updated
17 files
+9 −14 | .pre-commit-config.yaml | |
+3 −5 | include/pybind11/detail/class.h | |
+42 −7 | include/pybind11/detail/type_caster_base.h | |
+4 −0 | include/pybind11/pybind11.h | |
+3 −1 | pybind11/setup_helpers.py | |
+7 −10 | pyproject.toml | |
+1 −0 | tests/CMakeLists.txt | |
+14 −0 | tests/test_class.py | |
+1 −3 | tests/test_enum.py | |
+19 −15 | tests/test_methods_and_attributes.py | |
+1 −1 | tests/test_numpy_dtypes.cpp | |
+45 −0 | tests/test_python_multiple_inheritance.cpp | |
+35 −0 | tests/test_python_multiple_inheritance.py | |
+2 −2 | tests/test_pytypes.cpp | |
+1 −1 | tools/pybind11Config.cmake.in | |
+12 −2 | tools/pybind11NewTools.cmake | |
+1 −1 | tools/pybind11Tools.cmake |