
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 3099 (100.0%) | 89073 (100.0%) | 28.7 |
| lorensen | 856 (27.6%) | 17424 (19.6%) | 20.3 |
| kentwilliams | 290 (9.4%) | 17396 (19.5%) | 59.9 |
| jjomier | 208 (6.7%) | 8917 (10.0%) | 42.8 |
| ibanez | 503 (16.2%) | 8511 (9.6%) | 16.9 |
| hjohnson | 136 (4.4%) | 7575 (8.5%) | 55.6 |
| malaterre | 284 (9.2%) | 6582 (7.4%) | 23.1 |
| will | 277 (8.9%) | 5992 (6.7%) | 21.6 |
| hoffman | 46 (1.5%) | 3572 (4.0%) | 77.6 |
| millerjv | 105 (3.4%) | 2073 (2.3%) | 19.7 |
| aylward | 48 (1.5%) | 1977 (2.2%) | 41.1 |
| kindlmann | 19 (0.6%) | 1392 (1.6%) | 73.2 |
| blowekamp | 41 (1.3%) | 1357 (1.5%) | 33.0 |
| wilson | 15 (0.5%) | 1259 (1.4%) | 83.9 |
| cates | 12 (0.4%) | 753 (0.8%) | 62.7 |
| glehmann | 24 (0.8%) | 662 (0.7%) | 27.5 |
| karthik | 49 (1.6%) | 588 (0.7%) | 12.0 |
| turek | 14 (0.5%) | 565 (0.6%) | 40.3 |
| padfield | 12 (0.4%) | 530 (0.6%) | 44.1 |
| tamburo | 14 (0.5%) | 311 (0.3%) | 22.2 |
| king | 57 (1.8%) | 288 (0.3%) | 5.0 |
| foskey | 8 (0.3%) | 282 (0.3%) | 35.2 |
| vmagnotta | 11 (0.4%) | 256 (0.3%) | 23.2 |
| blezek | 11 (0.4%) | 204 (0.2%) | 18.5 |
| mcoursolle | 6 (0.2%) | 189 (0.2%) | 31.5 |
| andy | 4 (0.1%) | 113 (0.1%) | 28.2 |
| davisb | 3 (0.1%) | 90 (0.1%) | 30.0 |
| seanmcbride | 6 (0.2%) | 42 (0.0%) | 7.0 |
| david.cole | 6 (0.2%) | 33 (0.0%) | 5.5 |
| zpincus | 2 (0.1%) | 30 (0.0%) | 15.0 |
| lng | 7 (0.2%) | 29 (0.0%) | 4.1 |
| barre | 5 (0.2%) | 28 (0.0%) | 5.6 |
| Michel | 2 (0.1%) | 14 (0.0%) | 7.0 |
| turner | 1 (0.0%) | 11 (0.0%) | 11.0 |
| tom.vercauteren | 2 (0.1%) | 8 (0.0%) | 4.0 |
| smr | 2 (0.1%) | 6 (0.0%) | 3.0 |
| styner | 10 (0.3%) | 5 (0.0%) | 0.5 |
| pauly | 1 (0.0%) | 3 (0.0%) | 3.0 |
| mariusstaring | 1 (0.0%) | 3 (0.0%) | 3.0 |
| cpbotha | 1 (0.0%) | 3 (0.0%) | 3.0 |
ENH: Added header metadata to the metadata dictionary
167 lines of code changed in:
ENH: replaced (some int type)vcl_ceil by Math::Ceil
6 lines of code changed in:
BUG: 6558 changing rounding methods to use the templated rounding methods in itkMath, this enables the support of the full size of typename itk::Index::ValueType regaurdless of its size.
4 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...
7 lines of code changed in:
DOC:
bug 3503, grammar mistake
3 lines of code changed in:
BUG: Revert patch for older GDCM 2.x version. Thanks to Daniele E. Domenichelli
7 lines of code changed in:
BUG: FIX 0009129: Can't read private tags in dicom files using gdcm version 2.0. Thanks to Richard Beare for patch
5 lines of code changed in:
BUG: Need to convert binary string to ASCII. Using the opposite of StringFilter::FromString.
23 lines of code changed in:
BUG: FIX 0009570: ITK / GDCM 2.x does not handle writting floating point image
103 lines of code changed in:
BUG: FIX: 0009569 GDCMImageIO with gdcm 2.x does not respect UseCompression flag
78 lines of code changed in:
BUG: Fix 0007748: itk::GDCMImageIO::Write() Image Orientation (Patient)
15 lines of code changed in:
BUG: progress never reached 1.0, this fix does not result in a divide by zero
3 lines of code changed in:
STYLE: missing close parentheses
3 lines of code changed in:
BUG: progress never reached 1.0, off by one error on the denominator
3 lines of code changed in:
BUG: Thanks to Sean McBride for report. Rescale Slope/Rescale Intercept are stored in a VR:DS attribute, thus the closest thing is a 64bits floating point number (double float).
5 lines of code changed in:
BUG: 6840 Changed ImageFileReader::DoConvertBuffer/ConvertPixelBuffer to use size_t instead of int so that images > INT_MAX may be converted
59 lines of code changed in:
BUG: replaced unsigned long with size_t
3 lines of code changed in:
BUG: 9205 and 9149 Added checking when io dimension is greater than the templated dimension, enabled reading on a single ND file to an ND image, adding test to verify most combinations of input file dimensions to output image dimensions, enabled throwing of an exception when reading a series of ND+ files to an ND image
49 lines of code changed in:
COMP: Fixed compiler error due to inconsistent const correctness.
3 lines of code changed in:
BUG: 9205 (and 9149) a better fix, following the advice given by Sebastian Steger in the users list: reusing the code that collapses the dimensions of the image according to the sizes == 1 in the image extent.
47 lines of code changed in:
(1451 more)