epics-base:3.15

Last commit made on 2024-03-01
Get this branch:
git clone -b 3.15 https://git.launchpad.net/epics-base

Branch merges

Branch information

Name:
3.15
Repository:
lp:epics-base

Recent commits

f103a0b... by Ralph Lange

Update ci-scripts to 3.4.1

Builds on AppVeyor (VS2019) started to fail
because of the Python version/distutils

a249561... by Andrew Johnson

Added darwin-aarch64 support from 7.0 branch

9688792... by Andrew Johnson

Merge Freddie's set_thread_descriptions branch

PR #270

c8647ff... by Andrew Johnson

Added Release Note

4b884c1... by Freddie Akeroyd

SetThreadName: Add WINAPI (correctly) for 32bit builds

0ace4e4... by Freddie Akeroyd

SetThreadName: Add WINAPI for 32bit builds

3cf2d37... by Freddie Akeroyd

Use SetThreadDescription(), if available, to set thread name

7c168f2... by Ralph Lange

Fix gdd string to double conversion

This is an alternative fix for the issue described in
https://github.com/epics-modules/pcas/issues/4 and
https://github.com/epics-extensions/ca-gateway/issues/37
that keeps the call to epicsScanDouble() before trying
sscanf() first with "%lf" (ignoring extra characters)
then with "%x" (to catch hex numbers).
(closes #216)

5cddcea... by Andrew Johnson

Change the epicsTimerTest delayVerify failure condition

This test verifies timer delays between 1.0 and 3.4 seconds.
A test failure now means the measured delay was more than
0.25 seconds different than the request, instead of being
5% of the request. This should now pass on GHA macOS.

On the 7.0 branch it should call testImpreciseTiming() and
use a smaller absolute delay threshold for better targets.

9b69e63... by Andrew Johnson

Update GHA config, drop Ubuntu-16.04 builds