Visual C++ Redistributable for Visual Studio 2015 is required on Windows
Release 0.3.0 (06-Mar-2015)
Built against EPICS 3.14.12.4
Made compatible with Igor Pro 7
New /Q flag in operation pvOpen. If used the operation will not wait for connections.
New operation pvWait. This should be called after channels are created with /Q flag.
Release 0.2.2 (26-Jul-2013)
Built against EPICS 3.14.12.3.
PV name length is not limited to 40.
PPC arch is dropped from the binary for OS X as a result of using Xcode4.
Release 0.2.1 (11-Oct-2011)
Built against EPICS 3.14.12.1.
Support Xcode on MacOS X.
Minor fixes.
Release 0.2.0 (09-Feb-2011)
Built against EPICS 3.14.12. If the server is also EPICS 3.14.12, passing /N=0 to pvGetWave and pvMonitor will only retrieve the valid number of elements. By default it still gets all elements to avoid surprise.
Support text wave in pvGetWave and pvPutWave
pvPutNumber, pvPutString and pvPutWave behavior change: in previous version, by default it does not wait unless a /T=timeout option is given. In this version, be default it waits until processing completion. To get the previous behavior, use /Q flag.
Default timeout is 5 seconds.
Various improvements on stability and error handling.
New C++ test case under Test
New Igor test experiment test.pxp.
Release 0.1.1 (12-Jan-2009)
Fix a potential crash due to unprotected data access from CA auxiliary callback thread.