Build: #112 was successful Child of CASA-CTT-192
Code commits
OPEN-CASA
-
Ville Suoranta b9827b8de97789ad02ad62455a60beb9716018cf
Merge pull request #1026 in CASA/casa from CAS-12540 to master
* commit '049e33faa42c5eb035a25ceb54a39f1e68d9b6db':
CAS-12540 add parens to close() call so it works as expected -
Ville Suoranta 0bee58a92959c40a0f2421c0516b80037b0139d0
Merge pull request #1023 in CASA/casa from CAS-12543 to master
* commit '76bee875f638e10ba82d8fd6cb2c856d00dc7c9c':
fix bigger leaks of CalStats::OUTs from stats() and statsWrap(), CAS-12543
prevent leaks of FIT objects and returns in CalStatsFitter, CAS-12543
prevent more leaks in CalAnalysis methods, CAS-12543
prevent leaks of return values in CalStats methods, CAS-12543
prevent leaks of return values in CalAnalysis methods, CAS-12543
prevent leaks of bools in SPW_INFO functions and CalAnalysis::unique, CAS-12543
revamp test_calanalysis and test the interesting stuff, CAS-12543 -
Ville Suoranta 71cacbc6610ad58ab6c7e77047d76bead4156103
Merge pull request #1022 in CASA/casa from CAS-12384 to master
* commit 'ac5ba2fef9d14f365f5c5a6291afc89d0cfe5c48':
missed an #include path change in gcwrap/tools/synthesis/vpmanager_cmpt.cc
modify #include paths to reflect new location of AntennaResponses
mv AntennaResponses from imageanalysis/ImageAnalysis to synthesis/MeasurementEquations -
Federico Montesino Pouzols 76bee875f638e10ba82d8fd6cb2c856d00dc7c9c m
fix bigger leaks of CalStats::OUTs from stats() and statsWrap(), CAS-12543
- code/calanalysis/CalAnalysis/CalAnalysis.h (version 76bee875f638e10ba82d8fd6cb2c856d00dc7c9c) (diffs)
- code/calanalysis/CalAnalysis/CalStats.cc (version 76bee875f638e10ba82d8fd6cb2c856d00dc7c9c) (diffs)
- code/calanalysis/CalAnalysis/CalStats.h (version 76bee875f638e10ba82d8fd6cb2c856d00dc7c9c) (diffs)
-
Federico Montesino Pouzols 742b297d844c1dd51ba587c30107ed78385f4a1a m
prevent leaks of FIT objects and returns in CalStatsFitter, CAS-12543
-
Federico Montesino Pouzols 88b17027f5b528d7300e2e3e26cd6c66fee9fb2f m
prevent more leaks in CalAnalysis methods, CAS-12543
-
Federico Montesino Pouzols d83272f44b881454154e9c1dae634b7cbb90e9eb m
prevent leaks of return values in CalStats methods, CAS-12543
-
Federico Montesino Pouzols b36ca0202c2328ee82cbe9fac7c4bb49a1eb30ac m
prevent leaks of return values in CalAnalysis methods, CAS-12543
-
Federico Montesino Pouzols f171866dbde8028058a9d9ee8148fea3058110c4 m
prevent leaks of bools in SPW_INFO functions and CalAnalysis::unique, CAS-12543
- code/calanalysis/CalAnalysis/CalAnalysis.cc (version f171866dbde8028058a9d9ee8148fea3058110c4) (diffs)
- code/calanalysis/CalAnalysis/CalAnalysis.h (version f171866dbde8028058a9d9ee8148fea3058110c4) (diffs)
- code/calanalysis/CalAnalysis/CalAnalysisSPW_INFO.cc (version f171866dbde8028058a9d9ee8148fea3058110c4) (diffs)
- gcwrap/tools/calanalysis/calanalysis_cmpt.cc (version f171866dbde8028058a9d9ee8148fea3058110c4) (diffs)
-
Federico Montesino Pouzols da50f78e444d4008687ff4ae2e56a2190438275c m
revamp test_calanalysis and test the interesting stuff, CAS-12543
-
David Mehringer ac5ba2fef9d14f365f5c5a6291afc89d0cfe5c48 m
missed an #include path change in gcwrap/tools/synthesis/vpmanager_cmpt.cc
-
David Mehringer a6bc033e5d60067577ebf46e33d8412941389d1d m
modify #include paths to reflect new location of AntennaResponses
- code/imageanalysis/CMakeLists.txt (version a6bc033e5d60067577ebf46e33d8412941389d1d) (diffs)
- code/synthesis/CMakeLists.txt (version a6bc033e5d60067577ebf46e33d8412941389d1d) (diffs)
- code/synthesis/MeasurementEquations/AntennaResponses.cc (version a6bc033e5d60067577ebf46e33d8412941389d1d) (diffs)
- code/synthesis/MeasurementEquations/VPManager.h (version a6bc033e5d60067577ebf46e33d8412941389d1d) (diffs)
- code/synthesis/MeasurementEquations/test/tAntennaResponses.cc (version a6bc033e5d60067577ebf46e33d8412941389d1d) (diffs)
- code/synthesis/TransformMachines/ALMAAperture.h (version a6bc033e5d60067577ebf46e33d8412941389d1d) (diffs)
- code/synthesis/TransformMachines/BeamCalc.cc (version a6bc033e5d60067577ebf46e33d8412941389d1d) (diffs)
-
David Mehringer 8e6d816ce60fcb4c8ce90dc29df17a6c0d7a04f6 m
mv AntennaResponses from imageanalysis/ImageAnalysis to synthesis/MeasurementEquations
- code/synthesis/MeasurementEquations/AntennaResponses.cc (version 8e6d816ce60fcb4c8ce90dc29df17a6c0d7a04f6) (diffs)
- code/synthesis/MeasurementEquations/AntennaResponses.h (version 8e6d816ce60fcb4c8ce90dc29df17a6c0d7a04f6) (diffs)
- code/synthesis/MeasurementEquations/test/tAntennaResponses.cc (version 8e6d816ce60fcb4c8ce90dc29df17a6c0d7a04f6) (diffs)
-
David Mehringer 049e33faa42c5eb035a25ceb54a39f1e68d9b6db m
CAS-12540 add parens to close() call so it works as expected