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.h
Age
Commit message (
Expand
)
Author
2019-10-21
COMMON: Fix Missing Default Switch Case in Coroutine Macros
D G Turner
2018-05-10
COMMON: Use nullptr instead of NULL or 0 where appropriate
Bastien Bouclet
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-09-21
COMMON: Shut more Coverity warnings in coroutines.
Eugene Sandulenko
2013-09-21
COMMON: Use unused variables in coroutine macros.
Eugene Sandulenko
2012-06-17
COMMON: Change pulseEvent to better reflect how it works in Windows
Paul Gilbert
2012-06-07
COMMON: Make CoroutineScheduler's constructor and destructor private.
Johannes Schickel
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-31
COMMON: Fix comment typo in coroutine comments
Paul Gilbert
2012-05-29
COMMON: Copied coroutine doxygen method descriptions to the header file
Paul Gilbert
2012-05-25
COMMON: Cleaned up coroutine comments
Paul Gilbert
2012-05-17
COMMON: Converted Coro context structure definitions to instead use classes.
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