python: Use six's with_metaclass instead of it's add_metaclass.
[gem5.git] / src / python / m5 / params.py
2020-08-25 Gabe Blackpython: Use six's with_metaclass instead of it's add_me...
2020-03-10 Andreas Sandbergpython: Make meta class declarations Python 3 safe
2020-03-02 Nikos Nikolerispython: Remove unnecessary exports from pybind enums
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-11-20 Brandon Potterbase,tests: Expanded GTests for addr_range.hh
2019-06-17 Nikos Nikolerispython: Fix AddrRange legacy ParamValue wrapper
2019-06-10 Nikos Nikolerispython: Fix cxx_ini_parse for ScopedEnum
2019-06-10 Nikos Nikolerispython: Add binding for the new AddrRange c++ constructor
2019-04-27 Gabe Blackpython: Get rid of the VectorPort constructor.
2019-04-27 Gabe Blackpython: Replace the Master/Slave Ports with Request...
2019-04-24 Gabe Blackpython: Generalize the Port.splice function.
2019-04-24 Gabe Blackpython: Make Port roles a more generic concept.
2019-03-19 Gabe Blackpython: Switch to the new getPort mechanism to connect...
2019-02-25 Andreas Sandbergpython: Add Python 3 workarounds for long
2019-02-25 Andreas Sandbergpython: Fix params/proxy import loop
2019-02-23 Andreas Sandbergpython: Enforce absolute imports for Python 3 compatibility
2019-02-22 Andreas Sandbergpython: Fix param -> int conversion issues
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-22 Andreas Sandbergpython: Add missing operators to NumericParamValue
2019-02-20 Andreas Sandbergpython: Fix Param initialization issue in Python 3
2019-02-20 Andreas Sandbergpython: Add __bool__ helpers in addition to __nonzero__
2019-02-12 Andreas Sandbergpython: Replace dict.has_key with 'key in dict'
2019-02-12 Andreas Sandbergpython: Make exception handling Python 3 safe
2019-01-25 Nicholas Lindsaypython: Always throw TypeError on slave-slave connections
2019-01-17 Nikos Nikolerispython: Add support for scoped enums
2019-01-14 Gabe Blackconfig: De-nest the code in Port.splice().
2019-01-14 Gabe Blackconfig: Fix an error message in Port.splice().
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2017-11-13 Gabe Blackconfig: Add an Energy param type.
2017-11-13 Gabe Blackconfig: Export the "Current" param type from m5.params.
2017-11-13 Gabe Blackconfig: Simplify the definitions of the Voltage and...
2017-09-26 Gabe Blacksim: Add a get_config_as_dict to the NullSimObject...
2017-09-26 Gabe Blacksim: Give the NullSimObject singleton a _name.
2017-09-26 Gabe Blacksim: Add a NullSimObject.descendants function.
2017-09-26 Gabe Blacksim: Add a clear_parent function to NullSimObject.
2017-09-26 Gabe Blacksim: Check the SimObjectVector.has_parent function...
2017-09-26 Gabe Blacksim: Only consider non-NULL elements in SimObjectVector...
2017-09-26 Gabe Blacksim: Add a set_parent to NullSimObject which does nothing.
2017-05-31 Nikos Nikolerispython: Fix unproxing of VectorParams
2017-05-02 Andreas Sandbergpython: Remove SWIG
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-01-27 Andreas Sandbergpython: Move native wrappers to the _m5 namespace
2016-09-14 Matt Porembabase: Output all AddrRange parameters to config.ini
2016-05-27 Akash Bagdiapower: Allow voltage to be configured via cmd line
2015-11-22 Andrew Bardsleyconfig: Added missing types to JSON/INI Python reader
2015-02-03 Andreas Hanssonbase: Add XOR-based hashed address interleaving
2015-02-03 Geoffrey Blakeconfig: Fix typo in Float param
2014-10-16 Andreas Hanssonconfig: Add the ability to read a config file using...
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-09-20 Andrew Bardsleyconfig: Cleanup .json config file generation
2014-09-09 Geoffrey Blakeconfig: Fix vectorparam command line parsing
2014-09-03 Geoffrey Blakeconfig: Add port splicing capability to PortRef class
2014-09-03 Mitch Hayengaconfig: Change parsing of Addr so hex values work from...
2014-08-10 Geoffrey Blakeconfig: Add hooks to enable new config sys
2014-05-09 Andrew Bardsleycpu: Add flag name printing to StaticInst
2014-05-09 Curtis Dunhamscons: Require SWIG >= 2.0.4 and remove vector typemaps
2014-01-24 Andreas Hanssonconfig: Make the Clock a Tick parameter like Latency...
2013-10-31 Geoffrey Blakeconfig: Fix handling of parents for simobject vectors
2013-10-17 Geoffrey Blakeconfig: Fix ommission of number base in ethernet addres...
2013-08-19 Akash Bagdiapower: Add voltage domains to the clock domains
2013-06-27 Andreas Hanssonconfig: Remove Clock parameter multiplication
2013-02-19 Andreas Hanssonx86: Move APIC clock divider to Python
2013-01-07 Andreas Hanssonmem: Add interleaving bits to the address ranges
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-09-19 Andreas HanssonAddrRange: Simplify AddrRange params Python hierarchy
2012-09-07 Andreas HanssonParam: Transition to Cycles for relevant parameters
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-05-23 Andreas HanssonConfig: Use the attribute naming and include ports...
2012-05-23 Andreas HanssonConfig: Exit with fatal if a port is already connected
2012-04-06 Brad Beckmannpython: added __nonzero__ function to SimObject Bool...
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-02-13 Andreas HanssonMEM: Pass the ports from Python to C++ using the Swig...
2012-02-13 Andreas HanssonMEM: Introduce the master/slave port roles in the Pytho...
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Removing the default port peer from Python ports
2012-01-10 Ali Saidiconfig: support outputing a pickle of the configuration...
2012-01-10 Andreas HanssonSWIG: Make gem5 compile and link with swig 2.0.4
2012-01-07 Gabe BlackMerge with main repository.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-20 Steve ReinhardtSimObject: add export_method* hooks to export C++ metho...
2011-10-20 Steve Reinhardtscons/swig: refactor some of the scons/SWIG code
2011-09-23 Steve Reinhardtparams.py: enhance IpAddress param handling
2011-07-10 Ali SaidiO3: Make sure fetch doesn't go off into the weeds durin...
2011-07-10 Ali SaidiConfig: Add support for a Self.all proxy object
2011-05-23 Steve Reinhardtconfig: reinstate implicit parenting on parameter assig...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-20 Gabe BlackParams: Fix a broken error message in verifyIp.
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-11-11 Gabe BlackParams: Fix an off by one error and a misleading comment.
2010-09-12 Nathan Binkertswig: make all generated files go into the m5.internal...
2010-09-09 Nathan Binkertscons: Stop building the big monolithic swigged params...
2010-09-09 Nathan Binkertscons: use code_formatter wherever we can in the build...
2010-08-17 Steve Reinhardtmisc: add some AMD copyright notices
2010-08-17 Steve Reinhardtsim: clean up child handling
next