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
5427311390
initialize PVRecord with access security group/level
2021-02-28 16:28:54 -06:00
b62b047f63
Merge pull request #57 from epics-base/removedestroy
...
remove all destroy methods
2020-07-23 07:58:30 -04:00
3bc89bfe0e
remove all destroy methods
2020-07-21 10:33:50 -04:00
cb5d9f976a
Set next development version
2020-05-28 16:26:01 -05:00
3f5bfd067f
Update version numbers for release
4.5.2
2020-05-28 16:14:30 -05:00
85165e6579
get ready for next epics7 release
2020-05-20 14:03:13 -04:00
476a8f1e32
Merge pull request #56 from dirk-zimoch/CleanupWhitespace
...
Cleanup whitespace
2020-05-20 08:47:32 -04:00
31e883dbbc
removed empty lines at end of file
2020-04-15 18:00:08 +02:00
57cbf66833
removed spaces at end of line
2020-04-15 17:58:14 +02:00
7f31332a80
replaced tabs with spaces
2020-04-15 17:54:47 +02:00
12015309d8
Merge pull request #55 from epics-base/arrayfilterforunion
...
Arrayfilterforunion
2020-04-13 06:27:41 -04:00
1e62844a22
testPlugin found bug: added unionArrayTest
2020-04-12 14:01:22 -04:00
ad479309b0
fix bitset bug
2020-04-08 11:06:59 -04:00
2f7c82757f
pvArrayPlugin now supports union scalarArray
2020-04-07 12:53:01 -04:00