
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 815 (100.0%) | 17704 (100.0%) | 21.7 |
| ibanez | 246 (30.2%) | 9683 (54.7%) | 39.3 |
| lorensen | 394 (48.3%) | 1907 (10.8%) | 4.8 |
| lng | 22 (2.7%) | 1532 (8.7%) | 69.6 |
| cates | 23 (2.8%) | 1418 (8.0%) | 61.6 |
| will | 64 (7.9%) | 1334 (7.5%) | 20.8 |
| jjomier | 19 (2.3%) | 811 (4.6%) | 42.6 |
| tessa | 17 (2.1%) | 406 (2.3%) | 23.8 |
| karthik | 18 (2.2%) | 209 (1.2%) | 11.6 |
| cpbotha | 3 (0.4%) | 197 (1.1%) | 65.6 |
| jin | 6 (0.7%) | 166 (0.9%) | 27.6 |
| padfield | 1 (0.1%) | 29 (0.2%) | 29.0 |
| king | 1 (0.1%) | 11 (0.1%) | 11.0 |
| malaterre | 1 (0.1%) | 1 (0.0%) | 1.0 |
ENH: Clarifying that the FastMarching filter requires the user to set the Region, Spacing, Origin and Direction of the output image.
13 lines of code changed in:
COMP: Replacing "sqrt","exp" and "pow" with their "vcl_" counterparts in order to support Sun-CC with -stlport4.
4 lines of code changed in:
COMP: Replacing "cos" and "sin" with "vnl_cos" and "vnl_sin" to support Sun-CC with -stlport4.
4 lines of code changed in:
STYLE: According to KWStyle.
300 lines of code changed in:
COMP: Missed to add #ifdef ITK_USE_REVIEW around the #include of the VTKPolyDataWriter.
11 lines of code changed in:
ENH: Fine tunning parameters of the 3D cellular-based segmentation example. Increasing low threshold, reducing number of iterations.
1 lines of code changed in:
ENH: Improving examples for cellular-based segmentation. Now saving the output mesh, and also added a 3D example.
328 lines of code changed in:
ENH: Adding 3D example of ConfidenceConnected applied to extracting White Matter from one of the brainweb datasets. WARNING: Note that the seed points are hard coded.
164 lines of code changed in:
ENH: Adding another example on the use of the Watershed filter. This example illustrates the case of a 3D scalar image.
149 lines of code changed in:
ENH: Adding conditional statements to prevent the ADD_TEST() commands to be included when BUILD_TESTING has been disabled in the top configuration. In its previous state, building with EXAMPLES ON and TESTING OFF will still generate a collection of tests. This patch was contributed by Wes Turner ENH: The executables for the test drivers were grouped to differentiate them from the actual examples.
105 lines of code changed in:
COMP: shadowed variable/type warnings.
8 lines of code changed in:
COMP:Removing redundant libraries that cause duplicate symbols on some platforms (e.g.Mac)..
1 lines of code changed in:
COMP:Removing redundant libraries that cause duplicate symbols on some platforms (.e.g.Mac)..
3 lines of code changed in:
COMP: Duplicate ITKCommon removed.
2 lines of code changed in:
BUG:Fixed spelling errors; partial rewrite
20 lines of code changed in:
BUG:Fixed spelling errors
18 lines of code changed in:
STYLE: No #define / #ifdef / #define symbols should be placed between the tags used for the Software Guide: BeginCommandLineArgs - EndCommandLineArgs BeginLatex - EndLatex BeginCodeSnippet - EndCodeSnippet
123 lines of code changed in:
COMP: Borland can now handle all Examples since itkDebugMacro is empty for the Borland compiler.
0 lines of code changed in:
COMP: Borland needs ITK_LEAN_AND_MEAN to avoid linker overflow.
129 lines of code changed in:
COMP: ITK_LEAN_AND_MEAN for Borland.
36 lines of code changed in:
(273 more)