summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Event.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Small fix for cEventTiger Wang2015-08-271-2/+1
| | | | | Don't bother using atomics since a synchronisation primitive is already being used.
* Fixed minor errors in Tycho's codeTiger Wang2015-06-221-3/+8
| | | | Everything should work now :)
* Fixed integer overflow problems.Mattes D2014-12-071-1/+1
| | | | The event would overflow when requesting a 60 minute timeout.
* Reimplemented cEvent using C++11 primitives.Mattes D2014-10-231-16/+17
| | | | Fixes #1523.
* Added a cEvent::Wait() with timeout.Mattes D2014-10-051-0/+4
|
* Moved source to srcAlexander Harkness2013-11-241-0/+47