Directory Testing/Code/Common/

Directory Created:
2000-04-10 11:31
Total Files:
206
Deleted Files:
35
Lines of Code:
45708

Browse with ViewCVS

[root]/Testing/Code/Common

Lines of Code

Testing/Code/Common/ Lines of Code

Developers

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

Most Recent Commits

blowekamp 2009-11-03 11:23

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:

blowekamp 2009-10-27 11:05

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:

ibanez 2009-10-26 21:40

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:

blowekamp 2009-10-26 10:30

ENH: Rounding test have been moved to MathRoundingTest, this test now tests numeric constants

22 lines of code changed in:

blowekamp 2009-10-26 09:47

BUG: 6558 Changed testing methods to use templated versions and added testing of legacy rounding methods

144 lines of code changed in:

blowekamp 2009-10-23 09:59

COMP: including cstdlib for definition of EXIT_SUCCESS and EXIT_FAILURE

4 lines of code changed in:

blowekamp 2009-10-22 13:43

ENH: adding test for templeted itk Math rounding methods

200 lines of code changed in:

blowekamp 2009-10-22 09:41

COMP: careless copy and pass of the preprocessor directives

3 lines of code changed in:

blowekamp 2009-10-22 08:42

COMP: help for vs6 which is appearing to have problems with function overloading

4 lines of code changed in:

blowekamp 2009-10-20 14:26

COMP: EXIT_SUCCESS is defined int cstdlib

3 lines of code changed in:

blowekamp 2009-10-20 13:40

COMP: need to use brackets instead of quotes for std lib header files

4 lines of code changed in:

blowekamp 2009-10-20 12:12

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:

lorensen 2009-10-04 09:11

COMP: Improper use of default constructor.

2 lines of code changed in:

lorensen 2009-10-02 09:35

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:

mariusstaring 2009-10-02 08:39

ENH: adding test for the SimpleFilterWatcher

105 lines of code changed in:

ibanez 2009-09-17 07:14

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:

ibanez 2009-08-17 19:28

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:

ibanez 2009-08-15 19:44

ENH: Updating the test, now that we actually compute the rotation from the image moments.

18 lines of code changed in:

glehmann 2009-08-15 04:03

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:

glehmann 2009-08-14 13:12

COMP: vxl_uint_64 seems to be a better option than ITK_UINT64.

3 lines of code changed in:

(1368 more)

Generated by StatCVS 0.3