2 files changed
+2
-2
lines changed- .github/workflows/ci.yml+33-90
- .github/workflows/configure.yml+18-28
- .github/workflows/pip.yml+11-13
- CMakeLists.txt+1
- docs/classes.rst+11-7
- include/pybind11/cast.h+1-1
- include/pybind11/chrono.h+1-1
- include/pybind11/detail/internals.h+4-19
- include/pybind11/detail/native_enum_data.h+13-3
- include/pybind11/gil.h+17-36
- include/pybind11/gil_simple.h+37
- include/pybind11/native_enum.h+4-3
- include/pybind11/pybind11.h+3
- include/pybind11/pytypes.h+2-1
- include/pybind11/stl.h+58-37
- pyproject.toml+3-1
- tests/CMakeLists.txt+3-4
- tests/extra_python_package/test_files.py+13-4
- tests/requirements.txt+1
- tests/test_buffers.py+1-1
- tests/test_kwargs_and_defaults.py+1-1
- tests/test_native_enum.cpp+16-3
- tests/test_native_enum.py+30-10
- tests/test_pytypes.cpp+2
- tests/test_pytypes.py+3-2
- tests/test_stl.cpp+15
- tests/test_stl.py+160-9
0 commit comments