]>
Repos - portaudio/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
gordon_gidluck [Sun, 5 Oct 2008 15:15:15 +0000 (15:15 +0000)]
ticket#84
gordon_gidluck [Sun, 5 Oct 2008 15:14:25 +0000 (15:14 +0000)]
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.
gordon_gidluck [Sun, 14 Sep 2008 15:24:58 +0000 (15:24 +0000)]
ticket#84. Ran into a problem with conversion from CreateFile to _beginthreadex. Changing it back for now.
gordon_gidluck [Sun, 14 Sep 2008 14:29:34 +0000 (14:29 +0000)]
change CreateThread to _beginthreadex (related to ticket #84)
gordon_gidluck [Sun, 14 Sep 2008 14:27:40 +0000 (14:27 +0000)]
changed CreateThread to _beginthreadex and ExitThread to _endthreadex (related to ticket #84)
gordon_gidluck [Sun, 14 Sep 2008 14:18:17 +0000 (14:18 +0000)]
change CreateThread to _beginthreadex (see ticket #84)
philburk [Sat, 28 Jun 2008 18:28:07 +0000 (18:28 +0000)]
Add __TIME__ to version text.
philburk [Sat, 28 Jun 2008 18:27:34 +0000 (18:27 +0000)]
Supports multiple threads using ASIO by adding CoInitialize(0) and CoUninitialize() calls.
aknudsen [Thu, 5 Jun 2008 21:13:54 +0000 (21:13 +0000)]
OSS: clear trigger direction bits at correct time
rossb [Thu, 15 May 2008 04:35:30 +0000 (04:35 +0000)]
always use __vsnprintf with MSC
bjornroche [Tue, 13 May 2008 19:10:54 +0000 (19:10 +0000)]
removed obsolete darwin compiling instructions
philburk [Tue, 13 May 2008 16:31:34 +0000 (16:31 +0000)]
tweak svn test
aknudsen [Sun, 30 Mar 2008 21:02:09 +0000 (21:02 +0000)]
Order Unix host api initializers depending on whether we're on Linux
aknudsen [Tue, 25 Mar 2008 20:21:35 +0000 (20:21 +0000)]
Avoid warnings about unused labels
bjornroche [Thu, 20 Mar 2008 14:24:39 +0000 (14:24 +0000)]
moved trunk into place