1 file changed
+1
-1
lines changed- .clang-tidy+2
- .github/workflows/ci.yml+8
- .github/workflows/emscripten.yaml+30
- .github/workflows/format.yml+1-1
- .github/workflows/pip.yml+1-1
- .pre-commit-config.yaml+6-6
- CMakeLists.txt+1
- 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+109
- docs/compiling.rst+3-3
- docs/limitations.rst-4
- docs/requirements.txt+3-3
- include/pybind11/cast.h+9-2
- include/pybind11/detail/class.h+2-2
- include/pybind11/detail/common.h+22-3
- include/pybind11/detail/init.h+4-2
- include/pybind11/detail/internals.h+24-9
- include/pybind11/detail/type_caster_base.h+4-63
- include/pybind11/detail/value_and_holder.h+77
- include/pybind11/eigen/matrix.h+2-1
- include/pybind11/eigen/tensor.h+2-4
- include/pybind11/functional.h+45-34
- include/pybind11/gil_safe_call_once.h+10-1
- include/pybind11/numpy.h+6-2
- include/pybind11/pytypes.h+2
- include/pybind11/stl/filesystem.h+16-7
- include/pybind11/stl_bind.h+1-1
- include/pybind11/typing.h+7-2
- pybind11/__main__.py+26-3
- pybind11/_version.py+1-1
- tests/CMakeLists.txt+13-1
- tests/constructor_stats.h+1-1
- tests/extra_python_package/test_files.py+1
- tests/local_bindings.h+8-8
- tests/pyproject.toml+21
- tests/test_async.py+5
- tests/test_builtin_casters.py+2
- tests/test_callbacks.cpp+1-1
- tests/test_callbacks.py+3
- tests/test_eigen_matrix.cpp+2-2
- tests/test_eigen_tensor.inl+11-5
- tests/test_exceptions.py+1-1
- tests/test_gil_scoped.py+9-4
- tests/test_iostream.py+4
- tests/test_modules.cpp+6-6
- tests/test_numpy_dtypes.cpp+2
- tests/test_opaque_types.cpp+2-2
- tests/test_pytypes.cpp+67-4
- 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_thread.py+5
- 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
- tests/test_virtual_functions.py+3
- tools/pybind11Common.cmake+29-3
- tools/pybind11Config.cmake.in+1-1
0 commit comments