]> Repos - portaudio/log
portaudio
13 years agoJust return true if a Java blocking IO stream underflows or overflows on read or...
philburk [Tue, 4 Sep 2012 18:25:58 +0000 (18:25 +0000)]
Just return true if a Java blocking IO stream underflows or overflows on read or write.
Only throw an exception if something truly nasty occurs.

13 years agoModified to JPortAudio to support builds on Macintosh.
philburk [Sun, 2 Sep 2012 01:43:30 +0000 (01:43 +0000)]
Modified to JPortAudio to support builds on Macintosh.

13 years agoUse universal library on Mac. The _x86 or _x64 distinction is only needed on Windows.
philburk [Sun, 2 Sep 2012 01:40:56 +0000 (01:40 +0000)]
Use universal library on Mac. The _x86 or _x64 distinction is only needed on Windows.

13 years agoFix fprintf format for long int.
philburk [Sat, 1 Sep 2012 21:16:25 +0000 (21:16 +0000)]
Fix fprintf format for long int.

13 years agoApply patch to configure to fix build on Mac Lion.
philburk [Sat, 1 Sep 2012 21:11:27 +0000 (21:11 +0000)]
Apply patch to configure to fix build on Mac Lion.
See ticket #216.

13 years agoTest SVN on assembla.
philburk [Sat, 1 Sep 2012 21:06:52 +0000 (21:06 +0000)]
Test SVN on assembla.

13 years agoReport HostAPI errors in paex_write_sine.c to aid debugging.
philburk [Sat, 1 Sep 2012 19:37:10 +0000 (19:37 +0000)]
Report HostAPI errors in paex_write_sine.c to aid debugging.

13 years agoMake include paths in JPortAudio project portable.
philburk [Sat, 1 Sep 2012 19:36:21 +0000 (19:36 +0000)]
Make include paths in JPortAudio project portable.

13 years agoInitial check-in for an experimental Java binding for PortAudio called JPortAudio.
philburk [Sat, 1 Sep 2012 18:43:58 +0000 (18:43 +0000)]
Initial check-in for an experimental Java binding for PortAudio called JPortAudio.

13 years agoFix some typos in docs.
philburk [Sat, 1 Sep 2012 00:10:13 +0000 (00:10 +0000)]
Fix some typos in docs.
Fix some compiler warnings for win32.

13 years agoAdded support for multi api static build on mingw (patch from Stefan Hajnoczi), teste...
robiwan [Tue, 31 Jul 2012 12:34:06 +0000 (12:34 +0000)]
Added support for multi api static build on mingw (patch from Stefan Hajnoczi), tested with ASIO,WMME,WASAPI and WDMKS

14 years agoCleanup of code
robiwan [Tue, 10 Jul 2012 08:25:18 +0000 (08:25 +0000)]
Cleanup of code

14 years agoAdded typedef to remove error with _beginthreadex
robiwan [Tue, 10 Jul 2012 08:16:48 +0000 (08:16 +0000)]
Added typedef to remove error with _beginthreadex

14 years agoCleanup of code
robiwan [Tue, 10 Jul 2012 04:44:58 +0000 (04:44 +0000)]
Cleanup of code

14 years agoUse pa_ringbuffer.h in pablio.h.
philburk [Mon, 9 Jul 2012 15:53:00 +0000 (15:53 +0000)]
Use pa_ringbuffer.h in pablio.h.
Mark PABLIO as deprecated in pablio/README.txt

14 years agoSmall fix to paex_record_file.c
robiwan [Mon, 9 Jul 2012 11:28:57 +0000 (11:28 +0000)]
Small fix to paex_record_file.c

