2 files changed
+3
-3
lines changed- .clang-tidy+2
- .github/workflows/ci.yml+7-1
- .github/workflows/emscripten.yaml+3-3
- .github/workflows/format.yml+1-1
- .github/workflows/pip.yml+6-3
- .pre-commit-config.yaml+5-5
- CMakeLists.txt+2
- docs/advanced/cast/eigen.rst+1-1
- docs/advanced/cast/stl.rst+3-3
- docs/advanced/smart_ptrs.rst+3-3
- docs/basics.rst+7
- docs/changelog.rst+164
- docs/compiling.rst+3-3
- docs/faq.rst+44
- include/pybind11/detail/class.h+16-3
- include/pybind11/detail/common.h+7-4
- include/pybind11/detail/cpp_conduit.h+77
- include/pybind11/detail/exception_translation.h+71
- include/pybind11/detail/internals.h+9-7
- include/pybind11/detail/type_caster_base.h+43-2
- include/pybind11/eigen/matrix.h+2-1
- include/pybind11/eigen/tensor.h+2-4
- include/pybind11/functional.h+45-34
- include/pybind11/numpy.h+6-2
- include/pybind11/pybind11.h+7-55
- include/pybind11/pytypes.h+2
- include/pybind11/stl/filesystem.h+16-7
- include/pybind11/stl_bind.h+1-1
- include/pybind11/typing.h+1-3
- pybind11/__main__.py+26-3
- pybind11/_version.py+1-1
- tests/CMakeLists.txt+7
- tests/conftest.py+3-3
- tests/constructor_stats.h+1-1
- tests/exo_planet_c_api.cpp+103
- tests/exo_planet_pybind11.cpp+19
- tests/extra_python_package/test_files.py+2
- tests/home_planet_very_lonely_traveler.cpp+13
- tests/local_bindings.h+8-8
- tests/pyproject.toml+4
- tests/test_async.py+1-1
- tests/test_buffers.cpp+12
- tests/test_buffers.py+7
- tests/test_callbacks.cpp+1-1
- 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_custom_type_setup.py+1-1
- tests/test_eigen_matrix.cpp+2-2
- tests/test_eigen_tensor.inl+11-5
- tests/test_modules.cpp+6-6
- tests/test_numpy_array.py+1-1
- tests/test_numpy_dtypes.cpp+2
- tests/test_opaque_types.cpp+2-2
- tests/test_pytypes.cpp+63
- tests/test_pytypes.py+44-2
- tests/test_sequences_and_iterators.cpp+2-2
- tests/test_smart_ptr.cpp+9-6
- tests/test_stl.cpp+1-1
- tests/test_tagbased_polymorphic.cpp+2-1
- tests/test_type_caster_std_function_specializations.cpp+46
- tests/test_type_caster_std_function_specializations.py+15
- tests/test_virtual_functions.cpp+1-1
- tools/pybind11Common.cmake+28-2
- tools/pybind11Config.cmake.in+1-1
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
0 commit comments