
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 163 (100.0%) | 22867 (100.0%) | 140.2 |
| karthik | 110 (67.5%) | 22451 (98.2%) | 204.1 |
| lorensen | 25 (15.3%) | 288 (1.3%) | 11.5 |
| ibanez | 20 (12.3%) | 88 (0.4%) | 4.4 |
| glehmann | 5 (3.1%) | 26 (0.1%) | 5.2 |
| blowekamp | 2 (1.2%) | 8 (0.0%) | 4.0 |
| kentwilliams | 1 (0.6%) | 6 (0.0%) | 6.0 |
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...
8 lines of code changed in:
COMP: accomodate some API drift in the Review directory
6 lines of code changed in:
BUG: 6840 Adding test which runs ImageFileReader::DoConvertBuffer with the number of pixel > INT_MAX
3 lines of code changed in:
COMP: Use vcl_ versions of pqrt, nd fabsto fix build with sun studio
8 lines of code changed in:
COMP: Replacing "unsigned long" with "size_t" as the basic IdentifierType. In this way we should get a consistent behavior for large number of samples, when using 64bits platforms.
3 lines of code changed in:
COMP: Removing #if conditionals related to ITK_USE_REVIEW_STATISTICS. The symbol should never be used in the files in this directory, since these files are only available if the symbol is ON.
4 lines of code changed in:
BUG: The installation directory was still referring to Code/Numerics/Statistics, when it should have been : Code/Review/Statistics. Reported by Brad Lowekamp in the developers list: http://www.itk.org/mailman/private/insight-developers/2009-August/013202.html
1 lines of code changed in:
COMP: Use vcl_ versions of pow, sqrt, log and exp to fix build with sun studio
18 lines of code changed in:
STYLE: Changed raw numbers to use vnl's numeric constants
5 lines of code changed in:
BUG: wrong Superclass or itkTypeMacro superclass.
23 lines of code changed in:
COMP: id is a reserved word in objective-c.
4 lines of code changed in:
COMP: VS6 cannot handle the MeasurementVector::Assert metjod for FixedArray's.
16 lines of code changed in:
COMP: Try to resolve VS6 compiler errors such as http://www.cdash.org/CDash/viewBuildError.php?buildid=338245
7 lines of code changed in:
COMP: m_NumberOfClasses was not initialized in the constructor.
4 lines of code changed in:
ENH: Fix memory leaks.
3 lines of code changed in:
COMP: VS6 had trouble with protected iterators. For Vs^ only, removed protected status of the iterators.
70 lines of code changed in:
COMP: Warnings.
3 lines of code changed in:
ENH: Replaced itkGetMacro with itkGetConstMacro.
3 lines of code changed in:
ENH: more descriptive exceptions.
145 lines of code changed in:
ENH: replaced exp() with vcl_exp(). ENH: Clamp inverse calculation to bounds of double if there is an invalid argument.
20 lines of code changed in:
(6 more)