[root]/Libs/vtkITK
Testing
(3 files, 263 lines)
Tcl
(2 files, 52 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 306 (100.0%) | 12392 (100.0%) | 40.4 |
| pieper | 72 (23.5%) | 3766 (30.4%) | 52.3 |
| bess | 18 (5.9%) | 2865 (23.1%) | 159.1 |
| alexy | 38 (12.4%) | 1966 (15.9%) | 51.7 |
| millerjv | 42 (13.7%) | 1963 (15.8%) | 46.7 |
| blezek | 13 (4.2%) | 1290 (10.4%) | 99.2 |
| naucoin | 17 (5.6%) | 378 (3.1%) | 22.2 |
| barre | 12 (3.9%) | 83 (0.7%) | 6.9 |
| lorensen | 49 (16.0%) | 72 (0.6%) | 1.4 |
| malaterre | 4 (1.3%) | 6 (0.0%) | 1.5 |
| andy | 1 (0.3%) | 3 (0.0%) | 3.0 |
| yumin | 2 (0.7%) | 0 (0.0%) | 0.0 |
| taox | 28 (9.2%) | 0 (0.0%) | 0.0 |
| jcfr | 2 (0.7%) | 0 (0.0%) | 0.0 |
| domibel | 1 (0.3%) | 0 (0.0%) | 0.0 |
| davisb | 3 (1.0%) | 0 (0.0%) | 0.0 |
| aylward | 4 (1.3%) | 0 (0.0%) | 0.0 |
ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY
See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs
when subdirs command was taking a list of directory, change it
using the following pattern:
Before:
subdirs(sagarmatha kumbhu eiger)
After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)
0 lines of code changed in 1 file:
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:
BUG: label map filters expect integers.
0 lines of code changed in 1 file:
ENH: Version numbering for shared libraries
0 lines of code changed in 1 file:
ENH: using resampling to get the second image into the coordinate frame of the first. This gets us progress, abort, and the linear fastpath through the resampling
139 lines of code changed in 1 file:
BUG: remove incorrect license info
0 lines of code changed in 4 files:
COMP: merge warning fixes from 3.4 release branch to trunk
0 lines of code changed in 1 file:
BUG: uninitialized instance variable caused incorrect scene load behavior
0 lines of code changed in 1 file:
BUG: fix capitlization issue in header filename (worked on windows, but not on unix)
0 lines of code changed in 1 file:
BUG: remove unwanted DICOMParser from IO Factory and fix error macro bug trying to print null pointer
0 lines of code changed in 2 files:
ENH: add progress methods for time consuming island operations
0 lines of code changed in 2 files:
ENH: new ITK implementation of island operations to replace old code
288 lines of code changed in 3 files:
COMP: warnings of various sorts.
2 lines of code changed in 2 files:
COMP: warnings, mainly about possible use of variables that have not been assigned values.
1 lines of code changed in 1 file:
BUG: include image spacing in the distance transform calculation
0 lines of code changed in 1 file:
COMP: various warnings.
0 lines of code changed in 2 files:
COMP: various warnings.
0 lines of code changed in 4 files:
COMP: handle long long types on linux 64 (apparently old design pattern did not work?)
0 lines of code changed in 1 file:
ENH: update distance transform to get rid of vtkITKImageToImageFilterUSF and use simpler vtkSimpleImageFilter code
0 lines of code changed in 2 files:
BUG: disable sorting dicom images by trigger time, since this does not match the volume definition for some MR files (additional tools will probably be needed).
0 lines of code changed in 1 file:
COMP: warnings.
0 lines of code changed in 1 file:
BUG: removed duplicate source file
0 lines of code changed in 1 file:
ENH: new approach to wand filter
0 lines of code changed in 3 files:
BUG: add in bounds checking before accessing the array
0 lines of code changed in 1 file:
ENH: add GetInput method for completeness
0 lines of code changed in 1 file:
BUG: wrong output type for the cast for this combination
0 lines of code changed in 1 file:
ENH: infrastructure for new distance transform filter
315 lines of code changed in 4 files:
ENH: Modified the mrml save dialog with the new design and functionalities. Here is the detail: http://www.slicer.org/slicerWiki/index.php/User:Barre/TODO
0 lines of code changed in 2 files:
BUG: set all readers and storage nodes to use native origin by default to be consistent with GUI and to work correctly for non-centered data going to command line modules
1 lines of code changed in 1 file:
ENH: use a const char for the file name
0 lines of code changed in 2 files:
ENH: make reset method public and add documentation
0 lines of code changed in 1 file:
ENH: make a couple of functions public so other class can access FileNames.
0 lines of code changed in 1 file:
ENH: added new function const char* GetFileName( unsigned int n ).
0 lines of code changed in 2 files:
ENH: Is this an ENH!? Content time may not be a good field to separate sub sequences.
0 lines of code changed in 1 file:
ENH: By default, assemble a volume that containing Archetype.
0 lines of code changed in 2 files:
BUG: avoid crash when testing the header of a non-image data file
0 lines of code changed in 1 file:
ENH: Added a new function for Archetype Reader so that user can directly add file names (one at a time for vtk wrapping). One user set file names, only these files given by the user will be analyzed.
0 lines of code changed in 2 files:
BUG: gdcmIO does not throw an exception even if it can not read a file.
0 lines of code changed in 1 file:
BUG: gdcmIO does not throw an exception even if it can not read a file.
0 lines of code changed in 1 file:
ENH: Removed m_AppendMode and used superclass's member functions to access it.
0 lines of code changed in 2 files:
(109 more)