Pull request #933: CAS-14027: prevent test_casampi_subset/test_mpi_flagdata_list_return from hanging
Merge in CASA/casa6 from CAS-14027 to master
* commit '5b68ea88f52b88943677a7fb2fd77f93e1140b38':
prevent test_mpi_flagdata_list_return from hanging in evaluateFlagParameters (flagdata re-import for inspect), CAS-14027
Pull request #930: CAS-14220
Merge in CASA/casa6 from CAS-14220 to master
* commit '8f2ea6157a68c01e87c71eec172c6b68ad561c07':
Fix assert in almaabs.c
Fix use of CMAKE_BUILD_TYPE inputs
Add coverage documentation to readme.md (CAS-14220)
Update coverage conditional in casatools CMakeLists (CAS-14220)
Update coverage conditional in casatools CMakeLists (CAS-14220)
Update coverage conditional in casatools CMakeLists (CAS-14220)
Update casatools/src/code/CMakeLists.txt (CAS-14220)
Update casatools/src/code/CMakeLists (CAS-14220)
Added a new test_summary class with one test case to exercise parameter spwcorr in the Flagging module. This is an experiment to check the coverage of FlagAgentSummary.cc lines 322, 323.
Update casatools build to enable gcov instrumentation
Pull request #929: CAS-14502
Merge in CASA/casa6 from CAS-14502 to master
* commit '63cbe9835f1b924a1c54e7713c75af5e7004ab96':
Update build.conf to master versions CAS-14502
Update build.conf for CAS-14502
Set -std=c++17 explicitly
potential fix for "TypeError: in method 'quanta_quantity', argument 2 of type 'casac::variant const &'"
Update casaconfig to version 1.0.3
add casac:: namespace qualification to variant use to avoid conflict with C++17 variant
Change bind2d to std::bind in PVGenerator.cc
Change bind2d to std::bind in ImageProfileFitter.cc
Replace mem_fun in VisibilityProcessing.cc
Replace mem_fun_ref with mem_fn in VisibilityProcessing.cc
Update casaconfig for CAS-14502
Update casacore reference to cc6d8b5a43b47ced4ef97c4628346384592b9cbd
Update CMAKE_CXX_STANDARD to 17