14 years agoAdded a simple example that records to/plays from a file (using callback + ring buffe...
robiwan [Mon, 9 Jul 2012 09:53:23 +0000 (09:53 +0000)]
Added a simple example that records to/plays from a file (using callback + ring buffer). Windows only at the moment.

14 years agoRemoved _alloca in WdmGetPropertySimple which seems to mess up the stack when using...
robiwan [Mon, 2 Jul 2012 08:19:02 +0000 (08:19 +0000)]
Removed _alloca in WdmGetPropertySimple which seems to mess up the stack when using MinGW

14 years agoRemoved warnings when building with MinGW
robiwan [Sat, 30 Jun 2012 05:47:46 +0000 (05:47 +0000)]
Removed warnings when building with MinGW

14 years agoChanges to make compilation/linking work on Mingw
robiwan [Fri, 29 Jun 2012 12:30:43 +0000 (12:30 +0000)]
Changes to make compilation/linking work on Mingw

14 years agoAdded option to CMakeLists.txt to enable PA debug output
robiwan [Fri, 29 Jun 2012 11:45:21 +0000 (11:45 +0000)]
Added option to CMakeLists.txt to enable PA debug output

14 years agoMinor refactoring to remove some warnings
robiwan [Fri, 29 Jun 2012 11:44:12 +0000 (11:44 +0000)]
Minor refactoring to remove some warnings

14 years agoChanged so that Mingw build should reference WASAPI supplied Mingw includes + minor...
robiwan [Fri, 29 Jun 2012 10:04:30 +0000 (10:04 +0000)]
Changed so that Mingw build should reference WASAPI supplied Mingw includes + minor refactorings

14 years agoAdded GUID, enumerators and structs to accomodate Vista and later OSs.
robiwan [Fri, 29 Jun 2012 09:58:48 +0000 (09:58 +0000)]
Added GUID, enumerators and structs to accomodate Vista and later OSs.

14 years agoFix ring buffer handling in pa_mac_core.c that caused many spurious paInputOverflow...
philburk [Mon, 25 Jun 2012 01:12:29 +0000 (01:12 +0000)]
Fix ring buffer handling in pa_mac_core.c that caused many spurious paInputOverflow flags.
Fixed size bug when input underflow detected. Code was confused between bytes and elements.
Zero out the beginning of a recording when detecting pops to prevent start of audio from looking like a pop in qa loopback test.

14 years agoAdded counters for status flags in patest_wire.c. It then prints how many under and...
philburk [Fri, 22 Jun 2012 21:58:10 +0000 (21:58 +0000)]
Added counters for status flags in patest_wire.c. It then prints how many under and overflows occured.
This was added to help debug issue #171.

14 years agoFixed warnings that broke build.
philburk [Fri, 22 Jun 2012 21:02:36 +0000 (21:02 +0000)]
Fixed warnings that broke build.
Fixed bug added to paqa_latency.c that caused a failed test to appear to succeed. Error result was not passed up to main.

14 years agoForgot error check after Pa_OpenStream. Naughty.
robiwan [Tue, 19 Jun 2012 20:08:03 +0000 (20:08 +0000)]
Forgot error check after Pa_OpenStream. Naughty.

14 years agoAdded C++ variant of paex_sine
robiwan [Tue, 19 Jun 2012 20:03:33 +0000 (20:03 +0000)]
Added C++ variant of paex_sine

14 years agoqa-latency: use defaultSampleRate; fix crash on single loops; change latency check...
gineera [Tue, 5 Jun 2012 16:36:54 +0000 (16:36 +0000)]
qa-latency: use defaultSampleRate; fix crash on single loops; change latency check limits; continue after a failed test; some alterations to printed messages.

14 years agoFixed bug in DS code
robiwan [Wed, 30 May 2012 06:37:58 +0000 (06:37 +0000)]
Fixed bug in DS code

14 years agoAdded build instruction for loopback test.
philburk [Sun, 27 May 2012 00:46:28 +0000 (00:46 +0000)]
Added build instruction for loopback test.

14 years agoAlsa: re-write SetApproximateSampleRate() to allow small deviations from a nominal...
gineera [Fri, 18 May 2012 16:04:30 +0000 (16:04 +0000)]
Alsa: re-write SetApproximateSampleRate() to allow small deviations from a nominal requested rate, so inexactly clocked cards do not fail (use 1% tolerance).

14 years agoAlsa: remove tabs and fix whitespace in pa_linux_alsa.c in line with the Portaudio...
gineera [Fri, 4 May 2012 08:18:05 +0000 (08:18 +0000)]
Alsa: remove tabs and fix whitespace in pa_linux_alsa.c in line with the Portaudio coding standards

14 years agoAlsa: default sample rate should always be chosen with Alsa-lib sample-rate conversio...
gineera [Wed, 2 May 2012 21:46:01 +0000 (21:46 +0000)]
Alsa: default sample rate should always be chosen with Alsa-lib sample-rate conversion disabled.

14 years agoAlsa: fix defaultHighLatency - sample rate has to be set following reset of hwParams.
gineera [Wed, 2 May 2012 21:32:40 +0000 (21:32 +0000)]
Alsa: fix defaultHighLatency - sample rate has to be set following reset of hwParams.

14 years agorolling back r1822 and r1815 to pa_linux_alsa.c . will recommit on alsa_hw_endian_sub...
rbencina [Tue, 1 May 2012 08:18:14 +0000 (08:18 +0000)]
rolling back r1822 and r1815 to pa_linux_alsa.c . will recommit on alsa_hw_endian_subdevice branch

14 years agowasapi: provide meaningful error code when opening the stream and error occurred...
dmitrykos [Mon, 16 Apr 2012 08:16:20 +0000 (08:16 +0000)]
wasapi: provide meaningful error code when opening the stream and error occurred instead of just paInvalidDevice

14 years agowasapi: zero wasapi host api rep immediately after init. prevents (unlikely) issue...
dmitrykos [Mon, 2 Apr 2012 12:25:14 +0000 (12:25 +0000)]
wasapi: zero wasapi host api rep immediately after init. prevents (unlikely) issue with trying to free uninited allocations if com init fails during Pa_Initialize() (Ross Bencina)

14 years agozero asio host api rep immediately after init. prevents (unlikely) issue with trying...
rbencina [Mon, 2 Apr 2012 07:58:04 +0000 (07:58 +0000)]
zero asio host api rep immediately after init. prevents (unlikely) issue with trying to free uninited allocations if com init fails during Pa_Initialize()

14 years agoexplicit casts for double->int. comment cleanups. fixed an bug where uninited pointer...
rbencina [Mon, 2 Apr 2012 07:45:18 +0000 (07:45 +0000)]
explicit casts for double->int. comment cleanups. fixed an bug where uninited pointer could be freed during teardown if memory allocation failed during directsound host api init (extremely unlikely).

14 years agofixed typo in comment. added whitespace.
rbencina [Mon, 2 Apr 2012 07:20:04 +0000 (07:20 +0000)]
fixed typo in comment. added whitespace.

14 years agoalsa: fix paSwapEndian applied to non-24bit formats due to incorrect logic of tests
dmitrykos [Wed, 28 Mar 2012 16:14:49 +0000 (16:14 +0000)]
alsa: fix paSwapEndian applied to non-24bit formats due to incorrect logic of tests

14 years agoAlsa: add a workaround for stuttering/xruns when using default device on Alsa-lib...
gineera [Thu, 1 Mar 2012 21:20:07 +0000 (21:20 +0000)]
Alsa: add a workaround for stuttering/xruns when using default device on Alsa-lib older than 1.0.16 (caused by zero 'revents' when poll() returns).

14 years agoWDM-KS:
robiwan [Sat, 25 Feb 2012 07:43:10 +0000 (07:43 +0000)]
WDM-KS:
- Fixed so default sample rate prioritizes frequencies earlier in search order
- Changed WIN32 to _WIN32 (as it is always defined, both in x86 & x64 builds)

14 years agoASIO:
robiwan [Thu, 23 Feb 2012 15:29:24 +0000 (15:29 +0000)]
ASIO:
- Certain drivers write over the available memory of PaAsioDriverInfo, now a padding area makes sure
  the stack doesn't get corrupted.
WDM-KS:
- Corrected capture event handling

14 years agoAdded support for displaying UTF-8 encoded device names
robiwan [Wed, 22 Feb 2012 12:44:10 +0000 (12:44 +0000)]
Added support for displaying UTF-8 encoded device names

14 years agoGeneral:
robiwan [Wed, 22 Feb 2012 12:20:26 +0000 (12:20 +0000)]
General:
- Change of CMake options to utilize built in header configuration support (PA_USE_*)
- Added CMakeLists.txt for examples
- Added paex_ocean_shore.c as an example how to use PA ring buffer for lock-free communication with the audio callback
WDM-KS:
- Added better default sample rate support
- Made sure that all pins now have a name, even if only "Input" or "Output"
- IsUSBDevice fixed acc. to Alex Lessard's suggestion
- IsNameUSBAudioDevice fixed similarly

14 years agoalsa:
dmitrykos [Thu, 16 Feb 2012 16:59:03 +0000 (16:59 +0000)]
alsa:
- support for sub-devices;
- fixed 24-bit format support for some devices which on little-endian machine operate only in big-endian format, example of such device is Audio4DJ which supports only SND_PCM_FORMAT_S24_3BE (for this patch implemented support only for 24-bit audio samples although other formats may be added in case of necessity and if such devices exist);
! special thanks to Owen Williams from Mixxx project who tested these changes/fixes on real Audio4DJ device.

14 years agowasapi:
dmitrykos [Thu, 16 Feb 2012 15:02:08 +0000 (15:02 +0000)]
wasapi:
- fixed possible buffer overrun inside WASAPI for Output poll-driven mode according ticket #196 (thanks to Ross Bencina for spotting this and proposing the solution)

14 years agowasapi:
dmitrykos [Thu, 16 Feb 2012 14:49:28 +0000 (14:49 +0000)]
wasapi:
- fixed device name incorrect in case it contains non-Latin characters (thanks to Robert Bielik for proposed solution), now it is converted to UTF-8 encoded string
- fixed damaged audio (pops & clicks) for Input exclusive event-driven mode if specified latency was below 23 ms

14 years agoMerged WaveRT branch (excluding stuff pertaining to ticket #169)
robiwan [Tue, 14 Feb 2012 09:32:57 +0000 (09:32 +0000)]
Merged WaveRT branch (excluding stuff pertaining to ticket #169)

14 years agocleaned up tutorial start page
rbencina [Wed, 25 Jan 2012 07:08:11 +0000 (07:08 +0000)]
cleaned up tutorial start page

14 years agodoc tweak
rbencina [Wed, 25 Jan 2012 06:52:41 +0000 (06:52 +0000)]
doc tweak

14 years agotweaked tutorial doc to reference local files
rbencina [Wed, 25 Jan 2012 06:50:10 +0000 (06:50 +0000)]
tweaked tutorial doc to reference local files

14 years agoadded tutorial doxygen pages converted from old trac wiki
rbencina [Wed, 25 Jan 2012 06:44:05 +0000 (06:44 +0000)]
added tutorial doxygen pages converted from old trac wiki

14 years agofixed bug in coreaudio host api: suggested latency of zero with fixed user buffer...
rossb [Wed, 11 Jan 2012 13:22:50 +0000 (13:22 +0000)]
fixed bug in coreaudio host api: suggested latency of zero with fixed user buffer size resulted in min supported buffer size instead of requested user buffer size

14 years agoadded function to query core audio buffer size range
rossb [Wed, 11 Jan 2012 13:03:11 +0000 (13:03 +0000)]
added function to query core audio buffer size range

14 years agofixed regression in r1718 (PA/coreaudio) where PA callback timestamps would be offset...
rossb [Tue, 27 Dec 2011 08:58:59 +0000 (08:58 +0000)]
fixed regression in r1718 (PA/coreaudio) where PA callback timestamps would be offset by massive latency (frames interpreted as seconds) if the initial query for actual device sample rate failed. This checkin reinstates the use of nominal sample rate as default for latency calculations when actual sample rate query fails.

14 years agoCorrect some entries in the devices 'predefinedNames' list - 'dmix' device is always...
alan_horstmann [Thu, 8 Dec 2011 19:43:29 +0000 (19:43 +0000)]
Correct some entries in the devices 'predefinedNames' list - 'dmix' device is always only for playback.  This removes an Alsa-lib dmix error message during Portaudio initialization.

14 years agoadded dsound find best latency params test. resolves #186
rossb [Thu, 24 Nov 2011 18:58:13 +0000 (18:58 +0000)]
added dsound find best latency params test. resolves #186

14 years agoImplemented host-API specific mechanism for setting DirectSound buffer sizes in frame...
rossb [Thu, 24 Nov 2011 18:11:33 +0000 (18:11 +0000)]
Implemented host-API specific mechanism for setting DirectSound buffer sizes in frames. resolves #129

14 years agoupdated ASIO-README.txt closes ticket #8 pa_stable_v19_20111121_r1788
rossb [Sun, 20 Nov 2011 07:12:10 +0000 (07:12 +0000)]
updated ASIO-README.txt closes ticket #8

14 years agoRan autoreconf for mods from Ross.
philburk [Fri, 11 Nov 2011 18:27:15 +0000 (18:27 +0000)]
Ran autoreconf for mods from Ross.

14 years agofixed configure.in and makefile.in. attempt #2. fixes incorrect escapes in r1772
rossb [Fri, 11 Nov 2011 04:06:17 +0000 (04:06 +0000)]
fixed configure.in and makefile.in. attempt #2. fixes incorrect escapes in r1772

14 years agoRan autoreconf for configure updates.
philburk [Thu, 10 Nov 2011 18:33:29 +0000 (18:33 +0000)]
Ran autoreconf for configure updates.

14 years agoname therapy: suggestedLatency => targetBufferingLatency
rossb [Thu, 10 Nov 2011 14:51:15 +0000 (14:51 +0000)]
name therapy: suggestedLatency => targetBufferingLatency

14 years agoname therapy: renamed suggestedLatencyFrames to targetBufferingLatencyFrames
rossb [Thu, 10 Nov 2011 13:59:53 +0000 (13:59 +0000)]
name therapy: renamed suggestedLatencyFrames to targetBufferingLatencyFrames

14 years agouse bufferMaxSize for defaultHighLatency in asio impl
rossb [Thu, 10 Nov 2011 13:37:05 +0000 (13:37 +0000)]
use bufferMaxSize for defaultHighLatency in asio impl

14 years agoadded comments explaining why ticket #199 can't be fixed
rossb [Thu, 10 Nov 2011 08:34:00 +0000 (08:34 +0000)]
added comments explaining why ticket #199 can't be fixed

14 years agofixed host buffer size algorithm to prefer multiples of user frames per buffer. fixes #93
rossb [Thu, 10 Nov 2011 06:55:33 +0000 (06:55 +0000)]
fixed host buffer size algorithm to prefer multiples of user frames per buffer. fixes #93

14 years agotweaked dsound callback time info calculations. implemented adc time. resolves #122
rossb [Thu, 10 Nov 2011 05:47:50 +0000 (05:47 +0000)]
tweaked dsound callback time info calculations.  implemented adc time. resolves #122

14 years agodefine WIN32_WINNT and WINVER to 501 (winxp) to resolve conflict between mingw winbas...
rossb [Thu, 10 Nov 2011 03:51:52 +0000 (03:51 +0000)]
define WIN32_WINNT and WINVER to 501 (winxp) to resolve conflict between mingw winbase.h and asio sdk combase.h

14 years agoconfigure.in and makefile.in changes to (hopefully) fix include paths issues on mingw
rossb [Thu, 10 Nov 2011 03:01:11 +0000 (03:01 +0000)]
configure.in and makefile.in changes to (hopefully) fix include paths issues on mingw

14 years agoRan autoreconf to rebuild configure.
philburk [Mon, 31 Oct 2011 16:27:38 +0000 (16:27 +0000)]
Ran autoreconf to rebuild configure.

14 years agofix configure.in to find a C++ compiler when needed. seems this has been a problem...
rossb [Mon, 31 Oct 2011 14:02:13 +0000 (14:02 +0000)]
fix configure.in to find a C++ compiler when needed. seems this has been a problem with asio since march 2011.

14 years agotest SVN repository
philburk [Thu, 27 Oct 2011 16:35:59 +0000 (16:35 +0000)]
test SVN repository

14 years agoApply patch for Debian from Samuel Thibault.
philburk [Thu, 27 Oct 2011 06:52:01 +0000 (06:52 +0000)]
Apply patch for Debian from Samuel Thibault.

14 years agoCoreAudio: if user specifies framesPerBuffer make sure host buffer is an integer...
rossb [Thu, 20 Oct 2011 09:40:12 +0000 (09:40 +0000)]
CoreAudio: if user specifies framesPerBuffer make sure host buffer is an integer multiple of user buffer

14 years agoUpdate header authors, copyrights, HPI url. Remove Ludwig Schwardt bugreport email.
eblennerhassett [Tue, 18 Oct 2011 20:48:49 +0000 (20:48 +0000)]
Update header authors, copyrights, HPI url. Remove Ludwig Schwardt bugreport email.

14 years agoReplace deprecated HPI functions and datatypes with current (HPIv4.08) for #197
eblennerhassett [Tue, 18 Oct 2011 20:34:48 +0000 (20:34 +0000)]
Replace deprecated HPI functions and datatypes with current (HPIv4.08) for #197
Remove support for HPI < 3.5
Replace unused subsys pointer parameter with NULL.

14 years agoFix warnings in loopback.
philburk [Thu, 8 Sep 2011 09:29:21 +0000 (09:29 +0000)]
Fix warnings in loopback.
Disable test for defaultHigh > defaultLow.

14 years agoAdd self tests to paqa_latency.c
philburk [Thu, 8 Sep 2011 09:13:16 +0000 (09:13 +0000)]
Add self tests to paqa_latency.c

14 years agoFix compiler warnings on Mac.
philburk [Thu, 8 Sep 2011 06:09:29 +0000 (06:09 +0000)]
Fix compiler warnings on Mac.

14 years agoMove paqa_devs and paqa_errs to qa folder. Clean up tests.
philburk [Thu, 8 Sep 2011 05:32:07 +0000 (05:32 +0000)]
Move paqa_devs and paqa_errs to qa folder.  Clean up tests.

14 years agoadded Doxyfile.developer for generating internal docs. added doxygen brief descriptio...
rossb [Thu, 8 Sep 2011 04:17:58 +0000 (04:17 +0000)]
added Doxyfile.developer for generating internal docs. added doxygen brief descriptions to mme example files

14 years agoupdated doxygen stuff to generate sane user documentation (work in progress)
rossb [Thu, 8 Sep 2011 03:34:03 +0000 (03:34 +0000)]
updated doxygen stuff to generate sane user documentation (work in progress)

14 years agomoved example programs from test folder to examples folder
philburk [Thu, 8 Sep 2011 03:21:55 +0000 (03:21 +0000)]
moved example programs from test folder to examples folder

14 years agoFixed configure so it works for paex_sine.
philburk [Wed, 7 Sep 2011 23:57:43 +0000 (23:57 +0000)]
Fixed configure so it works for paex_sine.

14 years agoExperiment with moving example code into its own folder.
philburk [Wed, 7 Sep 2011 23:54:04 +0000 (23:54 +0000)]
Experiment with moving example code into its own folder.
Note that this revision needs to have autoreconf run.
I tried to do that on Mac but it failed. So I will try on Linux.

14 years agoImplement the Float32 to UInt8 converters.
philburk [Thu, 1 Sep 2011 22:08:32 +0000 (22:08 +0000)]
Implement the Float32 to UInt8 converters.
The loopback test now passes cleanly for the first time on my PreSonus FireStudio.
Added tests for clip and dither flag combinations to loopback.

14 years agotest ignore
rossb [Sat, 27 Aug 2011 17:19:22 +0000 (17:19 +0000)]
test ignore

14 years agoadded stream callback documentation describing real-time constraints including not...
rossb [Thu, 25 Aug 2011 17:44:01 +0000 (17:44 +0000)]
added stream callback documentation describing real-time constraints including not calling non-real-time code, and that it should be safe to consume 70% or more of available CPU time in the callback. resolves #96

14 years agoFixed directsound PaDeviceInfo default latency and PaStreamInfo latency fields. Fixed...
rossb [Thu, 25 Aug 2011 15:59:32 +0000 (15:59 +0000)]
Fixed directsound PaDeviceInfo default latency and PaStreamInfo latency fields. Fixed host buffer size calculations based on suggestedLatency parameters. Switched to using 48kHz as default sample rate when other info isn't available. Fixed edge case in TimeSlice() where a full duplex stream could read data even though either input or output reported zero bytes available. Renamed some variables for clarity. Fixes ticket #160 (PaStreamInfo latency). Addresses #122 (although we're still using old default latency values from V18 codebase). Addresses #99 (correct interpretation of suggestedLatency down to zero).

14 years agoadded large primes to patest_suggested_vs_streaminfo_latency.py
rossb [Thu, 25 Aug 2011 15:56:25 +0000 (15:56 +0000)]
added large primes to patest_suggested_vs_streaminfo_latency.py

14 years agofixed some warnings and minor bugs in patest_suggested_vs_streaminfo_latency.c
rossb [Thu, 25 Aug 2011 14:40:00 +0000 (14:40 +0000)]
fixed some warnings and minor bugs in patest_suggested_vs_streaminfo_latency.c

14 years agoadded #include and deleted 2 unused variables from a test
rossb [Thu, 25 Aug 2011 08:51:46 +0000 (08:51 +0000)]
added #include and deleted 2 unused variables from a test

14 years agoFix #164 by using if instead if ifdef PA_USE_* for unix builds.
philburk [Thu, 25 Aug 2011 07:17:48 +0000 (07:17 +0000)]
Fix #164 by using if instead if ifdef PA_USE_* for unix builds.

14 years agowmme limit host buffer size to 32k. try to make host buffer size a factor of over...
rossb [Thu, 25 Aug 2011 07:15:31 +0000 (07:15 +0000)]
wmme limit host buffer size to 32k. try to make host buffer size a factor of over-limit user buffer size. closes #189

14 years agomemory barrier change take two
rossb [Thu, 18 Aug 2011 11:47:28 +0000 (11:47 +0000)]
memory barrier change take two