config: Add the ability to read a config file using C++ and Python
[gem5.git] / src / python / m5 / SimObject.py
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
2010-01-19 Derek Howermerge
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
2009-01-31 Ali SaidiErrors: Print a URL with a hash of the format string...
2009-01-31 Ali SaidiConfig: Cause a fatal() when a parameter without a...
2008-12-06 Nathan BinkertSimObject: change naming of vectors so there are the...
2008-10-10 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-18 Nathan Binkertimported patch sim_object_params.diff
2008-06-15 Nathan Binkertpython: Move various utility classes into a new m5...
2008-06-12 Gabe BlackParams: Allow nested namespaces in cxx_namespace
2007-11-15 Korey Sewellbranch merge
2007-11-13 Gabe BlackParams: Fix check for cycles in the configuration and...
2007-08-30 Miles Kaufmannpython: Write configuration file without reassigning...
2007-08-30 Miles Kaufmannpython: Eliminate the Python use of eval() and frame...
2007-08-03 Steve Reinhardtmerge from head
2007-08-03 Gabe BlackMerge with head.
2007-08-03 Nathan Binkertpython: Improve support for python calling back to...
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-18 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-12 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-10 Nathan BinkertAdd a function to get a SimObject's memory mode and...
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-05 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-04 Ali SaidiMerge zizzer:/bk/newmem
2007-03-03 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-03 Nathan BinkertFactor code out of main.cc and main.i into a bunch...
2007-02-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-19 Ali SaidiMerge zizzer:/bk/newmem
2007-02-18 Nathan BinkertGet rid of the stand alone ParamContext since all of the
2006-11-13 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-13 Kevin LimMerge ktlim@zamp:./local/clean/tmp/test-regress
2006-11-13 Nathan BinkertCreate a module called internal where swigged stuff...
2006-10-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-20 Ali SaidiMerge zizzer:/bk/newmem
2006-10-19 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-18 Lisa Hsuhow did i not commit this already? the other way doesn...
2006-10-16 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
next