summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Event.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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