438 Commits

Author SHA1 Message Date
ee3027f641 Update release notes and version numbers for release 4.7.0 2022-09-07 12:10:55 -05:00
6cd0a1bdb0 Merge pull request #76 from sveseli/master
Resolve monitor overrun issue from PR #75.
2022-06-24 10:29:44 -05:00
0d85561481 this resolves issue with monitor overrun counter; master field listeners will be called only once, before calling listeners for the first subfield 2022-03-14 09:17:33 -05:00
05d54c61e1 Merge pull request #75 from sveseli/master
Support requests to apply a pvCopy filter plugin to a whole PVRecord structure by using a field name `_` in the pvRequest.
2021-12-06 11:28:22 -06:00
182eee57e2 add tests for whole structure request 2021-12-01 14:36:50 -06:00
8daf322025 update module release notes 2021-12-01 14:36:20 -06:00
a68ef61a10 use _ instead of masterField to designate top level structure in the request 2021-11-30 10:32:38 -06:00
9dfebf1897 allow writing pvCopy plugins for the master field 2021-11-30 08:54:57 -06:00
0cf706511e Set next development version 2021-07-02 15:52:05 -05:00
8cac3975cc Update version numbers for release 4.6.0 2021-07-02 15:49:24 -05:00
219e5eaf94 Merge pull request #73 from epics-base/pvdbcr_changes
more work on special; all pvdbcr* redone
2021-04-14 11:20:46 -04:00
f345651b67 more work on special; all pvdbcr* redone 2021-04-14 10:26:30 -04:00
4895107854 Merge pull request #72 from epics-base/pvdbcr_changes
changes were made to all the special code, i.e. all pvdbcr*.
2021-04-12 12:19:35 -04:00
1c121b3f1e changes were made to all the special code, i.e. all pvdbcr*.
All now have a .h file in src/pv.
Each can now be used via an iocshell command or by a PVDatabase application that not part of an ioc database.
2021-04-12 09:30:50 -04:00
d493e52dda Merge pull request #71 from epics-base/jenkins_problem
another attempt to fix jenkins failure
2021-04-08 07:03:56 -04:00
91d4d2a423 another attempt to fix jenkins failure 2021-04-08 06:11:52 -04:00
d54031a2fb Merge pull request #70 from epics-base/jenkins_problem
another attempt to fix jenkins failure
2021-04-07 11:55:18 -04:00
1e1d5455a8 another attempt to fix jenkins failure 2021-04-07 11:08:16 -04:00
426af714a1 Merge pull request #69 from epics-base/jenkins_problem
another atrempt to fix jenkins failure
2021-04-07 08:45:46 -04:00
68bbb55370 another atrempt to fix jenkins failure 2021-04-07 07:57:56 -04:00
716ec9857c Merge pull request #68 from epics-base/jenkins_problem
another attempt to fix jenkins_problem
2021-04-03 08:59:19 -04:00
e91b4b1b66 another attempt to fix jenkins_problem 2021-04-03 07:14:31 -04:00
2c4e98db8c another attempt to fix jenkins_problem 2021-04-03 06:30:09 -04:00
d4a13397d7 Merge pull request #67 from epics-base/jenkins_problem
another attempt to fix jenkins_problem
2021-04-03 05:52:10 -04:00
a622f66a94 another attempt to fix jenkins_problem 2021-04-02 18:09:38 -04:00
81abd5f413 another attempt to fix jenkins_problem 2021-04-02 17:00:51 -04:00
4df01038c3 Merge pull request #66 from epics-base/jenkins_problem
another attempt to fix jenkins_problem
2021-04-02 15:31:12 -04:00
e648cba659 another attempt to fix jenkins_problem 2021-04-02 13:36:32 -04:00
42747b167c Merge pull request #65 from epics-base/jenkins_problem
another attempt to fix jenkins_problem
2021-04-02 11:20:11 -04:00
0a893a331b attempt to fix jenkins_problem 2021-04-02 10:06:38 -04:00
e95c959cfd Merge pull request #64 from epics-base/jenkins_problem
attempt to fix jenkins_problem
2021-04-02 08:17:07 -04:00
e51c29d147 attempt to fix jenkins_problem 2021-04-02 07:00:59 -04:00
fec903fb06 Merge pull request #63 from epics-base/accesss-security
Accesss security
2021-04-01 12:15:38 -04:00
ca066bc088 addRecord,removeRecord,processRecord.traceRecord replaced by pvdbcr versions 2021-04-01 10:20:18 -04:00
0481a7bf5b redo addRecord, removeRecord, processRecord, and traceRecord 2021-04-01 08:22:34 -04:00
17f43b4452 another attempt to get pull request to build 2021-04-01 07:15:26 -04:00
a1514e5206 another attempt to get pull request to build 2021-04-01 06:15:46 -04:00
72c2489921 another attempt to get pull request to build 2021-03-31 14:31:06 -04:00
895698c3cd another attempt to get pull request to build 2021-03-31 13:05:51 -04:00
9d10b039fb another attempt to get pull request to build 2021-03-31 12:25:44 -04:00
bf82de407e still more work on includes 2021-03-31 10:57:48 -04:00
58a603556b add using std::tr1::static_pointer_cast 2021-03-31 08:32:34 -04:00
22e849c6f7 remove all references to pvaClient 2021-03-31 07:39:56 -04:00
2a4d3a15f8 try adding pvaClient to src/Makefile 2021-03-31 05:58:46 -04:00
7143a8585f more changes to includes 2021-03-30 18:29:11 -04:00
2d61b4c0f3 fix include order 2021-03-30 16:04:50 -04:00
120fa22558 remove nt 2021-03-30 12:58:01 -04:00
4ed8e6d625 change order of includes 2021-03-30 10:48:22 -04:00
4718021e39 update documentation 2021-03-30 09:50:23 -04:00
b1822f5fbd 1) added canRead for access security
2) main documentation moved to https://mrkraimer.github.io/website/developerGuide/pvDatabase/pvDatabaseCPP.html
2021-03-24 14:35:05 -04:00