ext: Updated Pybind11 to version 2.4.1.This updates Pybind11 from version 2.2.1 to version 2.4.1. This fixeswarning/error received when "<experiment/optional>" is used whencompiling using c++14 with clang. It should be noted that"ext/pybind11/include/pybind11/std.h" has been changed to include a fixadded by commit ba42457254cc362eddc099f22b60d469cc6369e0. This isnecessary to avoid build errors.Built: Linux (gcc, c++11) and MacOS (clang, c++14).Tested: Ran quick tests for X86, ARM, and RISC-V.Deprecates: https://gem5-review.googlesource.com/c/public/gem5/+/21019Change-Id: Ie9783511cb6be50136076a55330e645f4f36d075Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21119Reviewed-by: Jason Lowe-Power <jason@lowepower.com>Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>Maintainer: Jason Lowe-Power <jason@lowepower.com>Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>Tested-by: kokoro <noreply+kokoro@google.com>
ext: Upgrade PyBind11 to version 2.2.1This upgrade is necessary for pybind to build with GCC 7.2.We still need to add the patch for stl.h. MSC_FULL_VER change is no longerneeded.See https://gem5-review.googlesource.com/c/public/gem5/+/2230Change-Id: I806729217d022070583994c2dfcaa74476aef30fSigned-off-by: Jason Lowe-Power <jason@lowepower.com>Reviewed-on: https://gem5-review.googlesource.com/5801Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
ext: Upgrade PyBind11 to version 2.1.1Change-Id: I16870dec402d661295f9d013dc23e362b2b2c169Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>Reviewed-on: https://gem5-review.googlesource.com/3225Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
ext: Add pybind rev f4b81b3Change-Id: I52e4fc9ebf2f59da57d8cf8f3e37cc79598c2f5fSigned-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/2229Reviewed-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>