2 files changed
+2
-2
lines changed- .github/workflows/ci.yml+3-3
- .github/workflows/pip.yml+1-1
- CMakeLists.txt+4-2
- include/pybind11/cast.h+22-6
- include/pybind11/detail/common.h+16-7
- include/pybind11/detail/descr.h+13
- include/pybind11/embed.h+1
- include/pybind11/functional.h+6-5
- include/pybind11/numpy.h+1-1
- include/pybind11/pybind11.h+217-127
- include/pybind11/typing.h+3-1
- tests/pure_cpp/CMakeLists.txt+1-1
- tests/test_builtin_casters.cpp+4
- tests/test_builtin_casters.py+21-2
- tests/test_callbacks.py+8-2
- tests/test_class.py+2-2
- tests/test_custom_type_casters.py+1-1
- tests/test_docstring_options.py+9-3
- tests/test_embed/CMakeLists.txt+1-1
- tests/test_exceptions.py+1
- tests/test_factory_constructors.py+4-4
- tests/test_kwargs_and_defaults.py+54-24
- tests/test_methods_and_attributes.py+11-7
- tests/test_numpy_array.py+7
- tests/test_numpy_dtypes.py+1-1
- tests/test_numpy_vectorize.py+2-2
- tests/test_opaque_types.py+1-1
- tests/test_pytypes.py+22-15
- tests/test_stl.py+10-7
- tests/test_type_caster_pyobject_ptr.py+3-1
- tools/pybind11Common.cmake+23-2
- tools/pybind11Config.cmake.in+8-1
0 commit comments