~bhill/epics-base:pv-name-in-ca-error-msgs

Last commit made on 2018-03-10
Get this branch:
git clone -b pv-name-in-ca-error-msgs https://git.launchpad.net/~bhill/epics-base
Only Bruce Hill can upload to this branch. If you are Bruce Hill please log in for upload directions.

Branch merges

Branch information

Name:
pv-name-in-ca-error-msgs
Repository:
lp:~bhill/epics-base

Recent commits

05a3699... by Bruce Hill

Update pcas CA error msgs to include the pv name for easier debugging.

be8f35d... by Andrew Johnson

Fix for lp: #1754298

Cleaned up and reformatted since Dirk's original.

a9764c8... by Andrew Johnson

tools/caput: Report errors from ca_array_put*()

Fixes LP: #1747983

98d9ea4... by Andrew Johnson

ca/client: Catch by reference, missing '&'

8eb4eec... by Andrew Johnson

Corrected fix from Bruce Hill's Github PR#19

98930ee... by Andrew Johnson

strcpy() -> strncpy() changes from Bruce Hill

Also added some additional static assertions for string field sizes.

c18b6f2... by Andrew Johnson

Deny use of dbgf, dbpf, dbtr, dbtgf and dbtpf before iocInit

Can't use locking dbAccess routines until lock-sets have been calculated.
Fixes LP: #1725248

e41f8bf... by Andrew Johnson

Translate and escape chars in info tag strings

Fixes LP: #1716998

ae548d3... by Andrew Johnson

Remove cantProceed() from dbGetLink() and dbPutLink()

Fixes LP: #1528314
Affects 3.15 branch only.

550beea... by Andrew Johnson

More clang warning clean-ups

The short => int change is a UB issue, the second argument to va_start()
must be of a type that does not undergo promotion. See
https://wiki.sei.cmu.edu/confluence/display/cplusplus/EXP58-CPP.+Pass+an+object+of+the+correct+type+to+va_start