Age | Commit message (Expand) | Author |
2013-01-07 | config: Traverse lists when visiting children in all proxy | Andreas Hansson |
2012-11-02 | sim: Add SWIG interface for Serializable | Andreas Sandberg |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-11-02 | sim: Include object header files in SWIG interfaces | Andreas Sandberg |
2012-09-25 | sim: Move CPU-specific methods from SimObject to the BaseCPU class | Andreas Sandberg |
2012-09-25 | sim: Remove SimObject::setMemoryMode | Andreas Sandberg |
2012-09-07 | sim: Remove the unused SimObject::regFormulas method | Andreas Sandberg |
2012-07-10 | ruby: changes how Topologies are created | Brad Beckmann |
2012-05-23 | Config: Use the attribute naming and include ports in JSON | Andreas Hansson |
2012-05-10 | DOT: improved dot-based system visualization | Uri Wiener |
2012-05-10 | DOT: fixed broken code for visualizing configuration using dot | Uri Wiener |
2012-04-05 | Python: Make the All proxy traverse SimObject children as well | Andreas Hansson |
2012-03-21 | Python: Fix a conditional expression that requires Python 2.5 | Andreas Hansson |
2012-03-19 | scripts: Fix to ensure that port connection count is always set | Andreas Hansson |
2012-02-29 | SWIG: Ensure ptrdiff_t is a known type in gcc >= 4.6.1 | Andreas Hansson |
2012-02-20 | SimObject: make get_config_as_dict() tolerate undefined params | Steve Reinhardt |
2012-02-13 | MEM: Pass the ports from Python to C++ using the Swig params | Andreas Hansson |
2012-02-13 | MEM: Introduce the master/slave port roles in the Python classes | Andreas Hansson |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-17 | MEM: Removing the default port peer from Python ports | Andreas Hansson |
2012-01-09 | Config: Fix issue with JSON output | Ali Saidi |
2012-01-09 | config: support outputing a pickle of the configuration tree | Ali Saidi |
2011-10-20 | SimObject: add export_method* hooks to export C++ methods to Python | Steve Reinhardt |
2011-10-20 | scons/swig: refactor some of the scons/SWIG code | Steve Reinhardt |
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 |