2 files changed
+9
-9
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
| 59 | + | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
- .clang-tidy+2
- .codespell-ignore-lines+24
- .github/workflows/ci.yml+41-28
- .github/workflows/configure.yml+1-1
- .github/workflows/pip.yml+2-2
- .github/workflows/upstream.yml+2-2
- .pre-commit-config.yaml+23-12
- CMakeLists.txt+19
- docs/advanced/cast/custom.rst+2-2
- docs/advanced/cast/stl.rst+3-3
- docs/advanced/classes.rst+2-2
- docs/advanced/misc.rst+33-7
- docs/advanced/pycpp/numpy.rst+2-2
- docs/advanced/smart_ptrs.rst+1-1
- docs/changelog.rst+142
- include/pybind11/cast.h+6-8
- include/pybind11/detail/class.h+21-28
- include/pybind11/detail/common.h+31-12
- include/pybind11/detail/internals.h+24-3
- include/pybind11/eigen.h+5
- include/pybind11/embed.h+2
- include/pybind11/functional.h+1-1
- include/pybind11/gil.h+50-13
- include/pybind11/numpy.h+11-4
- include/pybind11/operators.h+1
- include/pybind11/pybind11.h+13-19
- include/pybind11/pytypes.h+120-45
- include/pybind11/stl.h+31-10
- noxfile.py+14-4
- pybind11/__init__.py+2-1
- pybind11/__main__.py+8-1
- pybind11/_version.py+1-1
- pybind11/commands.py+12
- setup.cfg+1-1
- setup.py+1
- tests/conftest.py+1
- tests/constructor_stats.h+1-1
- tests/cross_module_gil_utils.cpp+65-2
- tests/extra_python_package/test_files.py+68-58
- tests/pybind11_tests.cpp+6
- tests/test_builtin_casters.cpp+7-2
- tests/test_class.cpp+39-1
- tests/test_class.py+9
- tests/test_custom_type_casters.cpp+7-7
- tests/test_eigen.cpp+34-5
- tests/test_eigen.py+46-37
- tests/test_embed/catch.cpp+18
- tests/test_embed/test_interpreter.cpp+7-1
- tests/test_exceptions.cpp+10-5
- tests/test_exceptions.py+22-2
- tests/test_gil_scoped.cpp+102-5
- tests/test_gil_scoped.py+189-38
- tests/test_kwargs_and_defaults.cpp+10-1
- tests/test_pytypes.cpp+54-1
- tests/test_pytypes.py+138
- tests/test_sequences_and_iterators.cpp+19
- tests/test_sequences_and_iterators.py+8
- tests/test_smart_ptr.cpp+2-2
- tests/test_stl.cpp+14-8
- tests/test_tagbased_polymorphic.cpp+2-2
- tools/FindPythonLibsNew.cmake+5-1
- tools/JoinPaths.cmake+23
- tools/codespell_ignore_lines_from_errors.py+35
- tools/pybind11.pc.in+7
- tools/pybind11NewTools.cmake+3-1
- tools/pybind11Tools.cmake+11-5
- tools/setup_global.py.in+2
- tools/setup_main.py.in+2
0 commit comments