gem5/src
Andreas Hansson fdf6f6c4b6 scons: Enable build on OSX
This patch changes the SConscript to build gem5 with libc++ on OSX as
the conventional libstdc++ does not have the C++11 constructs that the
current code base makes use of (e.g. std::forward).

Since this was the last use of the transitional TR1, the unordered map
and set header can now be simplified as well.
2013-09-04 13:22:54 -04:00
..
arch alpha: Check interrupts before quiesce 2013-08-19 03:52:29 -04:00
base scons: Enable build on OSX 2013-09-04 13:22:54 -04:00
cpu cpu: Fix timing CPU isDrained comment formatting 2013-08-20 11:21:27 -04:00
dev mem: Change AbstractMemory defaults to match the common case 2013-08-19 03:52:33 -04:00
doc MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
kern scons: Add warning for missing declarations 2013-02-19 05:56:07 -05:00
mem stats: Cumulative stats update 2013-08-19 03:52:36 -04:00
proto base: Avoid size limitation on protobuf coded streams 2013-05-30 12:53:53 -04:00
python power: Add voltage domains to the clock domains 2013-08-19 03:52:28 -04:00
sim power: Add voltage domains to the clock domains 2013-08-19 03:52:28 -04:00
unittest AddrRange: Transition from Range<T> to AddrRange 2012-09-19 06:15:44 -04:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript scons: don't die on warnings in swig-generated code 2013-03-27 10:03:02 -07:00