Build: #22 was successful Changes by André Offringa <offringa@gmail.com>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
96 minutes
Labels
None
Agent
cbt-el7-7.cv.nrao.edu (2)
Revisions
Casa6
e91e35843d4f9dc0f7b51c238a90414011ec848b
OPEN-CASA-PKG
e5285e68467f01199807a1f1a978aec8a4781be7
GitHub Casacore
c9a3af452fbf4263243dbf7a31f7b1aa57dd476c
First to pass since
#21 (Changes by 3 people)

Code commits

GitHub Casacore
Author Commit Message Commit date
André Offringa <offringa@gmail.com> André Offringa <offringa@gmail.com> c9a3af452fbf4263243dbf7a31f7b1aa57dd476c Make Block movable and deprecate PtrBlock (#1471)
* Make Block movable and deprecate PtrBlock

The deprecation of PtrBlock causes many changes. The motivation for PtrBlock is however confusing and based on old compiler behaviour.

If Casa still uses PtrBlock, this change will cause deprecation warnings there, which can be solved using a find-replace of PtrBlock with Block.

* Remove final usage of PtrBlock

* Remove unnecessary friend statement

* Fix on more PtrBlock occurrence

* Remove unused code from Block

* Fix deprecated test

* Update casa/Containers/Block.h

Co-authored-by: Maik Nijhuis <66728267+mnijhuis-tos@users.noreply.github.com>

* Update casa/Containers/Block.h

Co-authored-by: Maik Nijhuis <66728267+mnijhuis-tos@users.noreply.github.com>

* Add a test for moving a Block

* Add changes to changelog

---------

Co-authored-by: Maik Nijhuis <66728267+mnijhuis-tos@users.noreply.github.com>