1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/bug-report.yml+3-2
- .github/workflows/ci.yml+142-5
- .github/workflows/configure.yml+2-2
- .github/workflows/pip.yml+2-2
- .pre-commit-config.yaml+8-8
- docs/advanced/misc.rst+9
- include/pybind11/cast.h+9-5
- include/pybind11/detail/common.h+75-16
- include/pybind11/detail/init.h+21-15
- include/pybind11/detail/internals.h-3
- include/pybind11/detail/type_caster_base.h+9
- include/pybind11/eigen/matrix.h+9-22
- include/pybind11/eigen/tensor.h+14-23
- include/pybind11/embed.h+80-42
- include/pybind11/numpy.h+9-8
- include/pybind11/options.h+16
- include/pybind11/pybind11.h+47-47
- include/pybind11/pytypes.h+19-10
- include/pybind11/stl_bind.h+107-47
- setup.cfg+2-2
- tests/conftest.py+18
- tests/test_builtin_casters.cpp+7-2
- tests/test_class.cpp+1-3
- tests/test_constants_and_functions.cpp+13-21
- tests/test_docstring_options.cpp+53
- tests/test_docstring_options.py+23
- tests/test_eigen_matrix.cpp+1-3
- tests/test_eigen_tensor.inl+5-3
- tests/test_embed/catch.cpp+1-3
- tests/test_embed/test_interpreter.cpp+70-3
- tests/test_exceptions.py+3-2
- tests/test_gil_scoped.py+2-2
- tests/test_kwargs_and_defaults.cpp+4-5
- tests/test_operator_overloading.cpp+8-15
- tests/test_stl_binders.py+26
- tests/test_virtual_functions.cpp+2-1
- tools/pybind11NewTools.cmake+1-1
- tools/pybind11Tools.cmake+1-1
0 commit comments