index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
/
m5
/
SimObject.py
Age
Commit message (
Expand
)
Author
2011-07-10
Config: Add support for a Self.all proxy object
Ali Saidi
2011-06-01
SimObject: allow modules in subclass definitions
Steve Reinhardt
2011-05-23
config: reinstate implicit parenting on parameter assignment
Steve Reinhardt
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-11-11
SimObject: Add a comment near clear_child that it's unlikely to be called.
Gabe Black
2010-11-09
SimObject: Use "self" when calling the clear_child method.
Gabe Black
2010-09-12
swig: make all generated files go into the m5.internal package
Nathan Binkert
2010-09-09
scons: Stop building the big monolithic swigged params module
Nathan Binkert
2010-09-09
scons: use code_formatter wherever we can in the build system
Nathan Binkert
2010-08-17
misc: add some AMD copyright notices
Steve Reinhardt
2010-08-17
sim: clean up child handling
Steve Reinhardt
2010-08-17
sim: move iterating over SimObjects into Python.
Steve Reinhardt
2010-08-17
sim: fail on implicit creation of orphans via ports
Steve Reinhardt
2010-08-17
sim: make Python Root object a singleton
Steve Reinhardt
2010-07-17
SimObject: transparently forward Python attribute refs to C++.
Steve Reinhardt
2010-07-05
sim: allow SimObject subclasses to define classmethods
Steve Reinhardt
2009-09-22
python: Move more code into m5.util allow SCons to use that code.
Nathan Binkert
2009-02-26
CPA: Add new object for gathering critical path annotations.
Ali Saidi
2009-01-30
Errors: Print a URL with a hash of the format string to find more information...
Ali Saidi
2009-01-30
Config: Cause a fatal() when a parameter without a default value isn't set(FS...
Ali Saidi
2008-12-06
SimObject: change naming of vectors so there are the same numbers of digits.
Nathan Binkert
2008-10-09
SimObjects: Clean up handling of C++ namespaces.
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-06-18
imported patch sim_object_params.diff
Nathan Binkert
2008-06-14
python: Move various utility classes into a new m5.util package so
Nathan Binkert
2008-06-12
Params: Allow nested namespaces in cxx_namespace
Gabe Black
2007-11-12
Params: Fix check for cycles in the configuration and clarify the comments/er...
Gabe Black
2007-08-30
python: Write configuration file without reassigning sys.stdout.
Miles Kaufmann
2007-08-30
python: Eliminate the Python use of eval() and frame manipulation
Miles Kaufmann
2007-08-02
python: Improve support for python calling back to C++ member functions.
Nathan Binkert
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-06-10
Add a function to get a SimObject's memory mode and rework
Nathan Binkert
2007-03-02
Factor code out of main.cc and main.i into a bunch of files
Nathan Binkert
2007-02-18
Get rid of the stand alone ParamContext since all of the
Nathan Binkert
2006-11-12
Create a module called internal where swigged stuff goes.
Nathan Binkert
2006-10-18
how did i not commit this already? the other way doesn't seem to work, need ...
Lisa Hsu
2006-10-11
since memoryMode was put into the System (from SimObject), things got broken ...
Lisa Hsu
2006-09-06
Try to make unproxy order more deterministic.
Steve Reinhardt
2006-09-05
Enable proxies (Self/Parent) for specifying ports.
Steve Reinhardt
2006-09-05
Print ports in config.ini as well.
Steve Reinhardt
2006-09-04
More Python hacking to deal with config.py split
Steve Reinhardt
2006-09-04
Split config.py into multiple files.
Steve Reinhardt
[prev]