Andreas Sandberg has submitted this change and it was merged. (
https://gem5-review.googlesource.com/2229 )
Change subject: ext: Add pybind rev f4b81b3
......................................................................
ext: Add pybind rev f4b81b3
Change-Id: I52e4fc9ebf2f59da57d8cf8f3e37cc79598c2f5f
Signed-off-by: Andreas Sandberg <[email protected]>
Reviewed-by: Andreas Hansson <[email protected]>
Reviewed-by: Curtis Dunham <[email protected]>
Reviewed-on: https://gem5-review.googlesource.com/2229
Reviewed-by: Tony Gutierrez <[email protected]>
Reviewed-by: Jason Lowe-Power <[email protected]>
Reviewed-by: Pierre-Yves Péneau <[email protected]>
---
M SConstruct
A ext/pybind11/.appveyor.yml
A ext/pybind11/.gitignore
A ext/pybind11/.gitmodules
A ext/pybind11/.travis.yml
A ext/pybind11/CMakeLists.txt
A ext/pybind11/CONTRIBUTING.md
A ext/pybind11/LICENSE
A ext/pybind11/MANIFEST.in
A ext/pybind11/README.md
A ext/pybind11/docs/_static/theme_overrides.css
A ext/pybind11/docs/advanced/cast/chrono.rst
A ext/pybind11/docs/advanced/cast/custom.rst
A ext/pybind11/docs/advanced/cast/eigen.rst
A ext/pybind11/docs/advanced/cast/functional.rst
A ext/pybind11/docs/advanced/cast/index.rst
A ext/pybind11/docs/advanced/cast/overview.rst
A ext/pybind11/docs/advanced/cast/stl.rst
A ext/pybind11/docs/advanced/classes.rst
A ext/pybind11/docs/advanced/exceptions.rst
A ext/pybind11/docs/advanced/functions.rst
A ext/pybind11/docs/advanced/misc.rst
A ext/pybind11/docs/advanced/pycpp/index.rst
A ext/pybind11/docs/advanced/pycpp/numpy.rst
A ext/pybind11/docs/advanced/pycpp/object.rst
A ext/pybind11/docs/advanced/pycpp/utilities.rst
A ext/pybind11/docs/advanced/smart_ptrs.rst
A ext/pybind11/docs/basics.rst
A ext/pybind11/docs/benchmark.py
A ext/pybind11/docs/benchmark.rst
A ext/pybind11/docs/changelog.rst
A ext/pybind11/docs/classes.rst
A ext/pybind11/docs/compiling.rst
A ext/pybind11/docs/conf.py
A ext/pybind11/docs/faq.rst
A ext/pybind11/docs/index.rst
A ext/pybind11/docs/intro.rst
A ext/pybind11/docs/limitations.rst
A ext/pybind11/docs/pybind11-logo.png
A ext/pybind11/docs/pybind11_vs_boost_python1.png
A ext/pybind11/docs/pybind11_vs_boost_python1.svg
A ext/pybind11/docs/pybind11_vs_boost_python2.png
A ext/pybind11/docs/pybind11_vs_boost_python2.svg
A ext/pybind11/docs/reference.rst
A ext/pybind11/docs/release.rst
A ext/pybind11/include/pybind11/attr.h
A ext/pybind11/include/pybind11/cast.h
A ext/pybind11/include/pybind11/chrono.h
A ext/pybind11/include/pybind11/common.h
A ext/pybind11/include/pybind11/complex.h
A ext/pybind11/include/pybind11/descr.h
A ext/pybind11/include/pybind11/eigen.h
A ext/pybind11/include/pybind11/eval.h
A ext/pybind11/include/pybind11/functional.h
A ext/pybind11/include/pybind11/numpy.h
A ext/pybind11/include/pybind11/operators.h
A ext/pybind11/include/pybind11/options.h
A ext/pybind11/include/pybind11/pybind11.h
A ext/pybind11/include/pybind11/pytypes.h
A ext/pybind11/include/pybind11/stl.h
A ext/pybind11/include/pybind11/stl_bind.h
A ext/pybind11/include/pybind11/typeid.h
A ext/pybind11/pybind11/__init__.py
A ext/pybind11/pybind11/_version.py
A ext/pybind11/setup.cfg
A ext/pybind11/setup.py
A ext/pybind11/tests/CMakeLists.txt
A ext/pybind11/tests/conftest.py
A ext/pybind11/tests/constructor_stats.h
A ext/pybind11/tests/object.h
A ext/pybind11/tests/pybind11_tests.cpp
A ext/pybind11/tests/pybind11_tests.h
A ext/pybind11/tests/test_alias_initialization.cpp
A ext/pybind11/tests/test_alias_initialization.py
A ext/pybind11/tests/test_buffers.cpp
A ext/pybind11/tests/test_buffers.py
A ext/pybind11/tests/test_callbacks.cpp
A ext/pybind11/tests/test_callbacks.py
A ext/pybind11/tests/test_chrono.cpp
A ext/pybind11/tests/test_chrono.py
A ext/pybind11/tests/test_class_args.cpp
A ext/pybind11/tests/test_class_args.py
A ext/pybind11/tests/test_constants_and_functions.cpp
A ext/pybind11/tests/test_constants_and_functions.py
A ext/pybind11/tests/test_copy_move_policies.cpp
A ext/pybind11/tests/test_copy_move_policies.py
A ext/pybind11/tests/test_docstring_options.cpp
A ext/pybind11/tests/test_docstring_options.py
A ext/pybind11/tests/test_eigen.cpp
A ext/pybind11/tests/test_eigen.py
A ext/pybind11/tests/test_enum.cpp
A ext/pybind11/tests/test_enum.py
A ext/pybind11/tests/test_eval.cpp
A ext/pybind11/tests/test_eval.py
A ext/pybind11/tests/test_eval_call.py
A ext/pybind11/tests/test_exceptions.cpp
A ext/pybind11/tests/test_exceptions.py
A ext/pybind11/tests/test_inheritance.cpp
A ext/pybind11/tests/test_inheritance.py
A ext/pybind11/tests/test_installed_module/CMakeLists.txt
A ext/pybind11/tests/test_installed_module/main.cpp
A ext/pybind11/tests/test_installed_module/test.py
A ext/pybind11/tests/test_installed_target/CMakeLists.txt
A ext/pybind11/tests/test_installed_target/main.cpp
A ext/pybind11/tests/test_installed_target/test.py
A ext/pybind11/tests/test_issues.cpp
A ext/pybind11/tests/test_issues.py
A ext/pybind11/tests/test_keep_alive.cpp
A ext/pybind11/tests/test_keep_alive.py
A ext/pybind11/tests/test_kwargs_and_defaults.cpp
A ext/pybind11/tests/test_kwargs_and_defaults.py
A ext/pybind11/tests/test_methods_and_attributes.cpp
A ext/pybind11/tests/test_methods_and_attributes.py
A ext/pybind11/tests/test_modules.cpp
A ext/pybind11/tests/test_modules.py
A ext/pybind11/tests/test_multiple_inheritance.cpp
A ext/pybind11/tests/test_multiple_inheritance.py
A ext/pybind11/tests/test_numpy_array.cpp
A ext/pybind11/tests/test_numpy_array.py
A ext/pybind11/tests/test_numpy_dtypes.cpp
A ext/pybind11/tests/test_numpy_dtypes.py
A ext/pybind11/tests/test_numpy_vectorize.cpp
A ext/pybind11/tests/test_numpy_vectorize.py
A ext/pybind11/tests/test_opaque_types.cpp
A ext/pybind11/tests/test_opaque_types.py
A ext/pybind11/tests/test_operator_overloading.cpp
A ext/pybind11/tests/test_operator_overloading.py
A ext/pybind11/tests/test_pickling.cpp
A ext/pybind11/tests/test_pickling.py
A ext/pybind11/tests/test_python_types.cpp
A ext/pybind11/tests/test_python_types.py
A ext/pybind11/tests/test_sequences_and_iterators.cpp
A ext/pybind11/tests/test_sequences_and_iterators.py
A ext/pybind11/tests/test_smart_ptr.cpp
A ext/pybind11/tests/test_smart_ptr.py
A ext/pybind11/tests/test_stl_binders.cpp
A ext/pybind11/tests/test_stl_binders.py
A ext/pybind11/tests/test_virtual_functions.cpp
A ext/pybind11/tests/test_virtual_functions.py
A ext/pybind11/tools/FindEigen3.cmake
A ext/pybind11/tools/FindPythonLibsNew.cmake
A ext/pybind11/tools/check-style.sh
A ext/pybind11/tools/libsize.py
A ext/pybind11/tools/mkdoc.py
A ext/pybind11/tools/pybind11Config.cmake.in
A ext/pybind11/tools/pybind11Tools.cmake
146 files changed, 23,802 insertions(+), 0 deletions(-)
Approvals:
Jason Lowe-Power: Looks good to me, approved
Pierre-Yves Péneau: Looks good to me, but someone else must approve
Tony Gutierrez: Looks good to me, approved
Andreas Sandberg: Looks good to me, approved
--
To view, visit https://gem5-review.googlesource.com/2229
To unsubscribe, visit https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I52e4fc9ebf2f59da57d8cf8f3e37cc79598c2f5f
Gerrit-Change-Number: 2229
Gerrit-PatchSet: 5
Gerrit-Owner: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Andreas Hansson <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Curtis Dunham <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Pierre-Yves Péneau <[email protected]>
Gerrit-Reviewer: Tony Gutierrez <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev