Changesets: Import 2017-06-07 23:51:09
master 4d92cdaa 2016-03-03 01:16:24 Details Diff |
ENH: Improve --additional-module-paths to support extension build directory This commit teaches Slicer to check if any given "additional-module-path" is the build or install directory of an extension. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24955 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Applications/SlicerApp/Main.cxx | Diff File | ||
mod - Base/QTCore/qSlicerModuleFactoryManager.cxx | Diff File | ||
mod - Base/QTCore/qSlicerModuleFactoryManager.h | Diff File | ||
mod - Base/QTGUI/qSlicerApplication.cxx | Diff File | ||
mod - Base/QTGUI/qSlicerApplication.h | Diff File | ||
master a7c8d2b7 2016-02-26 14:03:47 Details Diff |
BUG: 3702. Fixed multiple causes of crashes on the scene close described in http://www.na-mic.org/Bug/view.php?id=3702. Also enable glyphs display for all scalar components on slices. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24954 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/DisplayableManager/vtkMRMLVolumeGlyphSliceDisplayableManager.cxx | Diff File | ||
mod - Libs/MRML/DisplayableManager/vtkMRMLVolumeGlyphSliceDisplayableManager.h | Diff File | ||
mod - Modules/Loadable/Volumes/Widgets/qSlicerDTISliceDisplayWidget.cxx | Diff File | ||
mod - Modules/Loadable/Volumes/Widgets/qSlicerDiffusionTensorVolumeDisplayWidget.cxx | Diff File | ||
master 9ca31b26 2016-02-26 10:26:44 Details Diff |
ENH: Remove test execution delay when building RUN_TESTS target manually When RUN_TESTS target was built in VIsual Studio manually then the py_nomainwindow_MRMLCreateNodeByClassWithSetReferenceCountToOne tests crashed (as expected) and an error popup was displayed to the user. The test execution stopped until the user acknowledged the popup (and also a Windows Error Report was generated). This caused unnecessary delays in the test execution and false positive error reports. Solved the issue by forcing CTest to disable error popups for this particular test when building RUN_TESTS manually. CTest disables error reporting for all tests when run from the command-line. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24953 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Applications/SlicerApp/Testing/Python/CMakeLists.txt | Diff File | ||
master 132a4e82 2016-02-26 08:50:48 Details Diff |
ENH: Improved axes-type orientation marker size and position Axis labels are now scaled with the viewport to make good use of available space. Tuned positioning of the axes orientation marker to be closer to the view's corner. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24952 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/DisplayableManager/vtkMRMLOrientationMarkerDisplayableManager.cxx | Diff File | ||
master 9f740891 2016-02-25 23:07:20 Details Diff |
ENH: Consolidated transform point to/from world methods vtkMRMLTransformableNode had very limited TransformPointToWorld/TransformPointFromWorld methods, which did not even support non-linear transforms. vtkMRMLMarkupsNode had TransformPointToWorld/TransformPointFromWorld methods with a vtkVector3D input/output. Consolidated these methods: all of them are now in vtkMRMLTransformableNode, support non-linear transforms, and vtkVector3D implementation uses the simple C-array-based method. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24951 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/Testing/vtkMRMLTransformableNodeTest1.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLTransformableNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLTransformableNode.h | Diff File | ||
mod - Modules/Loadable/Markups/MRML/vtkMRMLMarkupsNode.cxx | Diff File | ||
mod - Modules/Loadable/Markups/MRML/vtkMRMLMarkupsNode.h | Diff File | ||
master bd2b3b5c 2016-02-25 23:02:34 Details Diff |
ENH: Added more GetTransform methods to vtkMRMLTransformNode A few get functions were missing (it was not difficult to compute the inverse but it was unnecessary extra code at many places): GetTransformFromNode GetMatrixTransformFromWorld GetMatrixTransformFromNode Added static method for getting concatenated transforms between any two transform nodes: GetTransformBetweenNodes GetMatrixTransformBetweenNodes NULL nodes are accepted as input, for uniform handling of transformed and non-transformed nodes. This method allows computation of transforms from one node's coordinate system to the other with a single line of code, regardless of what kind of transform (if any) are applied on each node. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24950 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Core/vtkMRMLTransformNode.cxx | Diff File | ||
mod - Libs/MRML/Core/vtkMRMLTransformNode.h | Diff File | ||
master 1aaf3b67 2016-02-25 16:19:22 Details Diff |
ENH: update SlicerDMRI remote module to a82fde48 $ git shortlog --no-merges d712d9522a..a82fde4870 Isaiah Norton (3): DWMasking: set b-value select slider max to 20k DWMasking: COMP: fix test that was using old parameter COMP: fix windows build error due to outdated CLI entrypoint git-svn-id: http://svn.slicer.org/Slicer4/trunk@24949 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild.cmake | Diff File | ||
master efafc3ac 2016-02-25 11:23:28 Details Diff |
STYLE: Deleted empty directories Most of them were probably leftovers from git-svn commits. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24948 3bd1e089-480b-0410-8dfb-8563597acbee |
||
master 0cd37b5d 2016-02-25 01:30:18 Details Diff |
BUG: Fix the ITK Python install site-packages location. From: Matt McCormick <matt.mccormick@kitware.com> git-svn-id: http://svn.slicer.org/Slicer4/trunk@24947 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild/External_ITKv4.cmake | Diff File | ||
master 2a85fd75 2016-02-25 01:30:16 Details Diff |
COMP: Fix extensions template ensuring inner build is always configured. From: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> git-svn-id: http://svn.slicer.org/Slicer4/trunk@24946 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Extensions/Testing/SuperBuildExtensionTemplate/CMakeLists.txt | Diff File | ||
mod - Extensions/Testing/SuperBuildExtensionTemplate/SuperBuild.cmake | Diff File | ||
mod - Utilities/Templates/Extensions/SuperBuild/CMakeLists.txt | Diff File | ||
mod - Utilities/Templates/Extensions/SuperBuild/SuperBuild.cmake | Diff File | ||
master 1bbe4219 2016-02-24 14:56:48 Details Diff |
ENH: Fixed markup position at time of MarkupAddedEvent When vtkMRMLMarkupsNode::MarkupAddedEvent was triggered the markup position had always (0,0,0) position and it was later corrected in a subsequent modification. This made it difficult to develop modules that used markups to get a single point position. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24945 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/Markups/MRML/vtkMRMLMarkupsNode.cxx | Diff File | ||
mod - Modules/Loadable/Markups/MRML/vtkMRMLMarkupsNode.h | Diff File | ||
mod - Modules/Loadable/Markups/MRMLDM/vtkMRMLMarkupsFiducialDisplayableManager2D.cxx | Diff File | ||
mod - Modules/Loadable/Markups/MRMLDM/vtkMRMLMarkupsFiducialDisplayableManager3D.cxx | Diff File | ||
master 39493eb6 2016-02-23 17:30:32 Details Diff |
BUG: Fixed removal of virtual branches in subject hierarchy Removal of a virtual branch is the responsibility of the owner plugin (or its module), so remove the virtual nodes from the list of nodes to delete when deleting a whole subject hierarchy branch git-svn-id: http://svn.slicer.org/Slicer4/trunk@24944 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyPluginLogic.cxx | Diff File | ||
master f8a1a592 2016-02-23 15:33:55 Details Diff |
ENH: update MultiVolumeImporter hash This update fixes the issue of triggering error in MultiVolumeImporterPlugin due to missing values of the attributes used to parse multivolumes. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24943 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild.cmake | Diff File | ||
master 68786fd2 2016-02-22 22:23:59 Details Diff |
ENH: Update DCMTK This updates DCMTK to the latest snapshot DCMTK-3.6.1_20160216 Note that the two patches that were applied to the previous update of DCMTK hash here https://github.com/commontk/DCMTK/commits/patched-DCMTK-3.6.1_20150924 are no longer needed, as they were integrated into the DCMTK master. Therefore, the repo is checked out from the official DCMTK source. I tested that Slicer compiles with this change on Mac OS X (Yosemite 10.10.5, LLVM version 7.0.0), and that no test failures related to DCMTK are introduced (I looked at the individual failures, and there is nothing to indicate these are due to DCMTK update): Total Test time (real) = 7071.30 sec The following tests FAILED: 51 - vtkMRMLNonlinearTransformNodeTest1 (Failed) 101 - vtkObserverManagerTest1 (Failed) 475 - ModelToLabelMapTest (Failed) 477 - N4ITKBiasFieldCorrectionTest (Failed) 572 - py_RSNAVisTutorial (Timeout) 601 - vtkMRMLFiberBundleNodeTest1 (Failed) 609 - DiffusionWeightedVolumeMaskingTest (Failed) Errors while running CTest From: Andrey Fedorov <fedorov@bwh.harvard.edu> git-svn-id: http://svn.slicer.org/Slicer4/trunk@24942 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild/External_DCMTK.cmake | Diff File | ||
master c11388d4 2016-02-22 17:51:59 Details Diff |
ENH: Added data node inspector to Subject hierarchy module Previously there was only one inspector for the subject hierarchy node, but many times it is interesting to see the properties of the associated data node too. A second inspector has been added in another collapsible box. MRML node inspector changed so that the node information label (PrintSelf) is in a collapsible box itself, thus the attributes are visible when opening the inspector, and the potentially very long information can only be seen if the section isopened. Removed stray files and directories that have been found to have no purpose. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24941 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Widgets/Resources/UI/qMRMLNodeAttributeTableWidget.ui | Diff File | ||
mod - Libs/MRML/Widgets/qMRMLNodeAttributeTableWidget.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Resources/UI/qSlicerSubjectHierarchyModule.ui | Diff File | ||
rm - Modules/Loadable/SubjectHierarchy/Widgets/Resources/Icons/Labelmap.png | Diff File | ||
rm - Modules/Loadable/SubjectHierarchy/Widgets/Resources/Icons/Markup.png | Diff File | ||
rm - Modules/Loadable/SubjectHierarchy/Widgets/Resources/Icons/Model.png | Diff File | ||
rm - Modules/Loadable/SubjectHierarchy/Widgets/Resources/Icons/Volume.png | Diff File | ||
rm - Modules/Loadable/SubjectHierarchy/Widgets/Resources/Icons/VolumeVisibilityOff.png | Diff File | ||
rm - Modules/Loadable/SubjectHierarchy/Widgets/Resources/Icons/VolumeVisibilityOn.png | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/Resources/qSlicerSubjectHierarchyModuleWidgets.qrc | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyScriptedPlugin.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModuleWidget.cxx | Diff File | ||
mod - Modules/Loadable/SubjectHierarchy/qSlicerSubjectHierarchyModuleWidget.h | Diff File | ||
mod - Modules/Scripted/DICOMLib/Widgets/CMakeLists.txt | Diff File | ||
rm - Modules/Scripted/DICOMLib/Widgets/Resources/qSlicerDICOMLibModuleWidgets.qrc | Diff File | ||
master 0810ed25 2016-02-21 23:52:09 Details Diff |
COMP: Update SlicerDMRI to fix "CompareTxts" build errors //--------------------------- commit SlicerDMRI/SlicerDMRI@cab6a68 Author: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> Date: Sun Feb 21 23:15:09 2016 -0500 COMP: CompareTxts: Fix build errors 1) Include "cstdlib" to fix this build error: /home/jcfr/Projects/Slicer-Debug/DMRI/FiberTractMeasurements/Testing/CompareTxts.cxx: In function ‘int main(int, char**)’: /home/jcfr/Projects/Slicer-Debug/DMRI/FiberTractMeasurements/Testing/CompareTxts.cxx:20:12: error: ‘EXIT_FAILURE’ was not declared in this scope return EXIT_FAILURE; ^ 2) Construct "ifstream" using char* signature also available with c++ older that c++11: /home/jcfr/Projects/Slicer-Debug/DMRI/FiberTractMeasurements/Testing/CompareTxts.cxx:25:40: error: no matching function for call to ‘std::basic_ifstream<char>::basic_ifstream(std::__cxx11::string&)’ std::ifstream resultTxt(resultTxtPath); ^ //--------------------------- git-svn-id: http://svn.slicer.org/Slicer4/trunk@24940 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild.cmake | Diff File | ||
master e1284a96 2016-02-21 22:39:24 Details Diff |
ENH: Update SlicerDMRI remote module $ git shortlog --no-merges 86dc8ec8..17b96f4f Alex Yarmarkovich (1): BUG: 3044. Disable Fiber display options when no fiber is selected Isaiah (1): Update LICENSE.md formatting Isaiah Norton (3): ENH: fix 0000026: pick baseline imgs by b-val, not |grad| ENH: improve DWI masking results DWMasking: restore input image cast for better generality Lauren O'Donnell (2): Create README.md Create LICENSE.md zhangfanmark (2): STYLE: Update module name displayed with Space ENH: Add testing cases for FiberTractMeasurement From: Isaiah Norton <inorton@bwh.harvard.edu> git-svn-id: http://svn.slicer.org/Slicer4/trunk@24939 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild.cmake | Diff File | ||
master 8e8fa322 2016-02-21 20:28:47 Details Diff |
BUG: Handle exception if string encoding fails Sometimes there are tricky characters in the strings that need to be encoded (in my case 0xe9), throwing a UnicodeDecodeError exception, which, if not handled properly, results in a long list of SliceViewAnnotations error messages, furthermore stoppage of the running script From: Csaba Pinter <csaba.pinter@queensu.ca> git-svn-id: http://svn.slicer.org/Slicer4/trunk@24938 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Base/Python/slicer/util.py | Diff File | ||
master d14e03a7 2016-02-17 23:49:04 Details Diff |
ENH: Split qSlicerSimpleMarkupsWidget to two smaller widgets Split out qSlicerMarkupsPlaceWidget from qSlicerSimpleMarkupsWidget. The small qSlicerMarkupsPlaceWidget can be used in module GUIs for placing fiducials (and some basic manipulation, such as delete, change color, show/hide, lock are also available). It is also simpler to maintain two smaller widgets than one large widget. The public interface of qSlicerSimpleMarkupsWidget is essentially unchanged. Also added a Python selftest for qSlicerSimpleMarkupsWidget and qSlicerMarkupsPlaceWidget. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24937 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/Markups/Widgets/CMakeLists.txt | Diff File | ||
mod - Modules/Loadable/Markups/Widgets/DesignerPlugins/CMakeLists.txt | Diff File | ||
add - Modules/Loadable/Markups/Widgets/DesignerPlugins/qSlicerMarkupsPlaceWidgetPlugin.cxx | Diff File | ||
add - Modules/Loadable/Markups/Widgets/DesignerPlugins/qSlicerMarkupsPlaceWidgetPlugin.h | Diff File | ||
add - Modules/Loadable/Markups/Widgets/Resources/UI/qSlicerMarkupsPlaceWidget.ui | Diff File | ||
mod - Modules/Loadable/Markups/Widgets/Resources/UI/qSlicerSimpleMarkupsWidget.ui | Diff File | ||
mod - Modules/Loadable/Markups/Widgets/Testing/CMakeLists.txt | Diff File | ||
add - Modules/Loadable/Markups/Widgets/Testing/Python/CMakeLists.txt | Diff File | ||
add - Modules/Loadable/Markups/Widgets/Testing/Python/MarkupsWidgetsSelfTest.py | Diff File | ||
add - Modules/Loadable/Markups/Widgets/qSlicerMarkupsPlaceWidget.cxx | Diff File | ||
add - Modules/Loadable/Markups/Widgets/qSlicerMarkupsPlaceWidget.h | Diff File | ||
mod - Modules/Loadable/Markups/Widgets/qSlicerSimpleMarkupsWidget.cxx | Diff File | ||
mod - Modules/Loadable/Markups/Widgets/qSlicerSimpleMarkupsWidget.h | Diff File | ||
master e110dc7b 2016-02-17 23:36:15 Details Diff |
STYLE: Minor style fixes in TablesSelfTest.py git-svn-id: http://svn.slicer.org/Slicer4/trunk@24936 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/Tables/Testing/Python/TablesSelfTest.py | Diff File | ||
master 88fd4005 2016-02-17 23:33:09 Details Diff |
STYLE: Removed duplicated code git-svn-id: http://svn.slicer.org/Slicer4/trunk@24935 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/MRML/Widgets/qMRMLThreeDViewControllerWidget.cxx | Diff File | ||
master d9a07719 2016-02-17 23:31:03 Details Diff |
BUG: Fixed inconsistent mouse mode toolbar state Fixes this faulty behavior: * Start Slicer * Switch mouse mode to place ruler => mouse cursor becomes a ruler * Switch mouse mode to place ROI => ERROR: mouse mode stays a ruler (it should have switched to ROI) git-svn-id: http://svn.slicer.org/Slicer4/trunk@24934 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Base/QTGUI/qSlicerMouseModeToolBar.cxx | Diff File | ||
master 99f0b3a4 2016-02-17 19:06:07 Details Diff |
COMP: Support toggling of Slicer_BUILD_ITKPython option. By systematically setting the option "ITK_WRAP_PYTHON" based on the value of "Slicer_BUILD_ITKPython", ITK Python wrapping will effectively be enabled or disabled. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24933 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild/External_ITKv4.cmake | Diff File | ||
master c3cdc730 2016-02-17 19:06:05 Details Diff |
ENH: Update ITK version $ git shortlog b61e91d..84ba36b --no-merges Alvaro Sanchez (1): STYLE: moved itkKappaSigmaThresholdImageFilter/Calculator from Nonunit/Review Bill Hoffman (2): COMP: fix shared build on Windows when Review is on. COMP: work around for VS 2015 optimizer bug causing test failures. Bill Lorensen (1): ENH: Bump version for style fixups. Bradley Lowekamp (1): BUG: Compilation problem with GCC 4.1 and explicit instantiation Davis Vigneault (2): ENH: Update itkFileTools to allow std::string arguments. ENH: Add Floored and Truncated Modulus to VNL GDCM Upstream (1): GDCM 2015-09-02 (1efe9e28) Hans Johnson (3): COMP: Static analysis warning COMP: Incorrect delete found by static analysis PERF: Avoid temporary std:vector copying. Hyun Jae Kang (16): COMP: Fixed the compiler error of ITKCommon2TestDriver on OSX 10.6 BUG: Fixed the runtime crash of VideoSourceTest on OSX 10.6 BUG: Fixed the runtime crash of itkTimeProbeTest2 BUG: Fixed the runtime crash of ITKFastMarchingTestDriver's tests on OSX 10.6 BUG: Fixed the runtime crash of ITKReviewTestDriver on OSX 10.6 COMP: Fixed the data conversion warning messages of itkResourceProbe BUG: Fixed the runtime crash of itkLabelOverlapMeasuresImageFilterTest BUG: Fixed the runtime crash of ITKStatisticsTestDriver tests on OSX 10.6 BUG: Fixed the runtime crash of itkMRIBiasFieldCorrectionFilterTest BUG: Fixed the runtime crash of itkBinaryShapeOpeningImageFilterTest1 BUG: Fixed the runtime crash of vnl_test_complex on OSX 10.6 BUG: Fixed the runtime crash of vnl_test_numeric_traits BUG: Fixed the runtime crash of test_pow_log on OSX 10.6 BUG: Exclude a test code of ITKLabelMapTestDriver on OSX 10.6 BUG: Fixed the failed test case of itkSTLThreadTest on OS X 10.8 COMP: Update KWStyle to utilize the latest boost library Jean-Christophe Fillion-Robin (4): COMP: ITKExternalModule: Support building module without test directory. STYLE: Facilitate maintenance of CastXML generator refactoring CMakeLists COMP: Allow use of multiple "ITK external modules" in the same project. COMP: Fix Slicer MacOSX extension packaging setting CMP0042 policy to OLD Lucas Gandel (3): ENH: Implement GetNumberOfParameter() in ImageToSpatialObjectMetric COMP: Enable wrapping of multiple "ITK external modules" in the same project COMP: Fix CASTXML_EXECUTABLE value for multiple external module Matthew McCormick (18): ENH: Add TwoProjectionRegistration Remote Module. ENH: Allow ITKVideoBridgeOpenCV to be built externally. COMP: Add export specification for itk::ResourceProbe. ENH: Do not force shared libraries when wrapping. BUG: BUILD_TESTING should be not advanced. ENH: Bump ITK version to 4.10.0. DOC: Correct ITKImageNoise description spelling. ENH: Wrap FFTNormalizedCorrelationImageFilter. BUG: Remove Azure ExternalData resource. BUG: ExternalData downloads from midas3.kitware.com only supports https. BUG: Update ExternalData resource. BUG: slicer.kitware.com/midas3/ ExternalData will not support http. ENH: Add ITK_CUSTOM_LIBRARY_SUFFIX variable. ENH: Wrap PipelineMonitorImageFilter. ENH: Wrap std::vector< itk::ImageRegion >. BUG: Fix wrapping build with DEFAULT_MODULES OFF. ENH: Add RGB pixel support to ImageToVTKImageFilter. ENH: Add RGB and vector pixel type wrapping for ImageToVTKImageFilter. Michka Popoff (3): ENH: Use importlib for python 3.4 instead of imp ENH: Update to Swig 3.0.8 ENH: Update PCRE to version 8.38 Nick Tustison (1): ENH: Add fixed/moving masking in reg. methods. Sean McBride (10): COMP: Made script OS X compatible COMP: mark GDCM GetSeriesHelper() method as deprecated BUG: update script to fetch GDCM from its release-2-4 branch instead of master DOC: Updated comment to reflect new GDCM version COMP: Fixed recently introduced build error with deprecated GDCM method BUG: Fixed invalid memory access found by ASan COMP: Fixed clang warning about macro expansion giving defined COMP: Fixed minor dashboards warnings and typos. COMP: Fixed a bunch of clang -Wunreachable-code-break warnings COMP: fixed some dashboard warnings (dead code, false positive) Shawn Waldon (1): STYLE: move itkGaussianDerivativeOperator Sujin Philip (1): STYLE: Move itkBox* Filters Sumedha Singla (2): ENH: Issue: ITK#3363 Replaced assignment in SetParameters function. ENH: Remove unnecessary const_cast Vladimir S. FONOV (1): MINC 2015-12-17 (dcb93a5f) git-svn-id: http://svn.slicer.org/Slicer4/trunk@24932 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - SuperBuild/External_ITKv4.cmake | Diff File | ||
master 1da0a4e1 2016-02-17 19:01:34 Details Diff |
BUG: Fixed display of cloned node if it has parent transform git-svn-id: http://svn.slicer.org/Slicer4/trunk@24931 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyCloneNodePlugin.cxx | Diff File |