index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
coroutines.cpp
Age
Commit message (
Expand
)
Author
2018-05-10
COMMON: Use nullptr instead of NULL or 0 where appropriate
Bastien Bouclet
2017-07-10
Revert "COMMON: Change way the Singleton instances are instantiated"
Eugene Sandulenko
2017-07-10
COMMON: Change way the Singleton instances are instantiated
Thierry Crozat
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-08-28
Merge remote-tracking branch 'origin/master' into tony
Alyssa Milburn
2012-08-25
COMMON: Fix waiting for multiple coroutine events.
Alyssa Milburn
2012-06-17
COMMON: Change pulseEvent to better reflect how it works in Windows
Paul Gilbert
2012-06-09
COMMON: Changed pulseEvent to allow calling processes to finish executing first
Paul Gilbert
2012-06-07
COMMON: Slightly adapt coroutine code to better match our guidelines.
Johannes Schickel
2012-06-07
COMMON: Move coroutine documentation to the header file.
Johannes Schickel
2012-05-29
COMMON: Fixed CORO_ADDR parameter names in Doxygen comments
Paul Gilbert
2012-05-25
COMMON: Cleaned up coroutine comments
Paul Gilbert
2012-05-25
COMMON: Fix method error messages
Paul Gilbert
2012-05-25
COMMON: Fix comparison operation on coroutine wait methods
Paul Gilbert
2012-05-20
COMMON: Fix comparison operation on coroutine wait methods
Paul Gilbert
2012-05-17
COMMON: Fix compilation of coroutines code when COROUTINE_DEBUG is defined
Paul Gilbert
2012-05-17
COMMON: Improved waiting processes to store what PIDs they're waiting for
Paul Gilbert
2012-05-17
COMMON: Moved the Tinsel Coroutine code into it's own Common class
Paul Gilbert
2012-05-13
COMMON: Fix compilation of coroutines code when COROUTINE_DEBUG is defined
Paul Gilbert
2012-05-13
COMMON: Improved waiting processes to store what PIDs they're waiting for
Paul Gilbert
2012-05-11
COMMON: Merged the Tinsel & Tony Coroutine schedulers into Common
Paul Gilbert