Commit 39c98dc
File tree
7 files changed
+73
-5
lines changed- deps
- doc
- src/gh/components/DF_colorize_cloud
7 files changed
+73
-5
lines changedSubmodule eigen updated from 84282c4 to 2d4c9b4
- .github/workflows/emscripten.yaml+1-1
- .github/workflows/pip.yml+5-2
- CMakeLists.txt+1
- docs/changelog.rst+55
- include/pybind11/detail/cpp_conduit.h+77
- include/pybind11/detail/exception_translation.h+11-11
- include/pybind11/detail/internals.h+25-5
- include/pybind11/detail/type_caster_base.h+40
- include/pybind11/pybind11.h+27-11
- tests/CMakeLists.txt+3
- tests/custom_exceptions.py+10
- tests/exo_planet_c_api.cpp+103
- tests/exo_planet_pybind11.cpp+19
- tests/extra_python_package/test_files.py+1
- tests/home_planet_very_lonely_traveler.cpp+13
- tests/test_cpp_conduit.cpp+22
- tests/test_cpp_conduit.py+162
- tests/test_cpp_conduit_traveler_bindings.h+47
- tests/test_cpp_conduit_traveler_types.h+25
- tests/test_exceptions.cpp+39
- tests/test_exceptions.py+5
- tools/pybind11NewTools.cmake-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments