ext: Add pybind rev f4b81b3
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 27 Feb 2017 13:17:51 +0000 (13:17 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 2 May 2017 12:37:32 +0000 (12:37 +0000)
commitc79706ff4ce591df2151db5504d3c224f3c9965f
treeb56cd2bfe704a40575a71075e78194a4c516c98d
parent359cb08623324b62d7c34973ae54d5bc7f23f9fd
ext: Add pybind rev f4b81b3

Change-Id: I52e4fc9ebf2f59da57d8cf8f3e37cc79598c2f5f
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Andreas Hansson <andreas.hansson@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/2229
Reviewed-by: Tony Gutierrez <anthony.gutierrez@amd.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Pierre-Yves PĂ©neau <pierre-yves.peneau@lirmm.fr>
146 files changed:
SConstruct
ext/pybind11/.appveyor.yml [new file with mode: 0644]
ext/pybind11/.gitignore [new file with mode: 0644]
ext/pybind11/.gitmodules [new file with mode: 0644]
ext/pybind11/.travis.yml [new file with mode: 0644]
ext/pybind11/CMakeLists.txt [new file with mode: 0644]
ext/pybind11/CONTRIBUTING.md [new file with mode: 0644]
ext/pybind11/LICENSE [new file with mode: 0644]
ext/pybind11/MANIFEST.in [new file with mode: 0644]
ext/pybind11/README.md [new file with mode: 0644]
ext/pybind11/docs/_static/theme_overrides.css [new file with mode: 0644]
ext/pybind11/docs/advanced/cast/chrono.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/cast/custom.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/cast/eigen.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/cast/functional.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/cast/index.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/cast/overview.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/cast/stl.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/classes.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/exceptions.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/functions.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/misc.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/pycpp/index.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/pycpp/numpy.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/pycpp/object.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/pycpp/utilities.rst [new file with mode: 0644]
ext/pybind11/docs/advanced/smart_ptrs.rst [new file with mode: 0644]
ext/pybind11/docs/basics.rst [new file with mode: 0644]
ext/pybind11/docs/benchmark.py [new file with mode: 0644]
ext/pybind11/docs/benchmark.rst [new file with mode: 0644]
ext/pybind11/docs/changelog.rst [new file with mode: 0644]
ext/pybind11/docs/classes.rst [new file with mode: 0644]
ext/pybind11/docs/compiling.rst [new file with mode: 0644]
ext/pybind11/docs/conf.py [new file with mode: 0644]
ext/pybind11/docs/faq.rst [new file with mode: 0644]
ext/pybind11/docs/index.rst [new file with mode: 0644]
ext/pybind11/docs/intro.rst [new file with mode: 0644]
ext/pybind11/docs/limitations.rst [new file with mode: 0644]
ext/pybind11/docs/pybind11-logo.png [new file with mode: 0644]
ext/pybind11/docs/pybind11_vs_boost_python1.png [new file with mode: 0644]
ext/pybind11/docs/pybind11_vs_boost_python1.svg [new file with mode: 0644]
ext/pybind11/docs/pybind11_vs_boost_python2.png [new file with mode: 0644]
ext/pybind11/docs/pybind11_vs_boost_python2.svg [new file with mode: 0644]
ext/pybind11/docs/reference.rst [new file with mode: 0644]
ext/pybind11/docs/release.rst [new file with mode: 0644]
ext/pybind11/include/pybind11/attr.h [new file with mode: 0644]
ext/pybind11/include/pybind11/cast.h [new file with mode: 0644]
ext/pybind11/include/pybind11/chrono.h [new file with mode: 0644]
ext/pybind11/include/pybind11/common.h [new file with mode: 0644]
ext/pybind11/include/pybind11/complex.h [new file with mode: 0644]
ext/pybind11/include/pybind11/descr.h [new file with mode: 0644]
ext/pybind11/include/pybind11/eigen.h [new file with mode: 0644]
ext/pybind11/include/pybind11/eval.h [new file with mode: 0644]
ext/pybind11/include/pybind11/functional.h [new file with mode: 0644]
ext/pybind11/include/pybind11/numpy.h [new file with mode: 0644]
ext/pybind11/include/pybind11/operators.h [new file with mode: 0644]
ext/pybind11/include/pybind11/options.h [new file with mode: 0644]
ext/pybind11/include/pybind11/pybind11.h [new file with mode: 0644]
ext/pybind11/include/pybind11/pytypes.h [new file with mode: 0644]
ext/pybind11/include/pybind11/stl.h [new file with mode: 0644]
ext/pybind11/include/pybind11/stl_bind.h [new file with mode: 0644]
ext/pybind11/include/pybind11/typeid.h [new file with mode: 0644]
ext/pybind11/pybind11/__init__.py [new file with mode: 0644]
ext/pybind11/pybind11/_version.py [new file with mode: 0644]
ext/pybind11/setup.cfg [new file with mode: 0644]
ext/pybind11/setup.py [new file with mode: 0644]
ext/pybind11/tests/CMakeLists.txt [new file with mode: 0644]
ext/pybind11/tests/conftest.py [new file with mode: 0644]
ext/pybind11/tests/constructor_stats.h [new file with mode: 0644]
ext/pybind11/tests/object.h [new file with mode: 0644]
ext/pybind11/tests/pybind11_tests.cpp [new file with mode: 0644]
ext/pybind11/tests/pybind11_tests.h [new file with mode: 0644]
ext/pybind11/tests/test_alias_initialization.cpp [new file with mode: 0644]
ext/pybind11/tests/test_alias_initialization.py [new file with mode: 0644]
ext/pybind11/tests/test_buffers.cpp [new file with mode: 0644]
ext/pybind11/tests/test_buffers.py [new file with mode: 0644]
ext/pybind11/tests/test_callbacks.cpp [new file with mode: 0644]
ext/pybind11/tests/test_callbacks.py [new file with mode: 0644]
ext/pybind11/tests/test_chrono.cpp [new file with mode: 0644]
ext/pybind11/tests/test_chrono.py [new file with mode: 0644]
ext/pybind11/tests/test_class_args.cpp [new file with mode: 0644]
ext/pybind11/tests/test_class_args.py [new file with mode: 0644]
ext/pybind11/tests/test_constants_and_functions.cpp [new file with mode: 0644]
ext/pybind11/tests/test_constants_and_functions.py [new file with mode: 0644]
ext/pybind11/tests/test_copy_move_policies.cpp [new file with mode: 0644]
ext/pybind11/tests/test_copy_move_policies.py [new file with mode: 0644]
ext/pybind11/tests/test_docstring_options.cpp [new file with mode: 0644]
ext/pybind11/tests/test_docstring_options.py [new file with mode: 0644]
ext/pybind11/tests/test_eigen.cpp [new file with mode: 0644]
ext/pybind11/tests/test_eigen.py [new file with mode: 0644]
ext/pybind11/tests/test_enum.cpp [new file with mode: 0644]
ext/pybind11/tests/test_enum.py [new file with mode: 0644]
ext/pybind11/tests/test_eval.cpp [new file with mode: 0644]
ext/pybind11/tests/test_eval.py [new file with mode: 0644]
ext/pybind11/tests/test_eval_call.py [new file with mode: 0644]
ext/pybind11/tests/test_exceptions.cpp [new file with mode: 0644]
ext/pybind11/tests/test_exceptions.py [new file with mode: 0644]
ext/pybind11/tests/test_inheritance.cpp [new file with mode: 0644]
ext/pybind11/tests/test_inheritance.py [new file with mode: 0644]
ext/pybind11/tests/test_installed_module/CMakeLists.txt [new file with mode: 0644]
ext/pybind11/tests/test_installed_module/main.cpp [new file with mode: 0644]
ext/pybind11/tests/test_installed_module/test.py [new file with mode: 0644]
ext/pybind11/tests/test_installed_target/CMakeLists.txt [new file with mode: 0644]
ext/pybind11/tests/test_installed_target/main.cpp [new file with mode: 0644]
ext/pybind11/tests/test_installed_target/test.py [new file with mode: 0644]
ext/pybind11/tests/test_issues.cpp [new file with mode: 0644]
ext/pybind11/tests/test_issues.py [new file with mode: 0644]
ext/pybind11/tests/test_keep_alive.cpp [new file with mode: 0644]
ext/pybind11/tests/test_keep_alive.py [new file with mode: 0644]
ext/pybind11/tests/test_kwargs_and_defaults.cpp [new file with mode: 0644]
ext/pybind11/tests/test_kwargs_and_defaults.py [new file with mode: 0644]
ext/pybind11/tests/test_methods_and_attributes.cpp [new file with mode: 0644]
ext/pybind11/tests/test_methods_and_attributes.py [new file with mode: 0644]
ext/pybind11/tests/test_modules.cpp [new file with mode: 0644]
ext/pybind11/tests/test_modules.py [new file with mode: 0644]
ext/pybind11/tests/test_multiple_inheritance.cpp [new file with mode: 0644]
ext/pybind11/tests/test_multiple_inheritance.py [new file with mode: 0644]
ext/pybind11/tests/test_numpy_array.cpp [new file with mode: 0644]
ext/pybind11/tests/test_numpy_array.py [new file with mode: 0644]
ext/pybind11/tests/test_numpy_dtypes.cpp [new file with mode: 0644]
ext/pybind11/tests/test_numpy_dtypes.py [new file with mode: 0644]
ext/pybind11/tests/test_numpy_vectorize.cpp [new file with mode: 0644]
ext/pybind11/tests/test_numpy_vectorize.py [new file with mode: 0644]
ext/pybind11/tests/test_opaque_types.cpp [new file with mode: 0644]
ext/pybind11/tests/test_opaque_types.py [new file with mode: 0644]
ext/pybind11/tests/test_operator_overloading.cpp [new file with mode: 0644]
ext/pybind11/tests/test_operator_overloading.py [new file with mode: 0644]
ext/pybind11/tests/test_pickling.cpp [new file with mode: 0644]
ext/pybind11/tests/test_pickling.py [new file with mode: 0644]
ext/pybind11/tests/test_python_types.cpp [new file with mode: 0644]
ext/pybind11/tests/test_python_types.py [new file with mode: 0644]
ext/pybind11/tests/test_sequences_and_iterators.cpp [new file with mode: 0644]
ext/pybind11/tests/test_sequences_and_iterators.py [new file with mode: 0644]
ext/pybind11/tests/test_smart_ptr.cpp [new file with mode: 0644]
ext/pybind11/tests/test_smart_ptr.py [new file with mode: 0644]
ext/pybind11/tests/test_stl_binders.cpp [new file with mode: 0644]
ext/pybind11/tests/test_stl_binders.py [new file with mode: 0644]
ext/pybind11/tests/test_virtual_functions.cpp [new file with mode: 0644]
ext/pybind11/tests/test_virtual_functions.py [new file with mode: 0644]
ext/pybind11/tools/FindEigen3.cmake [new file with mode: 0644]
ext/pybind11/tools/FindPythonLibsNew.cmake [new file with mode: 0644]
ext/pybind11/tools/check-style.sh [new file with mode: 0755]
ext/pybind11/tools/libsize.py [new file with mode: 0644]
ext/pybind11/tools/mkdoc.py [new file with mode: 0644]
ext/pybind11/tools/pybind11Config.cmake.in [new file with mode: 0644]
ext/pybind11/tools/pybind11Tools.cmake [new file with mode: 0644]