Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Dec 7, 2023
1 parent 6181a29 commit 823712d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/support/eigen-git-mirror
Submodule eigen-git-mirror updated from a96545 to 454f89
2 changes: 1 addition & 1 deletion src/support/pybind11
Submodule pybind11 updated 44 files
+1 −1 .github/CONTRIBUTING.md
+12 −11 .github/workflows/ci.yml
+1 −1 .github/workflows/configure.yml
+1 −1 .github/workflows/format.yml
+3 −3 .github/workflows/pip.yml
+1 −1 .github/workflows/upstream.yml
+12 −17 .pre-commit-config.yaml
+16 −1 CMakeLists.txt
+4 −5 docs/advanced/exceptions.rst
+5 −3 include/pybind11/cast.h
+3 −5 include/pybind11/detail/class.h
+8 −0 include/pybind11/detail/common.h
+1 −1 include/pybind11/detail/init.h
+2 −0 include/pybind11/detail/internals.h
+45 −8 include/pybind11/detail/type_caster_base.h
+9 −1 include/pybind11/gil.h
+91 −0 include/pybind11/gil_safe_call_once.h
+32 −10 include/pybind11/numpy.h
+23 −20 include/pybind11/pybind11.h
+4 −4 include/pybind11/pytypes.h
+3 −2 include/pybind11/stl_bind.h
+1 −1 noxfile.py
+3 −1 pybind11/setup_helpers.py
+7 −10 pyproject.toml
+1 −0 tests/CMakeLists.txt
+1 −0 tests/extra_python_package/test_files.py
+14 −8 tests/requirements.txt
+14 −0 tests/test_class.py
+1 −3 tests/test_enum.py
+6 −2 tests/test_exceptions.cpp
+19 −15 tests/test_methods_and_attributes.py
+1 −1 tests/test_numpy_array.py
+1 −1 tests/test_numpy_dtypes.cpp
+45 −0 tests/test_python_multiple_inheritance.cpp
+35 −0 tests/test_python_multiple_inheritance.py
+2 −2 tests/test_pytypes.cpp
+9 −0 tests/test_sequences_and_iterators.py
+70 −0 tests/test_stl_binders.cpp
+14 −0 tests/test_stl_binders.py
+27 −1 tools/make_changelog.py
+21 −11 tools/pybind11Common.cmake
+1 −1 tools/pybind11Config.cmake.in
+40 −3 tools/pybind11NewTools.cmake
+1 −1 tools/pybind11Tools.cmake
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 1101 files

0 comments on commit 823712d

Please sign in to comment.