3 files changed
+3
-3
lines changed- .github/workflows/ci.yml+1-1
- .github/workflows/pip.yml+1-1
- .pre-commit-config.yaml+4-4
- docs/advanced/cast/custom.rst+6-8
- docs/basics.rst+1-1
- docs/requirements.txt+3-3
- include/pybind11/cast.h+26-36
- include/pybind11/detail/class.h+27-3
- include/pybind11/detail/common.h+8
- include/pybind11/detail/descr.h+17
- include/pybind11/detail/type_caster_base.h+47-1
- include/pybind11/pybind11.h+61-3
- include/pybind11/pytypes.h+27
- include/pybind11/stl/filesystem.h+1-3
- include/pybind11/typing.h+59-59
- pybind11/__main__.py+7
- tests/test_docs_advanced_cast_custom.cpp+6-8
- tests/test_modules.py+7
- tests/test_pytypes.cpp+69-5
- tests/test_pytypes.py+147-2
- tests/test_stl.py+7-7
- tests/test_thread.cpp+6
- tests/test_thread.py+19
- tools/FindPythonLibsNew.cmake+10
- tools/pybind11NewTools.cmake+11-1
- tools/pybind11Tools.cmake+1-1
0 commit comments