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
333cd44da0
The following were made to all special pvdbcr modules
...
1) Much cleaner implementation.
2) pvdbSpecialRegister.dbd is new
2021-03-20 10:48:08 -04:00
a514ab7b51
Add missing removal instructions for destroy()
2021-03-15 12:12:15 -05:00
dafc37b585
The following changes were made:
...
1) PVRecord now has two new methods: setAsLevel and setAsGroup.
2) The following special records are DEPRECATED: addRecord,processRecord,removeRecord, and traceRecord.
They are replaced by pvdbcrAddRecord,pvdbcrProcessRecord,pvdbcrRemoveRecord, and pvdbcrTraceRecord.
3) A new convention is that all special records start with pvdbcr, which means pvDatabase Create Record.
4) pvdbcrAddRecord,pvdbcrProcessRecord,pvdbcrRemoveRecord, and pvdbcrTraceRecord are like what they replace.
But they also allow the asLevel to be set when they are created.
5) pvdbcrScalar and pvdbcrScalarArray are new special records.
They created records that have fields value, alarm, and timeStamp.
value can have any of the allowed scalar types, i.e. boolean,byte,...,string.
2021-03-15 07:04:32 -04:00
2432f85784
Fix for Windows DLL builds
2021-03-12 17:38:51 -06:00
bd1054f247
Changes were to check for null pointer after calling lock on a weak pointer.
2021-03-06 14:14:39 -05:00
bc70b5f449
Merge pull request #58 from sveseli/master
...
Enable Access Security
2021-03-05 13:11:30 -05:00
93a259cbde
Set next development version after tag
2021-02-28 17:01:22 -06:00
09423edeab
Release version 4.5.3 for EPICS 7.0.5
4.5.3
2021-02-28 16:57:31 -06:00
ac1de6770e
enable access security for PV Database
2021-02-28 16:31:36 -06:00