[root]/Modules/ChangeTracker/CommandLineApplication
![]()
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 41 (100.0%) | 1019 (100.0%) | 24.8 |
| fedorov | 36 (87.8%) | 1018 (99.9%) | 28.2 |
| lorensen | 2 (4.9%) | 1 (0.1%) | 0.5 |
| pohl | 2 (4.9%) | 0 (0.0%) | 0.0 |
| jcfr | 1 (2.4%) | 0 (0.0%) | 0.0 |
ENH: Update CMakeLists.txt - CMake 2.6 is now required
The following line have been added:
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
0 lines of code changed in 1 file:
STYLE: unused variable warning
8 lines of code changed in 1 file:
STYLE: get rid of warnings that show up with warn_unused_result
2 lines of code changed in 1 file:
BUG: DefineSuperSampleSize must be independent of the MRML node
1 lines of code changed in 1 file:
BUG: wrong choice for the default ResampleChoice value
0 lines of code changed in 1 file:
BUG: changes in the procedure for determining the voxel size for supersampled
volume were not propagated to the command line module
0 lines of code changed in 2 files:
ENH: commiting changes to sync with 3-4 branch fixes
0 lines of code changed in 2 files:
BUG: fixed file io to have deformable metric working
11 lines of code changed in 1 file:
BUG: install command line in Slicer/bin
1 lines of code changed in 1 file:
BUG: fixed execution with non-ITK registration
16 lines of code changed in 1 file:
BUG: command line module should not be installed as plugin
4 lines of code changed in 1 file:
BUG: fixing memory leaks when exiting after global registration
15 lines of code changed in 1 file:
BUG: ctest is still not giving the full output!
5 lines of code changed in 1 file:
BUG: an easy fix to eliminate memory leaks
7 lines of code changed in 1 file:
BUG: fixed incompatible "exec date" (thanks, Steve!)
1 lines of code changed in 1 file:
ENH: Added CTest directive not to truncate console output. EXIT_SUCCESS
is enabled now
0 lines of code changed in 1 file:
BUG: output redirection doesn't work on Windows; changed the CL module
to always fail to be able to get output on the dashboard
0 lines of code changed in 1 file:
ENH: suppress registration progress output
0 lines of code changed in 1 file:
BUG: fixed retrieval of Slicer3 path, didn't work on windows
0 lines of code changed in 1 file:
BUG: changing main() signature to fix the Windows compilation bug
(thanks, Bill!!!)
0 lines of code changed in 1 file:
ENH: Testing for ChangeTracker
0 lines of code changed in 2 files:
BUG: Added library install
0 lines of code changed in 1 file:
BUG: missed *Lib in target definition!
0 lines of code changed in 1 file:
BUG: added vtkCommon to hopefully fix the Mac build problem
0 lines of code changed in 1 file:
ENH: Restructuring command line application to use Rigid registration
module, and be in agreement with the testing framework
0 lines of code changed in 3 files:
ENH: Starting to add ChangeTracker tests
0 lines of code changed in 1 file:
COMP: warnings of various sorts.
1 lines of code changed in 1 file:
COMP: various warnings.
0 lines of code changed in 1 file:
ENH: Meassure Growth and Shrinkage seperatly
0 lines of code changed in 1 file:
STYLE: Just made changes for debugging code - running the pipeline from the commandline gives the same results as from gui
0 lines of code changed in 1 file:
ENH: updated naming conventions for ChangeTracker module. Initial commit in a
sequence of updates to substitute rigid registration component of
ChangeTracker with the functionality of the "Linear registration" module.
947 lines of code changed in 6 files: