summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Event.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make Windows go brrrr, not tick. tick. tick. (#5201)Tiger Wang2021-04-211-1/+0
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-0/+1
* Small fix for cEventTiger Wang2015-08-271-6/+12
* Fixed minor errors in Tycho's codeTiger Wang2015-06-221-35/+21
* Skip unknown cflag for Apple clang & remove cSemaphoreCengiz Can2015-06-041-2/+2
* Cosmetic touchups.Mattes D2014-12-111-1/+1
* Fixed integer overflow problems.Mattes D2014-12-071-3/+3
* 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
* 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