Age | Commit message (Expand) | Author |
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 |