~bhill/epics-base:shared-rpath-independent-of-static-build

Last commit made on 2019-09-26
Get this branch:
git clone -b shared-rpath-independent-of-static-build 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:
shared-rpath-independent-of-static-build
Repository:
lp:~bhill/epics-base

Recent commits

4f0c9c9... by Bruce Hill

Another comment fix

feb4462... by Bruce Hill

Fix comment as well

8c5d93d... by Bruce Hill

Also apply rpath change to PRODDIR_RPATH_LDFLAGS

03268bc... by Bruce Hill

Shared lib rpath should not depend on whether or not static libs are also being built.

17aaf50... by mdavidsaver

WIN32 must clean TLS from correct thread

epicsParmCleanupWIN32() may be called from
threads other than the one being cleaned up.

b68f479... by mdavidsaver

WIN32 remove atexit cleanup of TLS

Force cleanup of resource for threads which may
still be running opens the possibility of strange
race conditions. Like threads be erroneously
detected as non-epics.

Doing this cleanup at process exit serves no real
purpose. This code might be valid to re-add
in a DLL exit handler.

f134abb... by mdavidsaver

epicsThread avoid possible data race on joined

ee1eac3... by Freddie Akeroyd

iocshRegisterVariable() takes an array

966965c... by mdavidsaver

Merge remote-tracking branch 'lp-Com/make-simple' into 7.0

* main/make-simple:
  restore ModuleDirs in caPerlApp
  simplify e_flex/antelope path compute
  further no need to search for perl modules under bin
  skip RELEASE_TOPS
  configure: Don't hide any perl scripts being run
  missed a TOP
  no need to search for perl modules under bin/
  drop unnecessary *ModuleDirs
  avoided embedded TOP for non sub-modules

d589969... by mdavidsaver

update PVA modules