misc: Replaced master/slave terminology
[gem5.git] / src / python / m5 / util /
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-07-31 Hoa Nguyenutil,scons: improve compareVersions function
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-12 Giacomo Travagliniscons: Add readCommandWithReturn helper
2020-05-06 Giacomo Travaglinipython: Manually convert float to int when using %x
2020-04-30 Gabe Blackpython: Fix compareVersions for python 3.
2020-03-13 Giacomo Travaglinimisc: Text vs Byte string in python3
2020-03-10 Giacomo Travaglinimisc: string.join has been removed in python3
2020-03-10 Giacomo Travaglinipython: The new module has been removed in python3
2020-03-10 Andreas Sandbergpython: Make meta class declarations Python 3 safe
2020-03-03 Yu-hsin Wangpython: Add a warning if pydot is not available.
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackpython: Delete authors lists from the python directory.
2019-12-18 Adrian Herrerapython: fix "fatal" usage in fdthelper
2019-12-12 Gabe Blackpython: Convert terminal escape sequences to strings.
2019-09-30 Bobby R. Brucemisc: Added line wrapping functionality for Sim-Object...
2019-09-07 Gabe Blackpython: Make the dot writer handle unconnected Port...
2019-08-12 Giacomo Travaglinipython: FdtState using interrupt-cells
2019-06-19 Nikos Nikolerispython: Add support for exporting static class methods...
2019-06-18 Tiago Muckmisc: dot_writer fixup
2019-05-20 Tiago Muckmisc: Added dot_writer for Ruby's network topology
2019-04-24 Gabe Blackpython: Generalize the dot_writer to handle non Master...
2019-03-14 Gabe Blackpython: Teach PyBindMethod how to set return_value_policy.
2019-02-25 Andreas Sandbergpython: Stop using basestring to test for strings
2019-02-25 Andreas Sandbergpython: Add Python 3 workarounds for long
2019-02-23 Andreas Sandbergpython: Enforce absolute imports for Python 3 compatibility
2019-02-22 Andreas Sandbergpython: Add fallbacks for packages that have been renamed
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-20 Andreas Sandbergpython: Add __bool__ helpers in addition to __nonzero__
2019-02-20 Gabe Blackconfig: Make parameter conversion handle integers in...
2019-02-13 Andreas Sandbergpython: Replace deprecated repr syntax
2019-02-12 Andreas Sandbergpython: Replace dict.has_key with 'key in dict'
2019-02-12 Andreas Sandbergpython: Replace orderdict with collections.OrderedDict
2019-02-12 Andreas Sandbergpython: Update use of exec to work with Python 3
2019-02-12 Andreas Sandbergpython: Switch to using open instead of file
2019-02-12 Andreas Sandbergpython: Make exception handling Python 3 safe
2018-06-28 Andreas Sandbergpython: Fixup incorrect syntax in PyBind argument handler
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2018-01-29 Glenn Bergmansarm: DT autogeneration - Device Tree generation methods
2017-11-13 Gabe Blackutil: Add a "toEnergy" function to the convert module.
2017-11-13 Gabe Blackutil: Simplify/consolidate the python conversion module.
2017-09-26 Gabe Blackutil: Make dot_writer ignore NULL simobjects.
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-03-21 Andreas Sandbergpython: Automatically disable listeners in batch setups
2016-04-06 Sascha Bischoffmisc: Bail out of DVFS dot if we cannot resolve the...
2015-12-15 Sascha Bischoffmisc: Add secondary dot output for DVFS domains
2016-03-30 Andreas Sandbergstyle: Refactor the style checker as a Python package
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2014-10-09 Andreas Hanssonconfig: Add Current as a parameter type
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2014-04-23 Sascha Bischoffmisc: Proper type check and import for PortRef
2013-09-04 Andreas Hanssonutil: Add ini string as tooltip info in dot output
2013-09-04 Andreas Hanssonutil: Add colours to the dot output
2013-09-04 Andreas Hanssonutil: Add class name to dot graph and output to svg
2013-08-19 Akash Bagdiapower: Add voltage domains to the clock domains
2013-02-15 Sascha Bischoffbase: Add warn() and inform() to m5.utils for use from...
2012-05-10 Uri WienerDOT: improved dot-based system visualization
2012-04-14 Andreas HanssonRegression: Add ANSI colours to highlight test status
2011-07-06 Nathan Binkertslicc: cleanup slicc code and make it less verbose
2011-07-06 Nathan Binkertgrammar: better encapsulation of a grammar and parsing
2011-05-30 Gabe BlackMisc: Remove the URL from warnings, fatals, panics...
2011-04-15 Nathan Binkertregion: add a utility class for keeping track of region...
2011-04-15 Nathan BinkertSortedDict: add functions for getting ranges of keys...
2011-01-08 Steve Reinhardtscons: show sources and targets when building, and...
2010-11-23 Gabe BlackCopyright: Add AMD copyright to the param changes I...
2010-11-23 Gabe BlackParams: Add parameter types for IP addresses in various...
2010-09-09 Nathan Binkertcode_formatter: make it easier to insert whitespace
2010-07-21 Nathan Binkertpython: add a sorted dictionary class
2010-06-15 Nathan Binkertutil: clean up attrdict and import multiattrdict into...
2010-03-11 Nathan Binkertslicc: have a central mechanism for creating a code_for...
2010-03-01 Nathan BinkertSmartDict: Make SmartDict an attrdict
2010-01-19 Derek Howermerge
2009-09-24 Nathan Binkertply grammar: Fixup Tokenizer class so you can get lexer...
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-22 Nathan Binkertmultiattrdict: make multilevel nesting work properly
2009-09-22 Nathan Binkertattrdict: add pickle support to attrdict
2009-09-22 Nathan Binkertcode_formatter: use __builtin__ which is correct, not...
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-17 Polina DudnikBranch Merge
2009-08-17 Gabe BlackMerge with head.
2009-08-16 Nathan Binkertcode_formatter: Add a python class for writing code...
2009-08-16 Nathan Binkertply: add a base class called Grammar that encapsulates...
2009-08-16 Nathan Binkertorderdict: Use DictMixin and add orderdict to m5.util
2009-07-02 Nathan Binkertattrdict: correct delattr
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-16 Nathan Binkerttraceflags: fix --trace-help
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertjobfile: Add support for dictionaries as jobfile options.
2008-10-10 Nathan Binkertpython: Add a utility for nested attribute dicts.
2008-06-15 Nathan Binkertpython: Move various utility classes into a new m5...