
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 2558 (100.0%) | 64224 (100.0%) | 25.1 |
| ibanez | 681 (26.6%) | 23369 (36.4%) | 34.3 |
| lorensen | 437 (17.1%) | 7198 (11.2%) | 16.4 |
| lng | 84 (3.3%) | 5181 (8.1%) | 61.6 |
| cates | 139 (5.4%) | 4073 (6.3%) | 29.3 |
| jjomier | 134 (5.2%) | 3429 (5.3%) | 25.5 |
| will | 276 (10.8%) | 2868 (4.5%) | 10.3 |
| karthik | 42 (1.6%) | 2460 (3.8%) | 58.5 |
| millerjv | 106 (4.1%) | 2395 (3.7%) | 22.5 |
| king | 131 (5.1%) | 2142 (3.3%) | 16.3 |
| tom.vercauteren | 29 (1.1%) | 947 (1.5%) | 32.6 |
| galeotti | 17 (0.7%) | 922 (1.4%) | 54.2 |
| hjohnson | 33 (1.3%) | 911 (1.4%) | 27.6 |
| padfield | 15 (0.6%) | 887 (1.4%) | 59.1 |
| hoffman | 119 (4.7%) | 884 (1.4%) | 7.4 |
| tamburo | 19 (0.7%) | 783 (1.2%) | 41.2 |
| blezek | 93 (3.6%) | 760 (1.2%) | 8.1 |
| blowekamp | 15 (0.6%) | 590 (0.9%) | 39.3 |
| aylward | 17 (0.7%) | 425 (0.7%) | 25.0 |
| kentwilliams | 13 (0.5%) | 371 (0.6%) | 28.5 |
| shelton | 22 (0.9%) | 364 (0.6%) | 16.5 |
| acois | 5 (0.2%) | 360 (0.6%) | 72.0 |
| chandra | 7 (0.3%) | 322 (0.5%) | 46.0 |
| sylvain | 3 (0.1%) | 318 (0.5%) | 106.0 |
| malaterre | 52 (2.0%) | 316 (0.5%) | 6.0 |
| jisung | 16 (0.6%) | 291 (0.5%) | 18.1 |
| frankmiller | 1 (0.0%) | 278 (0.4%) | 278.0 |
| hughett | 8 (0.3%) | 248 (0.4%) | 31.0 |
| Michel | 2 (0.1%) | 225 (0.4%) | 112.5 |
| wilson | 9 (0.4%) | 214 (0.3%) | 23.7 |
| bwyman | 7 (0.3%) | 191 (0.3%) | 27.2 |
| glehmann | 7 (0.3%) | 134 (0.2%) | 19.1 |
| mariusstaring | 5 (0.2%) | 112 (0.2%) | 22.4 |
| tolga | 4 (0.2%) | 80 (0.1%) | 20.0 |
| parks | 2 (0.1%) | 48 (0.1%) | 24.0 |
| martink | 1 (0.0%) | 31 (0.0%) | 31.0 |
| foskey | 2 (0.1%) | 31 (0.0%) | 15.5 |
| mcoursolle | 2 (0.1%) | 24 (0.0%) | 12.0 |
| suyash | 1 (0.0%) | 19 (0.0%) | 19.0 |
| xwxue | 1 (0.0%) | 17 (0.0%) | 17.0 |
| andinet | 1 (0.0%) | 6 (0.0%) | 6.0 |
ENH: added rounding testing around -1.0 and -.5, changed tests to use array of inputs and expected value to aid in adding values to be tests
122 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.
9 lines of code changed in:
COMP: Fixing compilation errors related to the dependencies between itkMath.h and itkMacro.h. This fixes need to be reviewed according to the general plans for itkMath.h.
3 lines of code changed in:
ENH: Rounding test have been moved to MathRoundingTest, this test now tests numeric constants
22 lines of code changed in:
BUG: 6558 Changed testing methods to use templated versions and added testing of legacy rounding methods
144 lines of code changed in:
COMP: including cstdlib for definition of EXIT_SUCCESS and EXIT_FAILURE
4 lines of code changed in:
ENH: adding test for templeted itk Math rounding methods
200 lines of code changed in:
COMP: careless copy and pass of the preprocessor directives
3 lines of code changed in:
COMP: help for vs6 which is appearing to have problems with function overloading
4 lines of code changed in:
COMP: EXIT_SUCCESS is defined int cstdlib
3 lines of code changed in:
COMP: need to use brackets instead of quotes for std lib header files
4 lines of code changed in:
BUG: 6558 commiting Tom Vercauteren contribution to implement rounding methods which can support long integer types ( which is the pixel's coordinates type)
75 lines of code changed in:
COMP: Improper use of default constructor.
2 lines of code changed in:
ENH: More informative error reporting. BUG: AddConstantToImageFilter replaced with InvertintensityImageFilter. The former is still in Review and may not be available on all builds.
40 lines of code changed in:
ENH: adding test for the SimpleFilterWatcher
105 lines of code changed in:
BUG: 9554: Fixing major issue with Mesh Filters: They were modifying the input mesh. Const-correctness is now enforced in the input Mesh.
3 lines of code changed in:
BUG: Fixing the test again, now that we added a boolean flag that prevents the rotation to be computed by default. This flag was needed to provide backward compatibility. This test now checks for the expected output under default conditions (flag OFF), and for the expected output when the rotation is actually computed (flag ON).
13 lines of code changed in:
ENH: Updating the test, now that we actually compute the rotation from the image moments.
18 lines of code changed in:
COMP: Don't use vxl_uint_64: it is broken on vc60. Remove the check for image size as well for no, as I can't find a portable int 64 type..
27 lines of code changed in:
COMP: vxl_uint_64 seems to be a better option than ITK_UINT64.
3 lines of code changed in:
(1368 more)