Directory Modules/ChangeTracker/CommandLineApplication/

Total Files:
3
Deleted Files:
2
Lines of Code:
1055

[root]/Modules/ChangeTracker/CommandLineApplication

Lines of Code

Modules/ChangeTracker/CommandLineApplication/ Lines of Code

Developers

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

Most Recent Commits

jcfr 2009-12-07 23:15 Rev.: 11209

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:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (changed)
fedorov 2009-10-26 16:17 Rev.: 10753

STYLE: unused variable warning

8 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+8)
fedorov 2009-10-26 15:41 Rev.: 10751

STYLE: get rid of warnings that show up with warn_unused_result

2 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+2 -2)
fedorov 2009-10-14 14:52 Rev.: 10645

BUG: DefineSuperSampleSize must be independent of the MRML node

1 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+1 -1)
fedorov 2009-08-11 15:51 Rev.: 10218

BUG: wrong choice for the default ResampleChoice value

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.xml (changed)
fedorov 2009-08-11 15:38 Rev.: 10217

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:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed), ChangeTrackerCommandLine.xml (changed)
fedorov 2009-05-01 16:19 Rev.: 9390

ENH: commiting changes to sync with 3-4 branch fixes

0 lines of code changed in 2 files:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed), ChangeTrackerCommandLine.xml (changed)
fedorov 2009-03-17 17:47 Rev.: 8899

BUG: fixed file io to have deformable metric working

11 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+11 -10)
fedorov 2009-03-17 10:55 Rev.: 8895

BUG: install command line in Slicer/bin

1 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (+1)
fedorov 2009-03-11 14:27 Rev.: 8869

BUG: fixed execution with non-ITK registration

16 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+16 -6)
fedorov 2009-02-09 15:19 Rev.: 8607

BUG: command line module should not be installed as plugin

4 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (+4 -2)
fedorov 2009-02-08 10:46 Rev.: 8597

BUG: fixing memory leaks when exiting after global registration

15 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+15)
fedorov 2009-02-05 14:26 Rev.: 8576

BUG: ctest is still not giving the full output!

5 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+5 -5)
fedorov 2009-02-05 14:11 Rev.: 8575

BUG: an easy fix to eliminate memory leaks

7 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+7 -5)
fedorov 2009-02-04 18:36 Rev.: 8555

BUG: fixed incompatible "exec date" (thanks, Steve!)

1 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+1 -1)
fedorov 2009-02-02 11:20 Rev.: 8496

ENH: Added CTest directive not to truncate console output. EXIT_SUCCESS
is enabled now

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed)
fedorov 2009-01-26 22:52 Rev.: 8475

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:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed)
fedorov 2009-01-26 18:48 Rev.: 8472

ENH: suppress registration progress output

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed)
fedorov 2009-01-26 18:25 Rev.: 8471

BUG: fixed retrieval of Slicer3 path, didn't work on windows

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed)
fedorov 2009-01-25 13:30 Rev.: 8466

BUG: changing main() signature to fix the Windows compilation bug
(thanks, Bill!!!)

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed)
fedorov 2009-01-23 18:31 Rev.: 8461

ENH: Testing for ChangeTracker

0 lines of code changed in 2 files:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (changed), ChangeTrackerCommandLine.cxx (changed)
fedorov 2009-01-20 08:33 Rev.: 8412

BUG: Added library install

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (changed)
fedorov 2009-01-20 08:31 Rev.: 8411

BUG: missed *Lib in target definition!

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (changed)
fedorov 2009-01-20 08:15 Rev.: 8410

BUG: added vtkCommon to hopefully fix the Mac build problem

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (changed)
fedorov 2009-01-18 21:19 Rev.: 8405

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:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (changed), ChangeTrackerCommandLine.cxx (changed), ChangeTrackerCommandLine.xml (changed)
fedorov 2009-01-14 14:07 Rev.: 8388

ENH: Starting to add ChangeTracker tests

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (changed)
lorensen 2008-12-29 11:19 Rev.: 8206

COMP: warnings of various sorts.

1 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (+1 -1)
lorensen 2008-11-23 14:01 Rev.: 7961

COMP: various warnings.

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed)
pohl 2008-11-22 00:37 Rev.: 7950

ENH: Meassure Growth and Shrinkage seperatly

0 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed)
pohl 2008-11-20 21:29 Rev.: 7936

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:

  • Modules/ChangeTracker/CommandLineApplication: ChangeTrackerCommandLine.cxx (changed)
fedorov 2008-11-17 17:36 Rev.: 7895

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:

  • Modules/ChangeTracker/CommandLineApplication: CMakeLists.txt (new), ChangeTrackerCommandLine.cxx (new 827), ChangeTrackerCommandLine.xml (new 120), TumorGrowthCommandLine.cxx (del), TumorGrowthCommandLine.xml (del)
Generated by StatSVN 0.5.0