Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson | |
This patch moves away from using M5_ATTR_OVERRIDE and the m5::hashmap (and similar) abstractions, as these are no longer needed with gcc 4.7 and clang 3.1 as minimum compiler versions. | |||
2015-07-24 | base: refactor process class (specifically FdMap and friends) | Brandon Potter | |
This patch extends the previous patch's alterations around fd_map. It cleans up some of the uglier code in the process file and replaces it with a more concise C++11 version. As part of the changes, the FdMap class is pulled out of the Process class and receives its own file. |