
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 1119 (100.0%) | 27903 (100.0%) | 24.9 |
| ibanez | 215 (19.2%) | 6252 (22.4%) | 29.0 |
| jjomier | 140 (12.5%) | 3817 (13.7%) | 27.2 |
| kentwilliams | 94 (8.4%) | 3787 (13.6%) | 40.2 |
| lorensen | 286 (25.6%) | 3542 (12.7%) | 12.3 |
| blowekamp | 65 (5.8%) | 3127 (11.2%) | 48.1 |
| kindlmann | 18 (1.6%) | 1108 (4.0%) | 61.5 |
| aylward | 16 (1.4%) | 958 (3.4%) | 59.8 |
| malaterre | 62 (5.5%) | 885 (3.2%) | 14.2 |
| hjohnson | 32 (2.9%) | 865 (3.1%) | 27.0 |
| will | 59 (5.3%) | 652 (2.3%) | 11.0 |
| hoffman | 31 (2.8%) | 580 (2.1%) | 18.7 |
| davisb | 10 (0.9%) | 369 (1.3%) | 36.9 |
| tom.vercauteren | 3 (0.3%) | 358 (1.3%) | 119.3 |
| padfield | 5 (0.4%) | 270 (1.0%) | 54.0 |
| cates | 4 (0.4%) | 243 (0.9%) | 60.7 |
| king | 27 (2.4%) | 237 (0.8%) | 8.7 |
| blezek | 6 (0.5%) | 138 (0.5%) | 23.0 |
| glehmann | 13 (1.2%) | 126 (0.5%) | 9.6 |
| karthik | 3 (0.3%) | 121 (0.4%) | 40.3 |
| tamburo | 6 (0.5%) | 118 (0.4%) | 19.6 |
| millerjv | 5 (0.4%) | 96 (0.3%) | 19.2 |
| warfield | 3 (0.3%) | 94 (0.3%) | 31.3 |
| turek | 3 (0.3%) | 89 (0.3%) | 29.6 |
| wilson | 2 (0.2%) | 22 (0.1%) | 11.0 |
| mcoursolle | 2 (0.2%) | 21 (0.1%) | 10.5 |
| lng | 1 (0.1%) | 8 (0.0%) | 8.0 |
| turner | 2 (0.2%) | 7 (0.0%) | 3.5 |
| andy | 2 (0.2%) | 6 (0.0%) | 3.0 |
| seanmcbride | 1 (0.1%) | 3 (0.0%) | 3.0 |
| vmagnotta | 1 (0.1%) | 2 (0.0%) | 2.0 |
| styner | 1 (0.1%) | 1 (0.0%) | 1.0 |
| david.cole | 1 (0.1%) | 1 (0.0%) | 1.0 |
BUG: 9766 enabling additional testing of stream reading for MHD files
4 lines of code changed in:
ENH: commented out itkUnicodeIOTest to try a get a cleaner dashboard fest
4 lines of code changed in:
ENH: Adding a small test to try and move forward on unicode filenames, see
bug 9623
354 lines of code changed in:
COMP: Borland had trouble with type in routine signature.
5 lines of code changed in:
BUG: 9766 adding test designed to stream read different regions
290 lines of code changed in:
BUG: Don't use hard coded filenames in programs used in several tests, to be able to run the tests in parallel
44 lines of code changed in:
BUG: Tests shouldn't use the same output files to be usable with parallel tests
1 lines of code changed in:
BUG: Remove duplicated tests which were breaking parallel testing.
0 lines of code changed in:
BUG: More parallel test fixes, this time for Gipl and Nifti tests
13 lines of code changed in:
BUG: ReadWriteSpatialObjectTest and MeshSpatialObjectIOTest were using the same temporary file for internal tests.
20 lines of code changed in:
BUG: Nrrd tests were all writing the same file.
20 lines of code changed in:
BUG: Fix the broken loop made to test both NiftiImageIOFactory and AnalyzeImageIOFactory - it was always running the internal tests for Analyze, and thus wasn't exercising the read capabilities. The mistake has been highlted by some failing parallel test which were all trying to write the output files of the internal tests at the same time.
13 lines of code changed in:
ENH: improved warning messaged when streaming does not execute as expected
5 lines of code changed in:
BUG: 6840 Adding test which runs ImageFileReader::DoConvertBuffer with the number of pixel > INT_MAX
157 lines of code changed in:
COMP: Removed redundant library.
1 lines of code changed in:
COMP: stdlib.h seems to be a better option to get atoi and atof than cstdlib - I'm not sure why...
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
186 lines of code changed in:
COMP: unused variable warnings removed.
4 lines of code changed in:
COMP: Need to incllude cstdlib to access atoi and atof on some platforms (e.g. Sun CC).
4 lines of code changed in:
BUG: 9205 (duplicate of 9149) out of bounds array access in itkImageSeriesReader.txx line 316. We added here new test: itkDICOMImageSeriesTest2.cxx that loads an image series of only one slice, in order to trigger a condition were the bug above manifests itself.
86 lines of code changed in:
(613 more)