Commit c902c33
File tree
5 files changed
+5487
-5136
lines changed- deps
- src/gh
- components/DF_cloud_mesh_distance
- examples
5 files changed
+5487
-5136
lines changedSubmodule eigen updated from 0b646f3 to cc240ee
- .github/CONTRIBUTING.md+5-5
- .github/workflows/configure.yml+2-2
- .github/workflows/emscripten.yaml+3-3
- .github/workflows/pip.yml+1-1
- .pre-commit-config.yaml+4-4
- CMakeLists.txt+10-47
- docs/advanced/cast/eigen.rst+1-1
- docs/advanced/embedding.rst+1-1
- docs/changelog.rst+92
- docs/compiling.rst+20-18
- docs/faq.rst+8-8
- include/pybind11/detail/common.h+1-1
- include/pybind11/functional.h+45-34
- include/pybind11/stl.h+251-51
- pybind11/__main__.py+26-3
- tests/CMakeLists.txt+18-33
- tests/extra_python_package/test_files.py-1
- tests/test_cmake_build/installed_embed/CMakeLists.txt+1-10
- tests/test_cmake_build/installed_function/CMakeLists.txt+1-11
- tests/test_cmake_build/installed_target/CMakeLists.txt+1-10
- tests/test_cmake_build/subdirectory_embed/CMakeLists.txt+1-10
- tests/test_cmake_build/subdirectory_function/CMakeLists.txt+1-10
- tests/test_cmake_build/subdirectory_target/CMakeLists.txt+1-10
- tests/test_stl.cpp+51
- tests/test_stl.py+133
- tests/test_type_caster_std_function_specializations.cpp+46
- tests/test_type_caster_std_function_specializations.py+15
- tools/pybind11Common.cmake+40-53
- tools/pybind11Config.cmake.in+1-1
- tools/pybind11GuessPythonExtSuffix.cmake+1-1
- tools/pybind11NewTools.cmake-5
- tools/pybind11Tools.cmake+14-37
- tools/test-pybind11GuessPythonExtSuffix.cmake+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
45 | 56 | | |
46 | 57 | | |
47 | | - | |
| 58 | + | |
48 | 59 | | |
49 | 60 | | |
50 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments