489 Commits

Author SHA1 Message Date
cdee0b36f3 Update version numbers for release (1.4.0) 1.4.0 2022-09-07 11:31:34 -05:00
db5cf25c4d update release notes 2022-07-05 11:20:26 -07:00
26f55cf6ce apply ACF when writing to atomic group 2022-07-05 11:11:57 -07:00
397a061d72 add caputlog example 2022-07-05 11:11:57 -07:00
3df05bf1ce use initHook shutdown hooks 2022-07-05 11:11:57 -07:00
b9ce6cbd6e add utag demo 2022-07-05 11:10:34 -07:00
bb85647a12 testpdb: note bug
Fails with 3.15.  Not sure why.

not ok 91 - prov.unique()
not ok 92 - epics::atomic::get(PDBProvider::num_instances) (1) == 0u (0)
ok 93 # SKIP No multilock
ok 94 # SKIP No multilock
not ok 95 - epics::atomic::get(PDBSinglePV::num_instances) (1) == 0u (0)
2022-07-05 11:08:39 -07:00
dc22a4a4e3 fix tests wrt. userTag 2022-07-05 11:08:39 -07:00
5a81763fb8 Adapt to DBR_AMSG/DBR_UTAG 2022-07-05 11:08:39 -07:00
122e9bdbb4 enable "Async Soft Channel" for output links
Add asynchronous output link support.
When triggered, re-process record(s)
after put completes
2022-07-05 11:08:39 -07:00
cb1b41c1b2 fixup AsWritePvt to be non-copyable
Avoids double free via asTrapWriteAfterWrite() with c++98
2022-07-05 11:08:39 -07:00
69a7bb3795 Add AS write hooks 2022-06-22 06:39:48 -07:00
c95d9a68fe pvif: more error checking 2022-06-22 06:39:48 -07:00
8be883f98b add demo of building an NTEnum with a group 2022-06-22 06:39:48 -07:00
b3d37e7f39 Add +type:"structure" 2022-06-22 06:39:48 -07:00
c5cba4ccc4 ci: update 2022-06-22 06:39:48 -07:00
f07d14b12d ci: replace ubuntu-16.04 -> docker 2021-10-21 09:53:39 -05:00
3f38e616ee Update qsrvpage.dox
Clarify use of `+meta`
2021-10-19 07:39:52 -07:00
61ec0715be Set next development version 2021-06-30 10:08:29 -07:00
466d41ebb9 1.3.1 1.3.1 2021-06-30 10:05:36 -07:00
d18e2219b3 pvalink: missing NULL check 2021-04-23 15:29:45 -07:00
ff22538129 pdb: Create db_field_log for GETs 2021-03-17 13:22:42 -07:00
67e668795e test PDB get w/ filter 2021-03-17 13:22:42 -07:00
1ac2e6c809 ci: github actions add mingw 2021-03-17 12:47:34 -07:00
40b327cfcb testpvif 3.15 compat 2021-03-12 11:45:13 -08:00
20edb8fdf5 CI update 2021-03-12 11:09:26 -08:00
babda345b4 ci: appveyor fix mingw builds 2021-03-12 09:59:02 -08:00
04fbaf5a2e fix LocalFL 2021-03-12 09:59:02 -08:00
3438fde276 test: cover server side filters 2021-03-12 09:59:02 -08:00
b515fd30ca Syncing softMain.cpp with epics-base 2021-03-12 07:09:22 -08:00
ad8b77e19f Set next development version 2021-02-26 13:26:20 -08:00
b8389ac6a1 1.3.0 1.3.0 2021-02-26 13:24:26 -08:00
d47008ee53 Update GHA config
Better job names
Upload .tap files as artifacts
2021-01-05 22:12:33 -06:00
a709854f0d Update .appveyor.yml for newer ci-tools
Also set the correct notification email address
2021-01-05 22:12:33 -06:00
527afaf856 Merge pull request #35 from anjohnson/master
About to merge my yajl5 branch to 7.0
2021-01-05 21:37:48 -06:00
d65af720d1 doc 2020-11-28 10:45:34 -08:00
503cf414be 3.15 compat 2020-11-28 10:45:34 -08:00
1682c991d2 use dbChannel* in builder 2020-11-28 10:45:34 -08:00
c68c0038e6 store dbChannel* in builder 2020-11-28 10:45:34 -08:00
b69c25feb6 pass dbChannel* to PVIFBuilder::create() 2020-11-28 10:45:34 -08:00
eae493e732 delay PVIFBuilder::create 2020-11-28 10:45:34 -08:00
29d00e7e38 simplify 2020-11-28 10:45:34 -08:00
1335d75403 add dbLoadGroup() 2020-11-28 10:45:34 -08:00
c32cc1ba3c combine group info() processing 2020-11-28 10:44:32 -08:00
f5278ef4ac groups: move record name prepend into parser hooks
Also, accumulate config instead of replacing
2020-11-28 10:44:32 -08:00
b9d3ad8f90 ci: travis-ci -> github actions 2020-11-28 10:44:32 -08:00
0e772037ee Add -v (verbose) flag to softIocPVA
Only display the startup steps with -v
Print each step *before* running it, so any error messages follow.
2020-10-28 23:28:08 -05:00
d100eac09e update README 2020-08-30 09:29:54 -07:00
740aad6712 Modify test database to avoid break when json5 merged
No other changes will be needed when merging the json5 branch into
Base-7.0, these changes let testpvalink pass with and without it.
2020-08-09 00:55:51 -05:00
c66f224602 Set next development version 2020-07-26 13:43:02 -07:00