-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [python_orocos_kdl/pybind11](https://github.com/pybind/pybind11) from `5211a17` to `cb9abc8`. - [Release notes](https://github.com/pybind/pybind11/releases) - [Commits](pybind/pybind11@5211a17...cb9abc8) --- updated-dependencies: - dependency-name: python_orocos_kdl/pybind11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
af9cc95
commit b6f2af2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pybind11
updated
25 files
+3 −3 | docs/advanced/cast/stl.rst | |
+3 −3 | docs/advanced/smart_ptrs.rst | |
+7 −0 | docs/basics.rst | |
+17 −0 | docs/changelog.rst | |
+2 −2 | include/pybind11/detail/class.h | |
+5 −2 | include/pybind11/detail/common.h | |
+2 −2 | include/pybind11/detail/internals.h | |
+2 −1 | include/pybind11/detail/type_caster_base.h | |
+2 −1 | include/pybind11/eigen/matrix.h | |
+2 −1 | include/pybind11/eigen/tensor.h | |
+2 −0 | include/pybind11/pytypes.h | |
+5 −5 | include/pybind11/stl/filesystem.h | |
+1 −1 | pybind11/_version.py | |
+3 −0 | tests/CMakeLists.txt | |
+8 −8 | tests/local_bindings.h | |
+1 −1 | tests/test_callbacks.cpp | |
+2 −2 | tests/test_eigen_matrix.cpp | |
+1 −1 | tests/test_opaque_types.cpp | |
+63 −0 | tests/test_pytypes.cpp | |
+42 −0 | tests/test_pytypes.py | |
+2 −2 | tests/test_sequences_and_iterators.cpp | |
+9 −6 | tests/test_smart_ptr.cpp | |
+1 −1 | tests/test_stl.cpp | |
+1 −1 | tests/test_tagbased_polymorphic.cpp | |
+1 −1 | tests/test_virtual_functions.cpp |