~info-martin-konrad/epics-base:make-protected-dtors-non-virtual

Last commit made on 2020-04-14
Get this branch:
git clone -b make-protected-dtors-non-virtual 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 merges

Branch information

Name:
make-protected-dtors-non-virtual
Repository:
lp:~info-martin-konrad/epics-base

Recent commits

e6aaf3d... by Martin Konrad

Make the protected dtors in epicsTimer.h non-virtual

These dtors seem to be marked protected to prevent destructing
a derived object via a base-class pointer. If this dtor cannot
be called there is no need to mark it virtual. Remove "virtual"
to avoid confusion. Refer to
http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-dtor-virtual
for details.

7eee262... by Andrew Johnson

Shorten/simplify uninstall recipes

a103793... by Andrew Johnson

Replace broken cleandirs recipe

41d86ec... by Andrew Johnson

Add a document containing Record Reference links

961dd2b... by Andrew Johnson

Don't check empty (overridden) RELEASE definitions

Bug reported by Dirk Zimoch

db4ad45... by Andrew Johnson

Update version numbers for 3.15.8-DEV (3.15.7.1-DEV)

74a90d1... by Andrew Johnson

Update version numbers

Also contains some reformatting in README.md

ed9d755... by Andrew Johnson

Configure linux targets to detect GNU Readline automatically

87c6866... by Ben Franksen

Document OMSL=closed_loop doesn't work with constant DOL

Fixes lp: #1844537

3881328... by Andrew Johnson

Merge branch 'vxworks-tz-support' into 3.15