Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68818?usp=email )

Change subject: ext: Update Pybind to Version 2.10.3
......................................................................

ext: Update Pybind to Version 2.10.3

Updating Pybind11 is necessary for gem5 to compile correctly with
Python 3.11. As of March 9th 2023, 2.10.3 is the latest version of
Pybind11.

Change-Id: I32c68c507770040d3fac2de442d88a8f46b48896
Issue-on: https://gem5.atlassian.net/browse/GEM5-1295
---
M ext/pybind11/.appveyor.yml
M ext/pybind11/.clang-format
M ext/pybind11/.clang-tidy
A ext/pybind11/.codespell-ignore-lines
A ext/pybind11/.gitattributes
A ext/pybind11/.github/CODEOWNERS
M ext/pybind11/.github/CONTRIBUTING.md
D ext/pybind11/.github/ISSUE_TEMPLATE/bug-report.md
A ext/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
M ext/pybind11/.github/ISSUE_TEMPLATE/config.yml
D ext/pybind11/.github/ISSUE_TEMPLATE/feature-request.md
D ext/pybind11/.github/ISSUE_TEMPLATE/question.md
M ext/pybind11/.github/dependabot.yml
A ext/pybind11/.github/matchers/pylint.json
M ext/pybind11/.github/pull_request_template.md
M ext/pybind11/.github/workflows/ci.yml
M ext/pybind11/.github/workflows/configure.yml
M ext/pybind11/.github/workflows/format.yml
M ext/pybind11/.github/workflows/labeler.yml
M ext/pybind11/.github/workflows/pip.yml
A ext/pybind11/.github/workflows/upstream.yml
M ext/pybind11/.gitignore
M ext/pybind11/.pre-commit-config.yaml
M ext/pybind11/CMakeLists.txt
M ext/pybind11/MANIFEST.in
M ext/pybind11/README.rst
M ext/pybind11/docs/Doxyfile
A ext/pybind11/docs/_static/css/custom.css
D ext/pybind11/docs/_static/theme_overrides.css
M ext/pybind11/docs/advanced/cast/custom.rst
M ext/pybind11/docs/advanced/cast/eigen.rst
M ext/pybind11/docs/advanced/cast/overview.rst
M ext/pybind11/docs/advanced/cast/stl.rst
M ext/pybind11/docs/advanced/cast/strings.rst
M ext/pybind11/docs/advanced/classes.rst
M ext/pybind11/docs/advanced/exceptions.rst
M ext/pybind11/docs/advanced/functions.rst
M ext/pybind11/docs/advanced/misc.rst
M ext/pybind11/docs/advanced/pycpp/numpy.rst
M ext/pybind11/docs/advanced/smart_ptrs.rst
M ext/pybind11/docs/basics.rst
M ext/pybind11/docs/benchmark.py
M ext/pybind11/docs/changelog.rst
M ext/pybind11/docs/classes.rst
M ext/pybind11/docs/compiling.rst
M ext/pybind11/docs/conf.py
M ext/pybind11/docs/faq.rst
M ext/pybind11/docs/pybind11-logo.png
M ext/pybind11/docs/release.rst
M ext/pybind11/docs/requirements.txt
M ext/pybind11/docs/upgrade.rst
M ext/pybind11/include/pybind11/attr.h
M ext/pybind11/include/pybind11/buffer_info.h
M ext/pybind11/include/pybind11/cast.h
M ext/pybind11/include/pybind11/chrono.h
M ext/pybind11/include/pybind11/complex.h
M ext/pybind11/include/pybind11/detail/class.h
M ext/pybind11/include/pybind11/detail/common.h
M ext/pybind11/include/pybind11/detail/descr.h
M ext/pybind11/include/pybind11/detail/init.h
M ext/pybind11/include/pybind11/detail/internals.h
M ext/pybind11/include/pybind11/detail/type_caster_base.h
M ext/pybind11/include/pybind11/detail/typeid.h
M ext/pybind11/include/pybind11/eigen.h
A ext/pybind11/include/pybind11/eigen/matrix.h
A ext/pybind11/include/pybind11/eigen/tensor.h
M ext/pybind11/include/pybind11/embed.h
M ext/pybind11/include/pybind11/eval.h
M ext/pybind11/include/pybind11/functional.h
M ext/pybind11/include/pybind11/gil.h
M ext/pybind11/include/pybind11/iostream.h
M ext/pybind11/include/pybind11/numpy.h
M ext/pybind11/include/pybind11/operators.h
M ext/pybind11/include/pybind11/options.h
M ext/pybind11/include/pybind11/pybind11.h
M ext/pybind11/include/pybind11/pytypes.h
M ext/pybind11/include/pybind11/stl.h
M ext/pybind11/include/pybind11/stl/filesystem.h
M ext/pybind11/include/pybind11/stl_bind.h
M ext/pybind11/noxfile.py
M ext/pybind11/pybind11/__init__.py
M ext/pybind11/pybind11/__main__.py
M ext/pybind11/pybind11/_version.py
D ext/pybind11/pybind11/_version.pyi
M ext/pybind11/pybind11/commands.py
M ext/pybind11/pybind11/setup_helpers.py
D ext/pybind11/pybind11/setup_helpers.pyi
M ext/pybind11/pyproject.toml
M ext/pybind11/setup.cfg
M ext/pybind11/setup.py
M ext/pybind11/tests/CMakeLists.txt
M ext/pybind11/tests/conftest.py
M ext/pybind11/tests/constructor_stats.h
M ext/pybind11/tests/cross_module_gil_utils.cpp
A ext/pybind11/tests/cross_module_interleaved_error_already_set.cpp
A ext/pybind11/tests/eigen_tensor_avoid_stl_array.cpp
M ext/pybind11/tests/env.py
M ext/pybind11/tests/extra_python_package/test_files.py
M ext/pybind11/tests/extra_setuptools/test_setuphelper.py
M ext/pybind11/tests/local_bindings.h
M ext/pybind11/tests/object.h
M ext/pybind11/tests/pybind11_cross_module_tests.cpp
M ext/pybind11/tests/pybind11_tests.cpp
M ext/pybind11/tests/pybind11_tests.h
M ext/pybind11/tests/pytest.ini
M ext/pybind11/tests/requirements.txt
M ext/pybind11/tests/test_async.cpp
M ext/pybind11/tests/test_async.py
M ext/pybind11/tests/test_buffers.cpp
M ext/pybind11/tests/test_buffers.py
M ext/pybind11/tests/test_builtin_casters.cpp
M ext/pybind11/tests/test_builtin_casters.py
M ext/pybind11/tests/test_call_policies.cpp
M ext/pybind11/tests/test_call_policies.py
M ext/pybind11/tests/test_callbacks.cpp
M ext/pybind11/tests/test_callbacks.py
M ext/pybind11/tests/test_chrono.cpp
M ext/pybind11/tests/test_chrono.py
M ext/pybind11/tests/test_class.cpp
M ext/pybind11/tests/test_class.py
M ext/pybind11/tests/test_cmake_build/embed.cpp
M ext/pybind11/tests/test_cmake_build/test.py
A ext/pybind11/tests/test_const_name.cpp
A ext/pybind11/tests/test_const_name.py
M ext/pybind11/tests/test_constants_and_functions.cpp
M ext/pybind11/tests/test_constants_and_functions.py
M ext/pybind11/tests/test_copy_move.cpp
M ext/pybind11/tests/test_copy_move.py
M ext/pybind11/tests/test_custom_type_casters.cpp
M ext/pybind11/tests/test_custom_type_casters.py
M ext/pybind11/tests/test_custom_type_setup.py
M ext/pybind11/tests/test_docstring_options.cpp
M ext/pybind11/tests/test_docstring_options.py
R ext/pybind11/tests/test_eigen_matrix.cpp
R ext/pybind11/tests/test_eigen_matrix.py
A ext/pybind11/tests/test_eigen_tensor.cpp
A ext/pybind11/tests/test_eigen_tensor.inl
A ext/pybind11/tests/test_eigen_tensor.py
M ext/pybind11/tests/test_embed/CMakeLists.txt
M ext/pybind11/tests/test_embed/catch.cpp
M ext/pybind11/tests/test_embed/external_module.cpp
M ext/pybind11/tests/test_embed/test_interpreter.cpp
M ext/pybind11/tests/test_embed/test_interpreter.py
A ext/pybind11/tests/test_embed/test_trampoline.py
M ext/pybind11/tests/test_enum.cpp
M ext/pybind11/tests/test_enum.py
M ext/pybind11/tests/test_eval.cpp
M ext/pybind11/tests/test_eval.py
M ext/pybind11/tests/test_eval_call.py
M ext/pybind11/tests/test_exceptions.cpp
M ext/pybind11/tests/test_exceptions.h
M ext/pybind11/tests/test_exceptions.py
M ext/pybind11/tests/test_factory_constructors.cpp
M ext/pybind11/tests/test_factory_constructors.py
M ext/pybind11/tests/test_gil_scoped.cpp
M ext/pybind11/tests/test_gil_scoped.py
M ext/pybind11/tests/test_iostream.cpp
M ext/pybind11/tests/test_iostream.py
M ext/pybind11/tests/test_kwargs_and_defaults.cpp
M ext/pybind11/tests/test_kwargs_and_defaults.py
M ext/pybind11/tests/test_local_bindings.cpp
M ext/pybind11/tests/test_local_bindings.py
M ext/pybind11/tests/test_methods_and_attributes.cpp
M ext/pybind11/tests/test_methods_and_attributes.py
M ext/pybind11/tests/test_modules.cpp
M ext/pybind11/tests/test_modules.py
M ext/pybind11/tests/test_multiple_inheritance.cpp
M ext/pybind11/tests/test_multiple_inheritance.py
M ext/pybind11/tests/test_numpy_array.cpp
M ext/pybind11/tests/test_numpy_array.py
M ext/pybind11/tests/test_numpy_dtypes.cpp
M ext/pybind11/tests/test_numpy_dtypes.py
M ext/pybind11/tests/test_numpy_vectorize.cpp
M ext/pybind11/tests/test_numpy_vectorize.py
M ext/pybind11/tests/test_opaque_types.cpp
M ext/pybind11/tests/test_opaque_types.py
M ext/pybind11/tests/test_operator_overloading.cpp
M ext/pybind11/tests/test_operator_overloading.py
M ext/pybind11/tests/test_pickling.cpp
M ext/pybind11/tests/test_pickling.py
M ext/pybind11/tests/test_pytypes.cpp
M ext/pybind11/tests/test_pytypes.py
M ext/pybind11/tests/test_sequences_and_iterators.cpp
M ext/pybind11/tests/test_sequences_and_iterators.py
M ext/pybind11/tests/test_smart_ptr.cpp
M ext/pybind11/tests/test_smart_ptr.py
M ext/pybind11/tests/test_stl.cpp
M ext/pybind11/tests/test_stl.py
M ext/pybind11/tests/test_stl_binders.cpp
M ext/pybind11/tests/test_stl_binders.py
M ext/pybind11/tests/test_tagbased_polymorphic.cpp
M ext/pybind11/tests/test_tagbased_polymorphic.py
M ext/pybind11/tests/test_thread.cpp
M ext/pybind11/tests/test_thread.py
M ext/pybind11/tests/test_union.py
M ext/pybind11/tests/test_virtual_functions.cpp
M ext/pybind11/tests/test_virtual_functions.py
M ext/pybind11/tools/FindCatch.cmake
M ext/pybind11/tools/FindPythonLibsNew.cmake
A ext/pybind11/tools/JoinPaths.cmake
A ext/pybind11/tools/codespell_ignore_lines_from_errors.py
M ext/pybind11/tools/libsize.py
M ext/pybind11/tools/make_changelog.py
A ext/pybind11/tools/pybind11.pc.in
M ext/pybind11/tools/pybind11Common.cmake
M ext/pybind11/tools/pybind11Config.cmake.in
M ext/pybind11/tools/pybind11NewTools.cmake
M ext/pybind11/tools/pybind11Tools.cmake
M ext/pybind11/tools/setup_global.py.in
M ext/pybind11/tools/setup_main.py.in
210 files changed, 17,229 insertions(+), 8,978 deletions(-)




--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/68818?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I32c68c507770040d3fac2de442d88a8f46b48896
Gerrit-Change-Number: 68818
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to