Commit 153a138
File tree
8 files changed
+12
-15
lines changed- .vscode
- deps
- src
- diffCheck/geometry
- gh/examples
8 files changed
+12
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
Submodule eigen updated from 02bcf9b to d791d48
- .github/workflows/ci.yml+1-1
- docs/compiling.rst+154-77
- docs/requirements.txt+3-3
- include/pybind11/detail/class.h+63-53
- include/pybind11/detail/common.h+5-2
- include/pybind11/detail/internals.h+136-16
- include/pybind11/detail/type_caster_base.h+27-21
- include/pybind11/numpy.h+3-1
- include/pybind11/pybind11.h+89-42
- include/pybind11/pytypes.h+17
- include/pybind11/typing.h+32
- tests/cross_module_gil_utils.cpp+3
- tests/cross_module_interleaved_error_already_set.cpp+3
- tests/eigen_tensor_avoid_stl_array.cpp+3-1
- tests/env.py+2
- tests/pybind11_cross_module_tests.cpp+1-1
- tests/pybind11_tests.cpp+2-2
- tests/test_cmake_build/main.cpp+1-1
- tests/test_embed/external_module.cpp+1-1
- tests/test_pytypes.cpp+23
- tests/test_pytypes.py+25
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 130 | | |
134 | 131 | | |
135 | 132 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
124 | | - | |
| 123 | + | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
Large diffs are not rendered by default.
0 commit comments