
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 57 (100.0%) | 4670 (100.0%) | 81.9 |
| ibanez | 19 (33.3%) | 3750 (80.3%) | 197.3 |
| lorensen | 25 (43.9%) | 834 (17.9%) | 33.3 |
| mcoursolle | 2 (3.5%) | 34 (0.7%) | 17.0 |
| hjohnson | 6 (10.5%) | 34 (0.7%) | 5.6 |
| jjomier | 4 (7.0%) | 15 (0.3%) | 3.7 |
| barre | 1 (1.8%) | 3 (0.1%) | 3.0 |
BUG: This CMakeLists.txt file was removing one character from the "include" directory name and installing it in an incorrect location. It has now been homogenized with the other subdirectories of Insight/Code.
8 lines of code changed in:
BUG: 9757: Feature Request: Flatten the header directory structure when installing ITK. A CMake option called ITK_USE_FLAT_DIRECTORY has been added. When ON, all the Headers from Insight/Code subdirectories will be copied to a single destination directory. We are still working on flattening the Insight/Utilities tree...
9 lines of code changed in:
BUG: 7372 GetFuzzyScene() return image without correct origin or spacing.
4 lines of code changed in:
COMP: Replacing "pow" with "vcl_pow" in order to support Sun-CC with -stlport4.
3 lines of code changed in:
COMP: Replacing "exp" with "vcl_exp" in order to support Sun-CC compiler with -stlport4. Also replacing name of exception variables "exp" with "excp" to avoid human confusion.
6 lines of code changed in:
COMP: Replacing "fabs" with "vcl_fabs" in order to support compilation with Sun-CC and -stlport4.
3 lines of code changed in:
STYLE: according to kwstyle.
159 lines of code changed in:
STYLE: According to kwstyle.
52 lines of code changed in:
BUG: BUGID 0008058 Output images of filters were not consistently setting the image Directions at the same time as setting the desired output spacing and origins.
4 lines of code changed in:
COMP: possible use of uninitialized variables, dxyRef1 and dxyRef2.
10 lines of code changed in:
COMP: possible use of uninitialized variable. STYLE: indentation
562 lines of code changed in:
COMP: shadowed variable/type warnings. unsigned/signed comparison warnings.
9 lines of code changed in:
BUG: 477 Doxygen error
3 lines of code changed in:
BUG: 477 Fixed style
5 lines of code changed in:
COMP: [5255] Replace instances of conflicting Objective-C++ keyword id.
34 lines of code changed in:
ENH: remove hard-coded references to all install paths. Add the usual variables to enable/disable installation of libraries, run-time, development, etc.
3 lines of code changed in:
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin).
30 lines of code changed in:
STYLE: itk:: not required within itk namespace.
6 lines of code changed in:
COMP: Missing semicolon
3 lines of code changed in:
COMP: wrong vector assignment
4 lines of code changed in:
(7 more)