~info-martin-konrad/epics-base:fix-missing-include-in-dbLock

Last commit made on 2018-08-07
Get this branch:
git clone -b fix-missing-include-in-dbLock https://git.launchpad.net/~info-martin-konrad/epics-base
Only Martin Konrad can upload to this branch. If you are Martin Konrad please log in for upload directions.

Branch information

Name:
fix-missing-include-in-dbLock
Repository:
lp:~info-martin-konrad/epics-base

Recent commits

592a833... by Martin Konrad

Add missing incude in dbLock.h

Fixes lp:1784631.

1ffd30c... by Andrew Johnson

Add dbLinkFieldName() API to dbLink.h for error messages

Returns a pointer to the field name of the plink field.
Was previously an internal routine with a different name.

27431fa... by Andrew Johnson

Fix for lp: #1743795 FIFO Mode

fe4b5d7... by Andrew Johnson

Fix for lp: #1743795 LIFO Mode

a447ed8... by Andrew Johnson

Merged Dirk Zimoch's info_fields branch into 3.16

Used --squash to drop noisy history.
Modified the dbli output format slightly.

7ef9ea7... by Andrew Johnson

Merge 3.15 into 3.16

0f21196... by Andrew Johnson

Merge 3.14 branch into 3.15

31fc35f... by Andrew Johnson

dbCa: Fix for lp: #541221

I'd looked at this a few times since it was reported, but never
actually fixed the bug I described in the comments. Apparently
the only thing left to do was to store the eventId and use it to
clear the subscription when we saw a type-change to a PV.

f892731... by Andrew Johnson

Fix epicsCalcTest for gcc 7.1.0 on minGW

Another case where the compile-time evaluation returns +1
but at run-time isnan() returns -1.

d20ce9e... by Andrew Johnson

Release notes for dbTest changes