Anthony Nicholls
|
2e93071f7a
|
HighResolutionTimer: Switch to an improved generic timer for most platforms
|
1 year ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
ed
|
d9f7d068ed
|
WaitableEvent: Increased lock scope in signal()
|
3 years ago |
ed
|
76e9a767ec
|
WaitableEvent: Release lock before calling notify_all() on condition variable
|
3 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
f402a3fc08
|
Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock
|
5 years ago |
ed
|
c964a842b1
|
Replaced WaitableEvent internals with std::condition_variable
|
5 years ago |