Age | Commit message (Expand) | Author |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-12-20 | Params: Fix a broken error message in verifyIp. | Gabe Black |
2010-11-23 | Copyright: Add AMD copyright to the param changes I just made. | Gabe Black |
2010-11-23 | Params: Add parameter types for IP addresses in various forms. | Gabe Black |
2010-11-11 | Params: Fix an off by one error and a misleading comment. | 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: fail on implicit creation of orphans via ports | Steve Reinhardt |
2009-09-22 | params: small cleanup to param description internals | Nathan Binkert |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-01-30 | Errors: Print a URL with a hash of the format string to find more information... | Ali Saidi |
2008-09-29 | Make overriding port assignments in Python work, | Steve Reinhardt |
2008-06-15 | params: Prevent people from setting attributes on vector params. | Nathan Binkert |
2008-06-14 | params: Fix the memory bandwidth parameter | Nathan Binkert |
2008-06-14 | params: Fix floating point parameters | Nathan Binkert |
2008-06-12 | Params: Remove an unnecessary include. | Gabe Black |
2007-11-08 | Python: Allow a range to be a python tuple/list. | Ali Saidi |
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-05-11 | Float should have a c++ param type | Nathan Binkert |
2007-04-12 | Fix NextEthernetAddr. | Nathan Binkert |
2007-03-06 | Python parameters types need analogous C++ types | Nathan Binkert |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-03-02 | Factor code out of main.cc and main.i into a bunch of files | Nathan Binkert |
2007-01-25 | Instead of passing an int to represent time between python and C++ | Nathan Binkert |
2007-01-03 | Add 'Time' as a parameter type that can accept various | Nathan Binkert |
2006-12-02 | Support better param conversions to/from numeric subclasses. | Steve Reinhardt |
2006-11-12 | Create a module called internal where swigged stuff goes. | Nathan Binkert |
2006-11-09 | Get SPARC to the point that it starts running. Add ability to load the ROM bi... | Ali Saidi |
2006-10-08 | Fixes for Port proxies and proxy parameters. | Steve Reinhardt |
2006-09-08 | Add support for assigning lists of ports or proxies to VectorPorts. | 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 |