~epics-core/epics-base/+git/Com:timeopt

Last commit made on 2019-05-09
Get this branch:
git clone -b timeopt https://git.launchpad.net/~epics-core/epics-base/+git/Com
Members of EPICS Core Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
timeopt
Repository:
lp:~epics-core/epics-base/+git/Com

Recent commits

bf8ff4e... by mdavidsaver

!gtMoreThanDefault -> useOsdGetCurrent

95cb81c... by mdavidsaver

generalTime short circuit current time

epicsTimeGetCurrent() is called frequently.
Unless more than the default provider is registered,
locking and going through the timeProvider list each
time is a waste.

Instead, short circuit to directly call the default
time current time provider unless a another has
been registered.

44510f2... by Andrew Johnson

Merge 3.15 branch into 7.0

9337334... by Andrew Johnson

Improve timeout diagnostics from netget.plt

736075d... by Andrew Johnson

Document macOS Mojave fix

9ef3b77... by Andrew Johnson

Fix ca/client/perl/Makefile for macOS Mojave

... in which Apple moved the Perl headers into XCode.
This should also make the build a little more forgiving on other
architectures that have incomplete Perl installations; it gives up
trying to build the Perl bindings with a warning if perl.h is missing.

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