summaryrefslogtreecommitdiffstats
path: root/zix/sem.h
AgeCommit message (Collapse)AuthorFilesLines
2020-12-31Separate source from headersDavid Robillard1-242/+0
2020-12-31Format all code with clang-formatDavid Robillard1-43/+44
2020-08-14Remove workarounds for ancient versions of MSVCDavid Robillard1-2/+2
2020-08-13Clean up includes and forward declarationsDavid Robillard1-1/+3
2019-10-18Fix zix_sem_init return value on WindowsDavid Robillard1-1/+1
2019-01-06Clean up includesDavid Robillard1-2/+4
2014-12-18Fix semaphore on OSX.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/zix/trunk@102 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2014-09-28Use Markdown for parameters in dox comments.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/zix/trunk@93 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-08-06Windows portability fixes.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/zix/trunk@69 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-02-13Make zix_sem_wait expose errors.David Robillard1-11/+21
git-svn-id: http://svn.drobilla.net/zix/trunk@68 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-02-09Fix semaphore initialisation on POSIX.David Robillard1-1/+6
git-svn-id: http://svn.drobilla.net/zix/trunk@66 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-02-09Fix (and test) semaphore initialisation on OSX.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/zix/trunk@65 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-02-01Windows portability fixes.David Robillard1-3/+40
git-svn-id: http://svn.drobilla.net/zix/trunk@58 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-01-31Use Mach semaphores instead of ancient (and now deprecated) Mac semaphore API.David Robillard1-8/+8
git-svn-id: http://svn.drobilla.net/zix/trunk@48 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-01-31Fix ZixSem compilation on Mac OS X.David Robillard1-3/+4
git-svn-id: http://svn.drobilla.net/zix/trunk@47 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-01-30Add ZixSem.David Robillard1-0/+183
git-svn-id: http://svn.drobilla.net/zix/trunk@45 df6676b4-ccc9-40e5-b5d6-7c4628a128e3