Commit graph

17 commits

Author SHA1 Message Date
bjornroche
fe733fde8d fixed bug as suggested by Michael allen. This fixes issues with blocking IO on the mac when using different number of channels for input and output. 2008-10-24 14:10:04 +00:00
gordon_gidluck
9f62980024 ticket#84 2008-10-05 15:15:34 +00:00
gordon_gidluck
d8a17a3854 ticket#84 2008-10-05 15:15:15 +00:00
gordon_gidluck
28c21245bd ticket #84. Fix for Cygwin. Added a #define called CREATE_THREAD. Cygwin will call CreateThread, whereas other dev environments will generate code to call _beginthreadex. endthreadex was handled in the same way. 2008-10-05 15:14:25 +00:00
gordon_gidluck
5c79d5bcaf ticket#84. Ran into a problem with conversion from CreateFile to _beginthreadex. Changing it back for now. 2008-09-14 15:24:58 +00:00
gordon_gidluck
5e3ba55d49 change CreateThread to _beginthreadex (related to ticket #84) 2008-09-14 14:29:34 +00:00
gordon_gidluck
cb2dc775ec changed CreateThread to _beginthreadex and ExitThread to _endthreadex (related to ticket #84) 2008-09-14 14:27:40 +00:00
gordon_gidluck
7bcec2a83f change CreateThread to _beginthreadex (see ticket #84) 2008-09-14 14:18:17 +00:00
philburk
c49f234204 Add __TIME__ to version text. 2008-06-28 18:28:07 +00:00
philburk
78ce8cedd5 Supports multiple threads using ASIO by adding CoInitialize(0) and CoUninitialize() calls. 2008-06-28 18:27:34 +00:00
aknudsen
700509ec31 OSS: clear trigger direction bits at correct time 2008-06-05 21:13:54 +00:00
rossb
5a69e3875e always use __vsnprintf with MSC 2008-05-15 04:35:30 +00:00
bjornroche
275bd92976 removed obsolete darwin compiling instructions 2008-05-13 19:10:54 +00:00
philburk
4d99d0af7c tweak svn test 2008-05-13 16:31:34 +00:00
aknudsen
bf2d5d7e6b Order Unix host api initializers depending on whether we're on Linux 2008-03-30 21:02:09 +00:00
aknudsen
bc1b5d028c Avoid warnings about unused labels 2008-03-25 20:21:35 +00:00
bjornroche
c1e1d067d2 moved trunk into place 2008-03-20 14:24:39 +00:00