summaryrefslogtreecommitdiffstats
path: root/test/sem_test.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-21Loosen semaphore test timing requirementsDavid Robillard1-1/+1
2018-09-17Fix Windows buildDavid Robillard1-1/+1
2018-09-16Clean up includesDavid Robillard1-4/+2
2017-07-23Make Semaphore non-copyableDavid Robillard1-4/+4
2017-02-27Enable assertions in testsDavid Robillard1-0/+2
2017-02-27Use std::chrono::duration in Semaphore APIDavid Robillard1-3/+3
2017-02-25Improve semaphore testDavid Robillard1-38/+36
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-07-30Improve Semaphore testDavid Robillard1-0/+6
2014-12-18Fix thread tests on OSX.David Robillard1-2/+2
2013-02-04Replace Raul::thread with std::thread.David Robillard1-22/+15
2012-08-17Update test suite to compile and pass again.David Robillard1-2/+2
2012-08-14100% test coverage for RingBuffer.David Robillard1-0/+13
2012-05-14Clean up Thread interface.David Robillard1-5/+1
2012-05-13Update license to GPL3+.David Robillard1-0/+16
2012-05-13Lint.David Robillard1-1/+1
2012-05-12Fix compilation on POSIX.David Robillard1-0/+1
2012-05-12Add Semaphore::timed_wait().David Robillard1-0/+49