3 files changed
+2
-2
lines changedSubmodule eigen updated from 7ad7c1d to 8b4efc8
- .github/workflows/ci.yml+23
- .github/workflows/pip.yml+1-1
- .pre-commit-config.yaml+8-8
- CMakeLists.txt+3
- docs/advanced/deadlock.md+391
- docs/advanced/misc.rst+8-1
- docs/upgrade.rst+2-1
- include/pybind11/cast.h+21-4
- include/pybind11/conduit/README.txt+15
- include/pybind11/conduit/pybind11_conduit_v1.h+111
- include/pybind11/conduit/pybind11_platform_abi_id.h+88
- include/pybind11/conduit/wrap_include_python_h.h+72
- include/pybind11/detail/class.h+54-11
- include/pybind11/detail/common.h+35-70
- include/pybind11/detail/descr.h+2-3
- include/pybind11/detail/init.h+1-1
- include/pybind11/detail/internals.h+6-65
- include/pybind11/detail/type_caster_base.h+6-13
- include/pybind11/eigen/tensor.h+3-3
- include/pybind11/eval.h+4-4
- include/pybind11/gil_safe_call_once.h+2
- include/pybind11/pybind11.h+59-29
- include/pybind11/pytypes.h+29-7
- include/pybind11/stl_bind.h+38-2
- tests/CMakeLists.txt+6
- tests/conftest.py+4-3
- tests/env.py+1
- tests/exo_planet_c_api.cpp+21-48
- tests/extra_python_package/test_files.py+9-1
- tests/pybind11_tests.cpp+5
- tests/pybind11_tests.h+21
- tests/requirements.txt+7-6
- tests/test_buffers.cpp+171
- tests/test_buffers.py+164
- tests/test_call_policies.cpp+2-2
- tests/test_call_policies.py+7
- tests/test_callbacks.cpp+1-1
- tests/test_callbacks.py+2
- tests/test_class.cpp+16
- tests/test_class.py+37-1
- tests/test_cmake_build/CMakeLists.txt+11-5
- tests/test_copy_move.py+4
- tests/test_cpp_conduit.py+5-1
- tests/test_custom_type_casters.py+2
- tests/test_custom_type_setup.py+2-2
- tests/test_eigen_matrix.py+3
- tests/test_eigen_tensor.py+3
- tests/test_embed/CMakeLists.txt+5-3
- tests/test_enum.py+63
- tests/test_eval.py+1-1
- tests/test_exceptions.py+4-1
- tests/test_factory_constructors.py+13
- tests/test_gil_scoped.py+16
- tests/test_iostream.py+6
- tests/test_kwargs_and_defaults.cpp+1-21
- tests/test_kwargs_and_defaults.py+3-1
- tests/test_methods_and_attributes.cpp+1-1
- tests/test_methods_and_attributes.py+14-1
- tests/test_modules.py+5-2
- tests/test_multiple_inheritance.py+15-9
- tests/test_numpy_array.py+2-1
- tests/test_opaque_types.py+4-1
- tests/test_operator_overloading.py+6
- tests/test_pickling.py+18-1
- tests/test_pytypes.cpp+12
- tests/test_pytypes.py+12-1
- tests/test_sequences_and_iterators.py+39-10
- tests/test_smart_ptr.py+12
- tests/test_stl.py+2
- tests/test_stl_binders.py+19
- tests/test_type_caster_pyobject_ptr.cpp+2-1
- tests/test_virtual_functions.py+7-2
- tools/setup_global.py.in+4-1
- tools/setup_main.py.in+2
-26.5 KB
Binary file not shown.
0 commit comments