Commit 62e03e7
File tree
5 files changed
+8
-8
lines changed- .github/workflows
- cmake
- deps
5 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
- .clang-tidy+2
- .github/workflows/ci.yml+8-16
- .github/workflows/configure.yml+4-4
- .github/workflows/format.yml+1-1
- README.rst+2-2
- docs/advanced/classes.rst+1-2
- docs/advanced/exceptions.rst+1-2
- docs/compiling.rst+2-2
- include/pybind11/cast.h+2-2
- include/pybind11/detail/class.h-10
- include/pybind11/detail/common.h+2-2
- include/pybind11/detail/internals.h+2-2
- include/pybind11/detail/type_caster_base.h+1-1
- include/pybind11/eigen/tensor.h-3
- include/pybind11/embed.h+1-11
- include/pybind11/eval.h+1-1
- include/pybind11/gil.h+2-6
- include/pybind11/numpy.h+6-2
- include/pybind11/stl/filesystem.h+11-2
- include/pybind11/stl_bind.h+1-1
- pybind11/__init__.py+2-2
- pybind11/setup_helpers.py+1-1
- pyproject.toml+2-2
- setup.cfg+1-2
- tests/constructor_stats.h+1-1
- tests/requirements.txt+2-3
- tests/test_builtin_casters.py+1-1
- tests/test_eigen_tensor.inl+11-5
- tests/test_exceptions.py+12-16
- tests/test_modules.cpp+6-6
- tests/test_numpy_dtypes.cpp+2
- tests/test_opaque_types.cpp+1-1
- tests/test_tagbased_polymorphic.cpp+1
- tools/FindPythonLibsNew.cmake+1-1
- tools/pybind11NewTools.cmake+1-1
- tools/pybind11Tools.cmake+1-1
0 commit comments