~anj/epics-base/+git/base-7.0:special-readcvt

Last commit made on 2019-02-14
Get this branch:
git clone -b special-readcvt https://git.launchpad.net/~anj/epics-base/+git/base-7.0
Only Andrew Johnson can upload to this branch. If you are Andrew Johnson please log in for upload directions.

Branch merges

Branch information

Name:
special-readcvt
Repository:
lp:~anj/epics-base/+git/base-7.0

Recent commits

a511065... by Andrew Johnson

Add SPC_READCVT and dbGet() support for the .TIME field

.TIME can be fetched as a STRING, [U]CHAR array (long string),
DOUBLE, or as a 1 or 2-element [U]LONG array.
Posts monitors on the .TIME field.

Additional dbCommon fields can easily be supported:
 * Mark as special(SPC_READCVT)
 * Add code to dbCommonCvtAddr() and getCommonCvtValue()

9337334... by Andrew Johnson

Improve timeout diagnostics from netget.plt

d15c809... by Andrew Johnson

Extract dbEntryToAddr() from dbChannelCreate() & dbNameToAddr()

0211698... by Andrew Johnson

Move dbAccess prototypes to the correct header file

2206934... by Andrew Johnson

Fix MacOS build warning

The MacOS ld linker complains if a -L option points to
a directory that doesn't exist, so create that directory
before running the linker. Might be unnecessary, but...

318fc96... by Andrew Johnson

dbStatic: Removed old DCT_ macros and routines

a58cc37... by Andrew Johnson

Fix dbhcr before iocInit

b5e041b... by Andrew Johnson

Update Release Notes version number to 7.0.3

0ae5048... by Andrew Johnson

Fix int64inRecord::get_units()

a8fdf2e... by Andrew Johnson

realclean rule must delete all RELEASE.<host>.local files