-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3825/
-----------------------------------------------------------

Review request for Default.


Repository: gem5


Description
-------

Changeset 11879:4103050978f1
---------------------------
ext: Add pybind rev f4b81b3

Change-Id: I52e4fc9ebf2f59da57d8cf8f3e37cc79598c2f5f
Signed-off-by: Andreas Sandberg <andreas.sandb...@arm.com>
Reviewed-by: Andreas Hansson <andreas.hans...@arm.com>
Reviewed-by: Curtis Dunham <curtis.dun...@arm.com>


Diffs
-----

  ext/pybind11/docs/advanced/classes.rst PRE-CREATION 
  SConstruct ba90ffa751b6 
  ext/pybind11/.appveyor.yml PRE-CREATION 
  ext/pybind11/.gitignore PRE-CREATION 
  ext/pybind11/.gitmodules PRE-CREATION 
  ext/pybind11/.travis.yml PRE-CREATION 
  ext/pybind11/CMakeLists.txt PRE-CREATION 
  ext/pybind11/CONTRIBUTING.md PRE-CREATION 
  ext/pybind11/LICENSE PRE-CREATION 
  ext/pybind11/MANIFEST.in PRE-CREATION 
  ext/pybind11/README.md PRE-CREATION 
  ext/pybind11/docs/_static/theme_overrides.css PRE-CREATION 
  ext/pybind11/docs/advanced/cast/chrono.rst PRE-CREATION 
  ext/pybind11/docs/advanced/cast/custom.rst PRE-CREATION 
  ext/pybind11/docs/advanced/cast/eigen.rst PRE-CREATION 
  ext/pybind11/docs/advanced/cast/functional.rst PRE-CREATION 
  ext/pybind11/docs/advanced/cast/index.rst PRE-CREATION 
  ext/pybind11/docs/advanced/cast/overview.rst PRE-CREATION 
  ext/pybind11/docs/advanced/cast/stl.rst PRE-CREATION 
  ext/pybind11/tests/test_stl_binders.cpp PRE-CREATION 
  ext/pybind11/tests/test_stl_binders.py PRE-CREATION 
  ext/pybind11/tests/test_virtual_functions.cpp PRE-CREATION 
  ext/pybind11/tests/test_virtual_functions.py PRE-CREATION 
  ext/pybind11/tools/FindEigen3.cmake PRE-CREATION 
  ext/pybind11/tools/FindPythonLibsNew.cmake PRE-CREATION 
  ext/pybind11/tools/check-style.sh PRE-CREATION 
  ext/pybind11/tools/libsize.py PRE-CREATION 
  ext/pybind11/tools/mkdoc.py PRE-CREATION 
  ext/pybind11/tools/pybind11Config.cmake.in PRE-CREATION 
  ext/pybind11/tools/pybind11Tools.cmake PRE-CREATION 
  ext/pybind11/tests/test_smart_ptr.cpp PRE-CREATION 
  ext/pybind11/tests/test_smart_ptr.py PRE-CREATION 
  ext/pybind11/tests/test_alias_initialization.cpp PRE-CREATION 
  ext/pybind11/tests/test_alias_initialization.py PRE-CREATION 
  ext/pybind11/tests/test_buffers.cpp PRE-CREATION 
  ext/pybind11/tests/test_buffers.py PRE-CREATION 
  ext/pybind11/tests/test_callbacks.cpp PRE-CREATION 
  ext/pybind11/tests/test_callbacks.py PRE-CREATION 
  ext/pybind11/tests/test_chrono.cpp PRE-CREATION 
  ext/pybind11/tests/test_chrono.py PRE-CREATION 
  ext/pybind11/tests/test_class_args.cpp PRE-CREATION 
  ext/pybind11/tests/test_class_args.py PRE-CREATION 
  ext/pybind11/tests/test_constants_and_functions.cpp PRE-CREATION 
  ext/pybind11/tests/test_constants_and_functions.py PRE-CREATION 
  ext/pybind11/tests/test_copy_move_policies.cpp PRE-CREATION 
  ext/pybind11/tests/test_copy_move_policies.py PRE-CREATION 
  ext/pybind11/tests/test_docstring_options.cpp PRE-CREATION 
  ext/pybind11/tests/test_docstring_options.py PRE-CREATION 
  ext/pybind11/tests/test_eigen.cpp PRE-CREATION 
  ext/pybind11/tests/test_eigen.py PRE-CREATION 
  ext/pybind11/tests/test_enum.cpp PRE-CREATION 
  ext/pybind11/tests/test_enum.py PRE-CREATION 
  ext/pybind11/tests/test_eval.cpp PRE-CREATION 
  ext/pybind11/tests/test_eval.py PRE-CREATION 
  ext/pybind11/tests/test_eval_call.py PRE-CREATION 
  ext/pybind11/tests/test_exceptions.cpp PRE-CREATION 
  ext/pybind11/tests/test_exceptions.py PRE-CREATION 
  ext/pybind11/tests/test_inheritance.cpp PRE-CREATION 
  ext/pybind11/tests/test_inheritance.py PRE-CREATION 
  ext/pybind11/tests/test_installed_module/CMakeLists.txt PRE-CREATION 
  ext/pybind11/tests/test_installed_module/main.cpp PRE-CREATION 
  ext/pybind11/tests/test_installed_module/test.py PRE-CREATION 
  ext/pybind11/tests/test_installed_target/CMakeLists.txt PRE-CREATION 
  ext/pybind11/tests/test_installed_target/main.cpp PRE-CREATION 
  ext/pybind11/tests/test_installed_target/test.py PRE-CREATION 
  ext/pybind11/tests/test_issues.cpp PRE-CREATION 
  ext/pybind11/tests/test_issues.py PRE-CREATION 
  ext/pybind11/tests/test_keep_alive.cpp PRE-CREATION 
  ext/pybind11/tests/test_keep_alive.py PRE-CREATION 
  ext/pybind11/tests/test_kwargs_and_defaults.cpp PRE-CREATION 
  ext/pybind11/tests/test_kwargs_and_defaults.py PRE-CREATION 
  ext/pybind11/tests/test_methods_and_attributes.cpp PRE-CREATION 
  ext/pybind11/tests/test_methods_and_attributes.py PRE-CREATION 
  ext/pybind11/tests/test_modules.cpp PRE-CREATION 
  ext/pybind11/tests/test_modules.py PRE-CREATION 
  ext/pybind11/tests/test_multiple_inheritance.cpp PRE-CREATION 
  ext/pybind11/tests/test_multiple_inheritance.py PRE-CREATION 
  ext/pybind11/tests/test_numpy_array.cpp PRE-CREATION 
  ext/pybind11/tests/test_numpy_array.py PRE-CREATION 
  ext/pybind11/tests/test_numpy_dtypes.cpp PRE-CREATION 
  ext/pybind11/tests/test_numpy_dtypes.py PRE-CREATION 
  ext/pybind11/tests/test_numpy_vectorize.cpp PRE-CREATION 
  ext/pybind11/tests/test_numpy_vectorize.py PRE-CREATION 
  ext/pybind11/tests/test_opaque_types.cpp PRE-CREATION 
  ext/pybind11/tests/test_opaque_types.py PRE-CREATION 
  ext/pybind11/tests/test_operator_overloading.cpp PRE-CREATION 
  ext/pybind11/tests/test_operator_overloading.py PRE-CREATION 
  ext/pybind11/tests/test_pickling.cpp PRE-CREATION 
  ext/pybind11/tests/test_pickling.py PRE-CREATION 
  ext/pybind11/tests/test_python_types.cpp PRE-CREATION 
  ext/pybind11/tests/test_python_types.py PRE-CREATION 
  ext/pybind11/tests/test_sequences_and_iterators.cpp PRE-CREATION 
  ext/pybind11/tests/test_sequences_and_iterators.py PRE-CREATION 
  ext/pybind11/docs/advanced/exceptions.rst PRE-CREATION 
  ext/pybind11/docs/advanced/functions.rst PRE-CREATION 
  ext/pybind11/docs/advanced/misc.rst PRE-CREATION 
  ext/pybind11/docs/advanced/pycpp/index.rst PRE-CREATION 
  ext/pybind11/docs/advanced/pycpp/numpy.rst PRE-CREATION 
  ext/pybind11/docs/advanced/pycpp/object.rst PRE-CREATION 
  ext/pybind11/docs/advanced/pycpp/utilities.rst PRE-CREATION 
  ext/pybind11/docs/advanced/smart_ptrs.rst PRE-CREATION 
  ext/pybind11/docs/basics.rst PRE-CREATION 
  ext/pybind11/docs/benchmark.py PRE-CREATION 
  ext/pybind11/docs/benchmark.rst PRE-CREATION 
  ext/pybind11/docs/changelog.rst PRE-CREATION 
  ext/pybind11/docs/classes.rst PRE-CREATION 
  ext/pybind11/docs/compiling.rst PRE-CREATION 
  ext/pybind11/docs/conf.py PRE-CREATION 
  ext/pybind11/docs/faq.rst PRE-CREATION 
  ext/pybind11/docs/index.rst PRE-CREATION 
  ext/pybind11/docs/intro.rst PRE-CREATION 
  ext/pybind11/docs/limitations.rst PRE-CREATION 
  ext/pybind11/docs/pybind11-logo.png ba90ffa751b6 
  ext/pybind11/docs/pybind11_vs_boost_python1.png ba90ffa751b6 
  ext/pybind11/docs/pybind11_vs_boost_python1.svg PRE-CREATION 
  ext/pybind11/docs/pybind11_vs_boost_python2.png ba90ffa751b6 
  ext/pybind11/docs/pybind11_vs_boost_python2.svg PRE-CREATION 
  ext/pybind11/docs/reference.rst PRE-CREATION 
  ext/pybind11/docs/release.rst PRE-CREATION 
  ext/pybind11/include/pybind11/attr.h PRE-CREATION 
  ext/pybind11/include/pybind11/cast.h PRE-CREATION 
  ext/pybind11/include/pybind11/chrono.h PRE-CREATION 
  ext/pybind11/include/pybind11/common.h PRE-CREATION 
  ext/pybind11/include/pybind11/complex.h PRE-CREATION 
  ext/pybind11/include/pybind11/descr.h PRE-CREATION 
  ext/pybind11/include/pybind11/eigen.h PRE-CREATION 
  ext/pybind11/include/pybind11/eval.h PRE-CREATION 
  ext/pybind11/include/pybind11/functional.h PRE-CREATION 
  ext/pybind11/include/pybind11/numpy.h PRE-CREATION 
  ext/pybind11/include/pybind11/operators.h PRE-CREATION 
  ext/pybind11/include/pybind11/options.h PRE-CREATION 
  ext/pybind11/include/pybind11/pybind11.h PRE-CREATION 
  ext/pybind11/include/pybind11/pytypes.h PRE-CREATION 
  ext/pybind11/include/pybind11/stl.h PRE-CREATION 
  ext/pybind11/include/pybind11/stl_bind.h PRE-CREATION 
  ext/pybind11/include/pybind11/typeid.h PRE-CREATION 
  ext/pybind11/pybind11/__init__.py PRE-CREATION 
  ext/pybind11/pybind11/_version.py PRE-CREATION 
  ext/pybind11/setup.cfg PRE-CREATION 
  ext/pybind11/setup.py PRE-CREATION 
  ext/pybind11/tests/CMakeLists.txt PRE-CREATION 
  ext/pybind11/tests/conftest.py PRE-CREATION 
  ext/pybind11/tests/constructor_stats.h PRE-CREATION 
  ext/pybind11/tests/object.h PRE-CREATION 
  ext/pybind11/tests/pybind11_tests.h PRE-CREATION 
  ext/pybind11/tests/pybind11_tests.cpp PRE-CREATION 

Diff: http://reviews.gem5.org/r/3825/diff/


Testing
-------


Thanks,

Andreas Sandberg

_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to