Age | Commit message (Expand) | Author |
2019-04-24 | python: Generalize the dot_writer to handle non Master/Slave roles. | Gabe Black |
2019-03-14 | python: Teach PyBindMethod how to set return_value_policy. | Gabe Black |
2019-02-25 | python: Stop using basestring to test for strings | Andreas Sandberg |
2019-02-25 | python: Add Python 3 workarounds for long | Andreas Sandberg |
2019-02-23 | python: Enforce absolute imports for Python 3 compatibility | Andreas Sandberg |
2019-02-22 | python: Add fallbacks for packages that have been renamed | Andreas Sandberg |
2019-02-22 | python: Make iterator handling Python 3 compatible | Andreas Sandberg |
2019-02-20 | python: Add __bool__ helpers in addition to __nonzero__ | Andreas Sandberg |
2019-02-20 | config: Make parameter conversion handle integers in other bases. | Gabe Black |
2019-02-13 | python: Replace deprecated repr syntax | Andreas Sandberg |
2019-02-12 | python: Replace dict.has_key with 'key in dict' | Andreas Sandberg |
2019-02-12 | python: Replace orderdict with collections.OrderedDict | Andreas Sandberg |
2019-02-12 | python: Update use of exec to work with Python 3 | Andreas Sandberg |
2019-02-12 | python: Switch to using open instead of file | Andreas Sandberg |
2019-02-12 | python: Make exception handling Python 3 safe | Andreas Sandberg |
2018-06-28 | python: Fixup incorrect syntax in PyBind argument handler | Andreas Sandberg |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2018-01-29 | arm: DT autogeneration - Device Tree generation methods | Glenn Bergmans |
2017-11-13 | util: Add a "toEnergy" function to the convert module. | Gabe Black |
2017-11-13 | util: Simplify/consolidate the python conversion module. | Gabe Black |
2017-09-26 | util: Make dot_writer ignore NULL simobjects. | Gabe Black |
2017-05-02 | python: Use PyBind11 instead of SWIG for Python wrappers | Andreas Sandberg |
2017-03-21 | python: Automatically disable listeners in batch setups | Andreas Sandberg |
2016-04-06 | misc: Bail out of DVFS dot if we cannot resolve the domains | Sascha Bischoff |
2015-12-15 | misc: Add secondary dot output for DVFS domains | Sascha Bischoff |
2016-03-30 | style: Refactor the style checker as a Python package | Andreas Sandberg |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2014-10-09 | config: Add Current as a parameter type | Andreas Hansson |
2014-09-20 | mem: Rename Bus to XBar to better reflect its behaviour | Andreas Hansson |
2014-04-23 | misc: Proper type check and import for PortRef | Sascha Bischoff |
2013-09-04 | util: Add ini string as tooltip info in dot output | Andreas Hansson |
2013-09-04 | util: Add colours to the dot output | Andreas Hansson |
2013-09-04 | util: Add class name to dot graph and output to svg | Andreas Hansson |
2013-08-19 | power: Add voltage domains to the clock domains | Akash Bagdia |
2013-02-15 | base: Add warn() and inform() to m5.utils for use from python | Sascha Bischoff |
2012-05-10 | DOT: improved dot-based system visualization | Uri Wiener |
2012-04-14 | Regression: Add ANSI colours to highlight test status | Andreas Hansson |
2011-07-05 | slicc: cleanup slicc code and make it less verbose | Nathan Binkert |
2011-07-05 | grammar: better encapsulation of a grammar and parsing | Nathan Binkert |
2011-05-29 | Misc: Remove the URL from warnings, fatals, panics, etc. | Gabe Black |
2011-04-15 | region: add a utility class for keeping track of regions of some range | Nathan Binkert |
2011-04-15 | SortedDict: add functions for getting ranges of keys, values, items | Nathan Binkert |
2011-01-07 | scons: show sources and targets when building, and colorize output. | Steve Reinhardt |
2010-11-23 | Copyright: Add AMD copyright to the param changes I just made. | Gabe Black |
2010-11-23 | Params: Add parameter types for IP addresses in various forms. | Gabe Black |
2010-09-09 | code_formatter: make it easier to insert whitespace | Nathan Binkert |
2010-07-21 | python: add a sorted dictionary class | Nathan Binkert |
2010-06-14 | util: clean up attrdict and import multiattrdict into m5.util | Nathan Binkert |
2010-03-10 | slicc: have a central mechanism for creating a code_formatter. | Nathan Binkert |
2010-02-28 | SmartDict: Make SmartDict an attrdict | Nathan Binkert |