Commit 0b1b52e
Bump python_orocos_kdl/pybind11 from
Bumps [python_orocos_kdl/pybind11](https://github.com/pybind/pybind11) from `59a2ac2` to `8de7772`.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Commits](pybind/pybind11@59a2ac2...8de7772)
Signed-off-by: dependabot[bot] <support@github.com>59a2ac2 to 8de7772
1 parent b070337 commit 0b1b52e
1 file changed
+1
-1
lines changed- .appveyor.yml+1-1
- .clang-format+21
- .github/CONTRIBUTING.md+43-4
- .github/dependabot.yml+7-2
- .github/pull_request_template.md+2-1
- .github/workflows/ci.yml+239-53
- .github/workflows/configure.yml+1-1
- .github/workflows/format.yml+6-1
- .github/workflows/labeler.yml+2-7
- .pre-commit-config.yaml+5-5
- CMakeLists.txt+38-23
- README.rst+30-14
- docs/advanced/cast/stl.rst+11
- docs/advanced/exceptions.rst+13-5
- docs/advanced/functions.rst+2
- docs/advanced/pycpp/numpy.rst+4-2
- docs/basics.rst+9-2
- docs/changelog.rst+154
- docs/compiling.rst+55-13
- docs/conf.py+6-1
- docs/installing.rst+3-1
- docs/release.rst+21-6
- docs/requirements.txt+4-4
- docs/upgrade.rst+1-1
- include/pybind11/attr.h+1-1
- include/pybind11/cast.h+64-22
- include/pybind11/chrono.h+1-1
- include/pybind11/detail/class.h+7-9
- include/pybind11/detail/common.h+13-5
- include/pybind11/detail/internals.h+2-2
- include/pybind11/eigen.h+4-4
- include/pybind11/eval.h+20
- include/pybind11/iostream.h+9-5
- include/pybind11/numpy.h+1-1
- include/pybind11/pybind11.h+133-55
- include/pybind11/pytypes.h+14-5
- include/pybind11/stl_bind.h+18-3
- pybind11/_version.py+1-1
- pybind11/setup_helpers.py+86-35
- pybind11/setup_helpers.pyi+14-3
- setup.cfg+22-7
- tests/CMakeLists.txt+55-11
- tests/pybind11_tests.h+13
- tests/requirements.txt+5-3
- tests/test_buffers.py+2
- tests/test_builtin_casters.cpp+80-1
- tests/test_builtin_casters.py+104
- tests/test_callbacks.cpp+8-1
- tests/test_class.cpp+13-1
- tests/test_cmake_build/CMakeLists.txt+6-1
- tests/test_cmake_build/subdirectory_embed/CMakeLists.txt+2-2
- tests/test_cmake_build/subdirectory_function/CMakeLists.txt+1-1
- tests/test_cmake_build/subdirectory_target/CMakeLists.txt+1-1
- tests/test_constants_and_functions.cpp+22
- tests/test_constants_and_functions.py+11
- tests/test_copy_move.cpp+5-4
- tests/test_copy_move.py+2-2
- tests/test_custom_type_casters.cpp+7-6
- tests/test_docstring_options.cpp+8
- tests/test_docstring_options.py+3
- tests/test_eigen.cpp+9-7
- tests/test_embed/CMakeLists.txt+4-1
- tests/test_enum.py+34-18
- tests/test_eval.cpp+8
- tests/test_eval.py+8
- tests/test_exceptions.cpp+7
- tests/test_exceptions.py+12-1
- tests/test_factory_constructors.cpp+30-19
- tests/test_iostream.cpp+45
- tests/test_iostream.py+23
- tests/test_local_bindings.py+1-1
- tests/test_methods_and_attributes.cpp+11-9
- tests/test_methods_and_attributes.py+13
- tests/test_modules.py+13
- tests/test_numpy_array.cpp+12-10
- tests/test_pickling.cpp+33-25
- tests/test_pytypes.cpp+7-4
- tests/test_pytypes.py+8-6
- tests/test_smart_ptr.cpp+37-7
- tests/test_smart_ptr.py+12-4
- tests/test_stl_binders.cpp+7-7
- tests/test_virtual_functions.py+1-2
- tests/valgrind-numpy-scipy.supp+118
- tests/valgrind-python.supp+135
- tools/FindEigen3.cmake+3
- tools/FindPythonLibsNew.cmake+3-1
- tools/make_changelog.py+63
- tools/pybind11Common.cmake+6
- tools/pybind11Config.cmake.in+1-1
- tools/pybind11NewTools.cmake+43-18
- tools/pybind11Tools.cmake+31-7
0 commit comments