~bhill/epics-base:checkRelease-error-msgs

Last commit made on 2018-03-13
Get this branch:
git clone -b checkRelease-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:
checkRelease-error-msgs
Repository:
lp:~bhill/epics-base

Recent commits

12bb896... by Bruce Hill

Rework module dependency conflict error message for easier debugging.

Now a simply grep for asyn in the build log will show you line by
line which modules depend on which asyn versions.

2921414... by Andrew Johnson

Merge 3.15 branch into 3.16

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.

85c6e9b... by Andrew Johnson

Merge clang fixes from 3.15 into 3.16

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

bf91275... by Andrew Johnson

Merge clang fixes from 3.14 into 3.15

ac4d5c9... by Andrew Johnson

Clean up some compiler warnings from clang

cd8fd8a... by Andrew Johnson

Merge 3.15 into 3.16