Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small fix for cEvent | Tiger Wang | 2015-08-27 | 1 | -6/+12 |
| | | | | | Don't bother using atomics since a synchronisation primitive is already being used. | ||||
* | Fixed minor errors in Tycho's code | Tiger Wang | 2015-06-22 | 1 | -35/+21 |
| | | | | Everything should work now :) | ||||
* | Skip unknown cflag for Apple clang & remove cSemaphore | Cengiz Can | 2015-06-04 | 1 | -2/+2 |
| | |||||
* | Cosmetic touchups. | Mattes D | 2014-12-11 | 1 | -1/+1 |
| | | | | Removed trailing whitespace, added cast to remove warning, added file seeking in case of corrupt files. | ||||
* | Fixed integer overflow problems. | Mattes D | 2014-12-07 | 1 | -3/+3 |
| | | | | The event would overflow when requesting a 60 minute timeout. | ||||
* | cEvent: Changed chrono duration resolution. | Mattes D | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | cEvent: Changed steady_clock to system_clock. | Mattes D | 2014-11-04 | 1 | -2/+2 |
| | |||||
* | Moved the chrono include into Globals. | Mattes D | 2014-10-24 | 1 | -1/+0 |
| | |||||
* | Added a missing chrono include. | Mattes D | 2014-10-24 | 1 | -0/+1 |
| | |||||
* | Reimplemented cEvent using C++11 primitives. | Mattes D | 2014-10-23 | 1 | -120/+34 |
| | | | | Fixes #1523. | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | Added a cEvent::Wait() with timeout. | Mattes D | 2014-10-05 | 1 | -0/+47 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -2/+2 |
| | |||||
* | Fixed printf formats for Win builds | madmaxoft | 2014-07-01 | 1 | -3/+3 |
| | |||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Switched cEvent to GetOSErrorString | Tycho | 2014-01-25 | 1 | -18/+11 |
| | |||||
* | Switched cEvent to use strerror_r for error messages | Tycho | 2014-01-23 | 1 | -6/+18 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+118 |