Age | Commit message (Expand) | Author |
2011-10-20 | SimObject: add export_method* hooks to export C++ methods to Python | Steve Reinhardt |
2011-08-19 | Stats: Add a sparse histogram stat object. | Thomas Grass |
2011-05-12 | stats: delete mysql support | Nathan Binkert |
2011-05-12 | stats: move code that loops over all stats into python | Nathan Binkert |
2011-05-12 | stats: better expose statistics to python. | Nathan Binkert |
2011-04-28 | event: fix PythonEvent | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-03-18 | swig: get rid of m5.internal.random module (swig/random.i) | Steve Reinhardt |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-07 | stats: rename StatEvent() function to schedStatEvent(). | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-12-30 | swig: use <> for system %includes instead of "" | Nathan Binkert |
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-19 | SCons: Support building without an ISA | Ali Saidi |
2010-09-09 | scons: Stop building the big monolithic swigged params module | Nathan Binkert |
2010-09-09 | swig: don't override SWIG_name anymore | Nathan Binkert |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-08-17 | sim: move iterating over SimObjects into Python. | Steve Reinhardt |
2010-07-05 | sim: fold StartupCallback into SimObject | Steve Reinhardt |
2009-06-01 | swig: %include Event before PythonEvent so python gets the subclass correct. | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-22 | stats: expose statistics to python | Nathan Binkert |
2009-04-22 | stats: remove simplescalar compatibility for printing | Nathan Binkert |
2009-03-05 | stats: create an enable phase, and a prepare phase. | Nathan Binkert |
2009-01-19 | python: Rework how things are imported | Nathan Binkert |
2008-11-10 | python: Fix the reference counting for python events placed on the eventq. | Nathan Binkert |
2008-10-27 | Checkpointing: createCountedDrain function, it was only returning an Event, w... | Clint Smullen |
2008-10-10 | output: Make panic/fatal/warn more flexible so we can add some new ones. | Nathan Binkert |
2008-10-09 | eventq: Major API change for the Event and EventQueue structures. | Nathan Binkert |
2008-08-04 | Get rid of outputStream... wasn't really being used | Steve Reinhardt |
2008-08-03 | sockets: Add a function to disable all listening sockets. | Nathan Binkert |
2008-08-03 | libm5: Create a libm5 static library for embedding m5. | Nathan Binkert |
2008-07-23 | RemoteGDB: add an m5 command line option for setting or disabling remote gdb. | Michael Adler |
2008-06-24 | Automated merge with http://repo.m5sim.org/m5-stable | Ali Saidi |
2008-06-24 | Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing. | Ali Saidi |
2008-06-15 | add compile flags to m5 | Nathan Binkert |
2008-06-14 | Fix various SWIG warnings | Nathan Binkert |
2008-06-13 | HG: Add compiled hg revision and date to the standard M5 output. | Ali Saidi |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-09-04 | Serialization: Fix unserialization of object pointers | Ali Saidi |
2007-09-04 | Config: Remove some ini file code that no longer works | Ali Saidi |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
2007-08-17 | Ports: Only try to do EthPort stuff in full system. | Ali Saidi |
2007-08-16 | Devices: Make EtherInts connect in the same way memory ports currently do. | Ali Saidi |
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 |