summaryrefslogtreecommitdiffstats
path: root/raul/Semaphore.hpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-13Update license to GPL3+.David Robillard1-16/+15
2012-05-12Fix Semaphore::timed_wait() on POSIX.David Robillard1-3/+14
2012-05-12Add Semaphore::timed_wait().David Robillard1-2/+27
2012-05-10Fix compilation on Windows. Probably.David Robillard1-1/+1
2012-05-10Fix compilation on Mac OS X.David Robillard1-1/+1
2012-04-28Use more portable semaphore implementation, works in win32 and uses modern OS...David Robillard1-77/+172
2011-05-20Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compa...David Robillard1-2/+2
2011-05-18Strip double blank lines.David Robillard1-2/+0
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-01-10Remove Raul::Command (mostly useless thin wrapper around a semaphore).David Robillard1-9/+4
2011-01-10Working semaphore implementation for OSX.David Robillard1-9/+58
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-09Spelling.David Robillard1-1/+1
2009-10-29Use {} for empty while body.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-6/+6
2008-11-09Fix out of date comment.David Robillard1-8/+0
2007-12-04Added 'has_waiter' method for Semaphore.David Robillard1-2/+10
2007-08-09Minor threading interface stuff for parallel Ingen.David Robillard1-2/+5
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-0/+75