246 Commits

Author SHA1 Message Date
365a0b846f update RELEASE_NOTES 2019-04-11 14:13:53 -04:00
440c8fa496 update RELEASE_NOTES 2019-04-11 14:11:03 -04:00
150ac45de3 bug in pvaClientData; fix doxygen warning; update doc 2019-04-09 11:15:00 -04:00
fb6f4355f3 getDoubleArray and putDoubleArray now work for all numeric scalar arrays 2019-04-09 06:19:14 -04:00
0bb17d5b09 make them work if not top level value field 2019-04-08 14:23:58 -04:00
00103f8207 getStringArray and putStringArray support all numeric array types 2019-04-08 14:11:27 -04:00
522a050945 add double and string methods to pvaClientChannel 2019-04-07 14:34:56 -04:00
99a7e3b0b5 more changes 2019-04-06 11:30:10 -04:00
763c41caa3 setElementData=>setData 2019-04-05 14:37:05 -04:00
9ffeffd23f mistake 2019-04-04 16:27:53 -04:00
3f6d93b22f lots of minor changes 2019-04-04 16:02:47 -04:00
d650865a6f address issue #53; reorganize Client*Data 2019-04-03 10:32:45 -04:00
b1c101578b Update version numbers and formatting in documentation 4.4.0 2018-12-17 16:17:52 -06:00
8ab4dd1fdb Correct SHRLIB_VERSION 2018-12-17 16:16:59 -06:00
5242540725 Update and unify README.md 2018-12-17 16:16:06 -06:00
a8f296ceb3 update travis-ci 2018-10-29 18:02:20 -07:00
6633d4f21e Merge pull request #52 from mrkraimer/master
with multiple threads callback can occur before create completes
2018-10-06 05:59:14 -04:00
8745dd03b3 with multithreads callback can occur before create completes 2018-10-05 15:59:59 -04:00
cfc3c9b998 Merge pull request #51 from mrkraimer/master
several changes
2018-09-28 07:00:34 -04:00
d57893b566 remove #include <pv/pvCopy.h> 2018-09-27 15:34:02 -04:00
b7ea0fe59a fix bug that causes failure in monotor::stop for privider ca 2018-07-27 05:43:47 -04:00
4e4554af4e Merge pull request #50 from mrkraimer/master
re-implement methods used by pvaPy
2018-01-30 09:11:28 -05:00
d6d5bcf771 merge with epics-base 2018-01-12 15:20:47 -05:00
6bcc036c71 reimplement methods called by pvaPy
The methods are:
static PvaClientPtr create() EPICS_DEPRECATED;
and
static PvaClientMonitorPtr create(
    PvaClientPtr const &pvaClient,
    std::string const & channelName,
    std::string const & providerName,
    std::string const & request,
    PvaClientChannelStateChangeRequesterPtr const & stateChangeRequester
            = PvaClientChannelStateChangeRequesterPtr(),
    PvaClientMonitorRequesterPtr const & monitorRequester
            = PvaClientMonitorRequesterPtr()
) EPICS_DEPRECATED;
2018-01-12 13:51:13 -05:00
a405dd7bdb Merge pull request #49 from epics-base/revert-48-master
Revert "Minor changes"
2018-01-09 15:58:58 -05:00
22e260351c Revert "Minor changes" 2018-01-09 15:14:30 -05:00
5a5b8f809d Merge pull request #48 from mrkraimer/master
Minor changes
2018-01-09 11:16:52 -05:00
9d5f06c11d pull latest from epics-base 2018-01-08 09:20:13 -05:00
28a23dc5a8 remove a create method from monitor; remove unused channelStateChange methods 2018-01-05 14:38:42 -05:00
dcda03c9fc jenkins-ci: fix CloudBees doc job 2017-12-19 09:20:11 +01:00
b5291d9619 Update/fix version numbers in documentation 4.3.0 2017-12-14 18:55:23 -06:00
74d381e68c Use EPICS_BASE_PVA_CORE_LIBS 2017-12-06 22:45:00 -06:00
c789406f0b Include <top>/../RELEASE.<host>.local 2017-12-06 20:39:49 -06:00
a21e5b5913 Use 'make test-results' in travis-build script 2017-11-30 13:06:27 -06:00
cb374fcefa Unify .gitignore files 2017-11-30 12:08:10 -06:00
90b2bdc162 Remove ExampleRELEASE.local file 2017-11-30 12:07:52 -06:00
ea5809be9b Merge pull request #47 from mrkraimer/master
fix bug in pvaClientNTMultiData that can cause a crash
2017-11-21 05:58:47 -05:00
0fb4612680 fix bug in pvaClientNTMultiData that can cause a crash 2017-11-21 05:25:51 -05:00
5a84b94520 jenkins: remove microbench option and pvCommon dependency from CB build 2017-11-15 17:22:25 +01:00
411560ea8d Merge pull request #46 from mrkraimer/master
ignore mutiple calls to PvaClientMonitor::start
2017-11-10 10:38:20 -05:00
3e9645c883 Merge https://github.com/epics-base/pvaClientCPP 2017-11-10 09:57:46 -05:00
25b621890b Convert debug into a file static data member
MSVC doesn't seem to be able to provide access to it as a
class static, so this fixes the DLL build errors of exampleCPP
2017-11-06 12:57:21 -06:00
fe15b9dd09 ignore mutiple calls to PvaClientMonitor::start 2017-10-23 10:16:31 -04:00
64fc25c240 travis-ci: consolidate travis configuration 2017-09-28 15:10:30 +02:00
c9e7bc32bd travis-ci: pvaClient does not have unit tests 2017-09-27 15:42:05 +02:00
ab4c69301f travis-ci: fix requisite build for Base 3.x 2017-09-27 14:46:55 +02:00
5b9b84f7d0 travis-ci: update/streamline configuration for EPICS 7 2017-09-27 14:02:33 +02:00
dd65681630 Merge pull request #45 from mrkraimer/master
more callbacks for callbacks introduced by pvAccess; doc changes
2017-09-13 10:53:02 -04:00
e11cc25dd7 travis: change required for normativeTypesCPP 2017-09-13 10:24:57 -04:00
05a454fa69 travis; use pvaSrv as model 2017-09-13 05:07:33 -04:00