misc: Replaced master/slave terminology
[gem5.git] / src / python / m5 / SimObject.py
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-26 Jason Lowe-Powerpython: Add DeprecatedParam type
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-07-01 Ciro Santillistats: add --stats-root option to dump only under some...
2020-03-13 Giacomo Travaglinimisc: Views and Iterators instead of Lists in python3
2020-03-10 Andreas Sandbergpython: Make meta class declarations Python 3 safe
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-08-29 Andreas Sandbergstats: Add support for partial stat dumps
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-06-19 Nikos Nikolerispython: Add support for exporting static class methods...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-03-19 Gabe Blacksim: Add a getPort function to SimObject.
2019-03-18 Gabe Blackpython: Improve how templated SimObject classes are...
2019-03-14 Gabe Blackpython: Teach cxxMethod how to set return_value_policy.
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: Make iterator handling Python 3 compatible
2019-02-20 Andreas Sandbergpython: Use __name__ instead of func_name for Py3 compat
2019-02-13 Andreas Sandbergpython: Remove uses of tuple unpacking in function...
2019-02-12 Andreas Sandbergpython: Replace dict.has_key with 'key in dict'
2019-02-12 Andreas Sandbergpython: Make exception handling Python 3 safe
2018-10-19 Ciro Santillipython: Add utility function to override config parameters
2018-06-28 Andreas Sandbergpython: Fix call bug in @cxxMethod when override is...
2018-06-21 Andreas Sandbergsim: Use the canonical way of iterating over a dictionary
2018-06-15 Gabe Blacksim: Add a SimObject python field which overrides the...
2018-06-08 Gabe Blacksim: Rename the SimObject cxx_bases field to cxx_extra_...
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-09-26 Gabe Blacksim: Don't add the NULL SimObject as a child of other...
2017-05-22 Andreas Sandbergpython: Prevent Python wrappers from deleting SimObjects
2017-05-22 Andreas Sandbergpython: Fix weird memory issue in wrapped AddrRange...
2017-05-15 Brandon Potterstyle: fix line lengths and include ordering
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
2017-01-03 Andreas Sandbergsim: Remove redundant export_method_cxx_predecls
2015-12-01 Andreas Sandbergconfig: Fix broken SimObject listing
2015-07-07 Andreas Sandbergsim: Move mem(Writeback|Invalidate) to SimObject
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2014-12-02 Andreas Hanssonscons: Ensure dictionary iteration is sorted by key
2014-11-12 Andreas Hanssonsim: Sort SimObject descendants and ports
2014-10-16 Andreas Hanssonconfig: Add the ability to read a config file using...
2014-09-20 Andrew Bardsleyconfig: Cleanup .json config file generation
2014-08-10 Geoffrey Blakeconfig: Add hooks to enable new config sys
2014-05-09 Geoffrey Blakeconfig: Avoid generating a reference to myself for...
2014-01-24 Matt Horsnellbase: add support for probe points and common probes
2014-01-04 Steve Reinhardtpython: provide better error message for wrapped C...
2014-01-04 Steve Reinhardtpython: don't die on assignment to cloned object
2013-11-25 Steve Reinhardt... sim: simulate with multiple threads and event queues
2013-10-31 Geoffrey Blakeconfig: Fix handling of parents for simobject vectors
2013-10-17 Geoffrey Blakeconfig: Fix for port references generated multiple...
2013-02-15 Sascha Bischoffbase: Add warn() and inform() to m5.utils for use from...
2013-01-07 Andreas Hanssonconfig: Traverse lists when visiting children in all...
2012-11-02 Andreas Sandbergsim: Add SWIG interface for Serializable
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-09-25 Andreas Sandbergsim: Move CPU-specific methods from SimObject to the...
2012-09-25 Andreas Sandbergsim: Remove SimObject::setMemoryMode
2012-09-07 Andreas Sandbergsim: Remove the unused SimObject::regFormulas method
2012-07-11 Brad Beckmannruby: changes how Topologies are created
2012-05-23 Andreas HanssonConfig: Use the attribute naming and include ports...
2012-05-10 Uri WienerDOT: improved dot-based system visualization
2012-05-10 Uri WienerDOT: fixed broken code for visualizing configuration...
2012-04-05 Andreas HanssonPython: Make the All proxy traverse SimObject children...
2012-03-21 Andreas HanssonPython: Fix a conditional expression that requires...
2012-03-19 Andreas Hanssonscripts: Fix to ensure that port connection count is...
2012-02-29 Andreas HanssonSWIG: Ensure ptrdiff_t is a known type in gcc >= 4.6.1
2012-02-20 Steve ReinhardtSimObject: make get_config_as_dict() tolerate undefined...
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-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
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 SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Ali SaidiConfig: Fix issue with JSON output
2012-01-10 Ali Saidiconfig: support outputing a pickle of the configuration...
2012-01-07 Gabe BlackMerge with main repository.
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-07-10 Ali SaidiConfig: Add support for a Self.all proxy object
2011-06-02 Steve ReinhardtSimObject: allow modules in subclass definitions
2011-05-23 Steve Reinhardtconfig: reinstate implicit parenting on parameter assig...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-11-11 Gabe BlackSimObject: Add a comment near clear_child that it's...
2010-11-09 Gabe BlackSimObject: Use "self" when calling the clear_child...
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
2010-08-17 Steve Reinhardtsim: move iterating over SimObjects into Python.
2010-08-17 Steve Reinhardtsim: fail on implicit creation of orphans via ports
2010-08-17 Steve Reinhardtsim: make Python Root object a singleton
2010-07-17 Steve ReinhardtSimObject: transparently forward Python attribute refs...
2010-07-06 Steve Reinhardtsim: allow SimObject subclasses to define classmethods
next