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
/
pyevent.cc
Age
Commit message (
Expand
)
Author
2017-05-02
python: Use PyBind11 instead of SWIG for Python wrappers
Andreas Sandberg
2017-02-07
style: Force Python.h to be included before main header
Andreas Sandberg
2016-11-09
style: [patch 3/22] reduce include dependencies in some headers
Brandon Potter
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2014-12-23
sim: fix reference counting of PythonEvent
Curtis Dunham
2014-10-16
sim: EventQueue wakeup on events scheduled outside the event loop
Andreas Hansson
2012-11-02
sim: Move the draining interface into a separate base class
Andreas Sandberg
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-09
eventq: Major API change for the Event and EventQueue structures.
Nathan Binkert
2007-02-17
Pass an exception from a python event through the event queue
Nathan Binkert
2006-12-21
Expose the C++ event queue to python via the python function
Nathan Binkert