summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Event.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small fix for cEventTiger Wang2015-08-271-6/+12
| | | | | Don't bother using atomics since a synchronisation primitive is already being used.
* Fixed minor errors in Tycho's codeTiger Wang2015-06-221-35/+21
| | | | Everything should work now :)
* Skip unknown cflag for Apple clang & remove cSemaphoreCengiz Can2015-06-041-2/+2
|
* Cosmetic touchups.Mattes D2014-12-111-1/+1
| | | | Removed trailing whitespace, added cast to remove warning, added file seeking in case of corrupt files.
* Fixed integer overflow problems.Mattes D2014-12-071-3/+3
| | | | The event would overflow when requesting a 60 minute timeout.
* cEvent: Changed chrono duration resolution.Mattes D2014-11-041-1/+1
|
* cEvent: Changed steady_clock to system_clock.Mattes D2014-11-041-2/+2
|
* Moved the chrono include into Globals.Mattes D2014-10-241-1/+0
|
* Added a missing chrono include.Mattes D2014-10-241-0/+1
|
* Reimplemented cEvent using C++11 primitives.Mattes D2014-10-231-120/+34
| | | | Fixes #1523.
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
|
* Added a cEvent::Wait() with timeout.Mattes D2014-10-051-0/+47
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-2/+2
|
* Fixed printf formats for Win buildsmadmaxoft2014-07-011-3/+3
|
* Nullify deleted pointers.archshift2014-06-191-0/+1
|
* Switched cEvent to GetOSErrorStringTycho2014-01-251-18/+11
|
* Switched cEvent to use strerror_r for error messagesTycho2014-01-231-6/+18
|
* Moved source to srcAlexander Harkness2013-11-241-0/+118