Page MenuHomePhabricator

2020 Week 52 (Late December)
Closed, ResolvedPublic

Related Objects

Mentioned Here
rMITK13624124f8db: Merge branch 'master' into develop
rMITKff0027eee2cb: Patch VTK to fix Freetype build error on GCC 10
rMITK8e328dab075b: Merge branch 'feature/T27985-TinyXML-2' into develop
rMITKfc048ef737a2: Merge branch 'bugfix/T27999-RemovePhotoacoustics' into develop
rMITK13c4a5937ef9: Merge branch 'bugfix/T28001-FixRESTClientTest' into develop
rMITKfa2b431b38e4: Merge branch 'bugfix/T26164-AlwaysUseDCMTKBuiltInDICOMDictionaries' into develop
rMITK68f5331438a2: Merge branch 'bugfix/T28002-ImprovePackageDependsFiles' into develop
rMITK6eaeaca7975f: Fix uninitialized reference warning/error
rMITKc670e289d6e7: Merge branch 'bugfix/T28002-ImprovePackageDependsFiles' into develop
rMITK43330b6521cc: Merge branch 'bugfix/T28002-ImprovePackageDependsFiles' into develop
rMITK9ad33a15dfda: Merge branch 'feature/T27383-UpdateExternalToolkits' into develop
rMITK01c1803b4ab9: Merge branch 'bugfix/T26449-XNAT-OpenSSL' into develop
rMITKaba3194febeb: Update the check state in other render window menus
rMITK7cdad74bd60a: Merge branch 'bugfix/T28047-FetchTags' into develop
rMITKc32297641777: Merge branch 'bugfix/T28060-CMP0091' into develop
rMITK6cbf68ecc068: Merge branch 'bugfix/T28061-UseOfficialITKTarball' into develop
rMITKa723c00cf64d: Merge branch 'bugfix/T28062-RemoveITKIsotropicWaveletsDependency' into develop
rMITK15ae7b34fd0f: Merge branch 'bugfix/T28062-FixIsotropicWaveletsDep' into develop
rMITKb2d2a87ebd29: Clear preview segmentation in fast marching 3D
rMITKb9f6499dd3f3: Merge branch 'bugfix/T28080-RedistPackagingAndNSISGenerator' into develop
rMITKccbaf060bde7: Merge branch 'bugfix/T28081-ShortcutsInWindowsInstallers' into develop
rMITKd05bd6a2660b: Merge remote-tracking branch 'origin/develop' into bugfix/T26237…
rMITK5b214745c789: Merge branch 'bugfix/T28101-CMake3.19' into develop
rMITK754b4e125e92: Use active layer and label for live wire
rMITKdc76958e5051: Merge branch 'bugfix/T26237-ImprovePerformance' into develop
T26164: DICOM Query/Retrieve doesn't work at least in Ubuntu release installers
T26237: Improve performance for interactions in 2d widgets
T26449: XNAT connection failes due to missing OpenSSL connections
T27383: Update external toolkits
T27817: [Multilabel] Live Wire tool always assigns first label when being used with multiple labels
T27870: [Segmentation] Fast Marching 3D Tool can not clear preview segmentation masks
T27959: MITK with VTK 9 fails on Fedora CI clients
T27969: Toggling "Show cross hair" in a render window menu does not update the check state in other render window menus
T27985: Migrate from TinyXML to TinyXML-2
T27999: Remove Biophotonics and Photo Acoustics from MITK
T28001: Fix mitkRESTClientTest
T28002: MITK cannot handle CMake target namespaces in module and plugin package dependencies
T28006: MatchPointRegistration module compilation fails with Clang 11
T28047: CDash script does not fetch tags
T28060: CMake Policy CMP0091 does not work well with dependencies that are based on CMake version < 3.15
T28061: Use official ITK release tarball instead of snapshot
T28062: Fix IsotropicWavelets (ITK) dependency
T28080: Microsoft Visual C++ Redistributable not included in packages anymore
T28081: Create shortcuts for executables in Windows installers/packages
T28101: Early-out when CMake 3.19 is used

Event Timeline

kislinsk triaged this task as Normal priority.Dec 21 2020, 5:14 AM
kislinsk created this task.

Pushed new branch release/T28126-2020-Week-52.

Merge commitRevisionTask(s)
rMITKdc76958eT26237: Improve performance for interactions in 2d widgets
rMITK754b4e12{D447}T27817: [Multilabel] Live Wire tool always assigns first label when being used with multiple labels
rMITK5b214745T28101: Early-out when CMake 3.19 is used
rMITKd05bd6a2
rMITKccbaf060T28081: Create shortcuts for executables in Windows installers/packages
rMITKb9f6499dT28080: Microsoft Visual C++ Redistributable not included in packages anymore
rMITKb2d2a87e{D446}T27870: [Segmentation] Fast Marching 3D Tool can not clear preview segmentation masks
rMITK15ae7b34T28062: Fix IsotropicWavelets (ITK) dependency
rMITKa723c00cT28062: Fix IsotropicWavelets (ITK) dependency
rMITK6cbf68ecT28061: Use official ITK release tarball instead of snapshot
rMITKc3229764T28060: CMake Policy CMP0091 does not work well with dependencies that are based on CMake version < 3.15
rMITK7cdad74bT28047: CDash script does not fetch tags
rMITKaba3194f{D444}T27969: Toggling "Show cross hair" in a render window menu does not update the check state in other render window menus
rMITK01c1803bT26449: XNAT connection failes due to missing OpenSSL connections
rMITK9ad33a15T27383: Update external toolkits
rMITK43330b65T28002: MITK cannot handle CMake target namespaces in module and plugin package dependencies
rMITKc670e289T28002: MITK cannot handle CMake target namespaces in module and plugin package dependencies
rMITK6eaeaca7{D443}T28006: MatchPointRegistration module compilation fails with Clang 11
rMITK68f53314T28002: MITK cannot handle CMake target namespaces in module and plugin package dependencies
rMITKfa2b431bT26164: DICOM Query/Retrieve doesn't work at least in Ubuntu release installers
rMITK13c4a593T28001: Fix mitkRESTClientTest
rMITKfc048ef7T27999: Remove Biophotonics and Photo Acoustics from MITK
rMITK8e328dabT27985: Migrate from TinyXML to TinyXML-2
rMITKff0027ee{D439}T27959: MITK with VTK 9 fails on Fedora CI clients
rMITK13624124

Deleted branch release/T28126-2020-Week-52.