~freddie-akeroyd/epics-base:appveyor_debug_builds

Last commit made on 2019-12-19
Get this branch:
git clone -b appveyor_debug_builds https://git.launchpad.net/~freddie-akeroyd/epics-base
Only Freddie Akeroyd can upload to this branch. If you are Freddie Akeroyd please log in for upload directions.

Branch merges

Branch information

Name:
appveyor_debug_builds
Repository:
lp:~freddie-akeroyd/epics-base

Recent commits

43a0eb8... by Freddie Akeroyd

Merge remote-tracking branch 'upstream' into appveyor_debug_builds

7127847... by Andrew Johnson

Update submodules

e7715ba... by Andrew Johnson

Merge 3.15 branch into 7.0

f64f847... by mdavidsaver

more fun with isinf() and friends.

GNU libstdc++ prior to GCC 6.1.0, the overlay math.h always
includes math.h from glibc, which defines isinf() and friends.

GCC 6.1.0 includes a change (6c8ced3f4f867b72a623fe2f23efa204c5786a28)
so that the overlay math.h never includes the glibc math.h
when compiling c++.
The overlay math.h sometimes includes "using std::isinf"
Determined by inspecting libc math.h when building gcc.

d97a12f... by mdavidsaver

travis-ci test trusty w/ c++11

4759634... by Andrew Johnson

Merge Martin Konrad's retire-epicsexcept branch into 3.15

f5a442c... by Andrew Johnson

Merge Martin Konrad's fix-typos branch

df519ce... by Martin Konrad

Fix typos in calcoutRecord.dbd.pod

189060c... by mdavidsaver

Merge branch '3.15' into 7.0

* 3.15:
  minor epicsTimerTest
  epicsTimerTest loosen test threshold
  debug epicsTimerTest
  posix/epicsMath.h
  Revert "libcom: fix colliding isnan/isinf between C99 and C++0x for gcc-4"
  Revert "libcom: properly declare isnan() in C++ code"
  travis-ci /etc/hosts workaround
  redo travis-ci with matrix
  epicsSockResolveTest add detail
  libcom: properly declare isnan() in C++ code
  libcom: fix colliding isnan/isinf between C99 and C++0x for gcc-4
  libcom: import some C99 math (isnan etc.) into global namespace

# Conflicts:
# .travis.yml
# ci/travis-prepare.sh

feb938f... by mdavidsaver

minor epicsTimerTest

(cherry picked from commit 7acd7c61450e2ecc5880cd7d12f12a59ee9d02e4)