index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
/
swig
/
event.i
Age
Commit message (
Expand
)
Author
2017-05-02
python: Use PyBind11 instead of SWIG for Python wrappers
Andreas Sandberg
2017-01-27
python: Move native wrappers to the _m5 namespace
Andreas Sandberg
2016-02-06
style: remove trailing whitespace
Steve Reinhardt
2014-12-23
sim: fix reference counting of PythonEvent
Curtis Dunham
2013-11-25
sim: simulate with multiple threads and event queues
Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2012-11-16
sim: have a curTick per eventq
Nilay Vaish
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-06-05
sim: Remove FastAlloc
Ali Saidi
2011-04-28
event: fix PythonEvent
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2010-12-30
swig: use <> for system %includes instead of ""
Nathan Binkert
2010-09-09
swig: don't override SWIG_name anymore
Nathan Binkert
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
2008-11-10
python: Fix the reference counting for python events placed on the eventq.
Nathan Binkert
2008-10-09
eventq: Major API change for the Event and EventQueue structures.
Nathan Binkert
2008-06-24
Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing.
Ali Saidi
2008-06-14
Fix various SWIG warnings
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
2006-12-21
Expose the C++ event queue to python via the python function
Nathan Binkert