Merge pull request #983 in CASA/casa from CAS-12486 to master
* commit 'de6a4a531aeb8609b038047bae9026128abfc44d':
extend no-cleanup comment and point to ticket, CAS-12486
Added some check and leak cleanup data for thread safety
added some warning on usage
allow re-use of fftw plans
changed where plan is destroyed and hold the FFT2D object for the existance of an ftmachine
destroy fftw plans, minimal fix, CAS-12486
Merge pull request #981 in CASA/casa from CAS-12364 to master
* commit '34f409917679731379706223540bf54382b69541': (32 commits)
touch for build
propagate removed shapes
resolve (most of) the issues identified on CAS-12364
Fix for an error clang had with MapWithDefault (hopefully)
added MapWithDefault so MS2ASDM could return to using default map values. Fixed a bug in conversion of isDefined. test_exportasdm now passes
fix generatePolarizationIndex(), del leftout comments, const iter, CAS-12364
replace map::insert with map::operator[]
switch map::insert to map::operator[]
fix AntennaResponses indexing & further limit map pair erasing in VPManager
avoid replacing key (perhaps fix segv)
std::map::insert(...) quietly does nothing if mapping already defined
editing error
remaining casacore STL container includes
deprecated files off for casa build + fix install problems
remove last SimpleOrderedMap usage
gcwrap cleanup
remove casacore maps and stack
remove remaining casacore List
straight forward fixes
remove stray casacore List includes
...