summaryrefslogtreecommitdiff
path: root/src/python/swig
AgeCommit message (Expand)Author
2015-09-30base: remove Trace::enabled flagCurtis Dunham
2015-08-14ruby: Expose MessageBuffers as SimObjectsJoel Hestness
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2014-12-23sim: fix reference counting of PythonEventCurtis Dunham
2014-11-06ruby: interface with classic memory controllerNilay Vaish
2014-10-16sim: EventQueue wakeup on events scheduled outside the event loopAndreas Hansson
2014-10-16base: Reimplement the DPRINTF mechanism in a Logger classAndrew Bardsley
2014-10-16config: Add a --without-python option to build processAndrew Bardsley
2014-09-01ruby: message buffers: significant changesNilay Vaish
2013-11-25sim: simulate with multiple threads and event queuesSteve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2013-09-04arch: Resurrect the NOISA build target and rename it NULLAndreas Hansson
2013-02-19scons: Add warning for missing declarationsAndreas Hansson
2013-01-07stats: Fix swig wrapping for Tick in statsSascha Bischoff
2012-11-16sim: have a curTick per eventqNilay Vaish
2012-11-02sim: Add SWIG interface for SerializableAndreas Sandberg
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg
2012-10-15Port: Add protocol-agnostic ports in the port hierarchyAndreas Hansson
2012-09-25Statistics: Add a function to configure periodic stats dumpingSascha Bischoff
2012-09-19AddrRange: Transition from Range<T> to AddrRangeAndreas Hansson
2012-06-05sim: Remove FastAllocAli Saidi
2012-06-05stats: Provide a mechanism to get a callback when stats are dumped.Mitchell Hayenga
2012-05-10stats: track if the stats have been enabled and prevent requesting master idAli Saidi
2012-03-30MEM: Introduce the master/slave port sub-classes in C++William Wang
2012-01-07Merge with main repository.Gabe Black
2011-11-07SE/FS: Remove FULL_SYSTEM from swig.Gabe Black
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2011-10-20SimObject: add export_method* hooks to export C++ methods to PythonSteve Reinhardt
2011-08-19Stats: Add a sparse histogram stat object.Thomas Grass
2011-05-12stats: delete mysql supportNathan Binkert
2011-05-12stats: move code that loops over all stats into pythonNathan Binkert
2011-05-12stats: better expose statistics to python.Nathan Binkert
2011-04-28event: fix PythonEventNathan Binkert
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-03-18swig: get rid of m5.internal.random module (swig/random.i)Steve Reinhardt
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2011-01-07stats: rename StatEvent() function to schedStatEvent().Steve Reinhardt
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2010-12-30swig: use <> for system %includes instead of ""Nathan Binkert
2010-11-23Copyright: Add AMD copyright to the param changes I just made.Gabe Black
2010-11-23Params: Add parameter types for IP addresses in various forms.Gabe Black
2010-11-19SCons: Support building without an ISAAli Saidi
2010-09-09scons: Stop building the big monolithic swigged params moduleNathan Binkert
2010-09-09swig: don't override SWIG_name anymoreNathan Binkert
2010-08-17sim: revamp unserialization procedureSteve Reinhardt
2010-08-17sim: move iterating over SimObjects into Python.Steve Reinhardt
2010-07-05sim: fold StartupCallback into SimObjectSteve Reinhardt
2009-06-01swig: %include Event before PythonEvent so python gets the subclass correct.Nathan Binkert
2009-05-17includes: sort includes againNathan Binkert