summaryrefslogtreecommitdiffstats
path: root/raul/Semaphore.hpp
AgeCommit message (Collapse)AuthorFilesLines
2012-05-13Update license to GPL3+.David Robillard1-16/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4389 a436a847-0d15-0410-975c-d299462d15a1
2012-05-12Fix Semaphore::timed_wait() on POSIX.David Robillard1-3/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4383 a436a847-0d15-0410-975c-d299462d15a1
2012-05-12Add Semaphore::timed_wait().David Robillard1-2/+27
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4379 a436a847-0d15-0410-975c-d299462d15a1
2012-05-10Fix compilation on Windows. Probably.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4340 a436a847-0d15-0410-975c-d299462d15a1
2012-05-10Fix compilation on Mac OS X.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4339 a436a847-0d15-0410-975c-d299462d15a1
2012-04-28Use more portable semaphore implementation, works in win32 and uses modern ↵David Robillard1-77/+172
OSX API. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4307 a436a847-0d15-0410-975c-d299462d15a1
2011-05-20Make boost dependency optional. Note Raul compiled with --cpp0x is NOT ↵David Robillard1-2/+2
compatible with Raul compiled without it. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3289 a436a847-0d15-0410-975c-d299462d15a1
2011-05-18Strip double blank lines.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3279 a436a847-0d15-0410-975c-d299462d15a1
2011-04-16Update copyright headersDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3153 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Remove Raul::Command (mostly useless thin wrapper around a semaphore).David Robillard1-9/+4
Remove Semaphore::has_waiter (not portable). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2822 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Working semaphore implementation for OSX.David Robillard1-9/+58
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2809 a436a847-0d15-0410-975c-d299462d15a1
2010-09-04My name is David. :)David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2590 a436a847-0d15-0410-975c-d299462d15a1
2010-02-09Spelling.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2434 a436a847-0d15-0410-975c-d299462d15a1
2009-10-29Use {} for empty while body.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2204 a436a847-0d15-0410-975c-d299462d15a1
2009-05-13Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2000 a436a847-0d15-0410-975c-d299462d15a1
2009-05-13Strip trailing whitespace.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1999 a436a847-0d15-0410-975c-d299462d15a1
2008-11-09Fix out of date comment.David Robillard1-8/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1710 a436a847-0d15-0410-975c-d299462d15a1
2007-12-04Added 'has_waiter' method for Semaphore.David Robillard1-2/+10
Added new Command class, for e.g. coarse GUI->Engine RT safe events. git-svn-id: http://svn.drobilla.net/lad/raul@947 a436a847-0d15-0410-975c-d299462d15a1
2007-08-09Minor threading interface stuff for parallel Ingen.David Robillard1-2/+5
git-svn-id: http://svn.drobilla.net/lad/raul@690 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-0/+75
Fix (some) inclusion guard names to not clash with other libs. git-svn-id: http://svn.drobilla.net/lad/raul@613 a436a847-0d15-0410-975c-d299462d15a1