Tiger Wang
|
dfc0f2ae00
|
Small fix for cEvent
Don't bother using atomics since a synchronisation primitive is already
being used.
|
2015-08-26 23:02:45 +01:00 |
|
Tiger Wang
|
33fc1474d9
|
Fixed minor errors in Tycho's code
Everything should work now :)
|
2015-06-22 21:27:13 +01:00 |
|
Cengiz Can
|
c967698b2d
|
Skip unknown cflag for Apple clang & remove cSemaphore
|
2015-06-04 11:48:56 +03:00 |
|
Mattes D
|
33c6ff872e
|
Cosmetic touchups.
Removed trailing whitespace, added cast to remove warning, added file seeking in case of corrupt files.
|
2014-12-11 14:34:09 +01:00 |
|
Mattes D
|
c65bb6341d
|
Fixed integer overflow problems.
The event would overflow when requesting a 60 minute timeout.
|
2014-12-07 21:37:47 +01:00 |
|
Mattes D
|
5dbf601824
|
cEvent: Changed chrono duration resolution.
|
2014-11-04 15:56:27 +01:00 |
|
Mattes D
|
0d15261601
|
cEvent: Changed steady_clock to system_clock.
|
2014-11-04 15:47:55 +01:00 |
|
Mattes D
|
b9777287ca
|
Moved the chrono include into Globals.
|
2014-10-24 11:01:45 +02:00 |
|
Mattes D
|
4b32c00f66
|
Added a missing chrono include.
|
2014-10-24 10:22:17 +02:00 |
|
Mattes D
|
82472d09ac
|
Reimplemented cEvent using C++11 primitives.
Fixes #1523.
|
2014-10-23 11:20:25 +02:00 |
|
Tiger Wang
|
a26541a7c3
|
En masse NULL -> nullptr replace
|
2014-10-22 20:12:49 -07:00 |
|
Mattes D
|
ec71ffcc80
|
Added a cEvent::Wait() with timeout.
|
2014-10-05 19:04:30 +02:00 |
|
madmaxoft
|
93d29555e5
|
Style: Normalized to no spaces before closing parenthesis.
|
2014-07-21 17:40:43 +02:00 |
|
madmaxoft
|
7177806d31
|
Fixed printf formats for Win builds
|
2014-07-01 22:48:01 +02:00 |
|
archshift
|
e8143de01b
|
Nullify deleted pointers.
|
2014-06-19 01:49:56 -07:00 |
|
Tycho
|
977e277094
|
Switched cEvent to GetOSErrorString
|
2014-01-25 06:02:20 -08:00 |
|
Tycho
|
7419579140
|
Switched cEvent to use strerror_r for error messages
|
2014-01-23 10:25:56 -08:00 |
|
Alexander Harkness
|
675b4aa878
|
Moved source to src
|
2013-11-24 14:19:41 +00:00 |
|