~bfrk/epics-base:7.0

Last commit made on 2020-03-26
Get this branch:
git clone -b 7.0 https://git.launchpad.net/~bfrk/epics-base
Only Ben Franksen can upload to this branch. If you are Ben Franksen please log in for upload directions.

Branch merges

Branch information

Name:
7.0
Repository:
lp:~bfrk/epics-base

Recent commits

1d6fcd4... by Andrew Johnson

Adjust RELEASE file variable name recognition

I was asked to support the use of hyphens `-` in names.

5040af3... by Andrew Johnson

Fixes in link type documentation

a8b2bc5... by mdavidsaver

asCa.c normalize indentation

whitespace only

bac8851... by mdavidsaver

Revert "asCaStop() join worker thread"

This reverts commit afc31f2f064974e97ef61a9dc6cc58692a1b0a5f.

# Conflicts:
# modules/database/src/ioc/as/asCa.c

46fa310... by mdavidsaver

Com: (WIN32) fix handling of thread joinable flag and refcnt

Analogous changes for windows

cf. 02a24a144d0c062311212c769926c1e2df5a1a52

25bb966... by Andrew Johnson

Use the dbChannel*() accessor macros in the array filter code
instead of exposing the dbChannel innards unnecessarily.

0f35d0c... by Andrew Johnson

Improve epicsEventTest delay checks

b4625a0... by Andrew Johnson

Fix osiSockTest on VxWorks

02a24a1... by mdavidsaver

Com: fix handling of thread joinable flag and refcnt

The second increment of refcnt must occur before pthread_create
or a subtle possibility of a double free() occurs if the thread
runs immediately and self-joins before the second inc.

Also use atomic ops for joinable flag to ensure that
concurrent joins will error properly.

3871f89... by Andrew Johnson

Appveyor should 'make -s test-results' as the last thing