[root]/Testing/Code/Numerics/FEM

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 177 (100.0%) | 4311 (100.0%) | 24.3 |
| tessa | 53 (29.9%) | 1579 (36.6%) | 29.7 |
| ibanez | 50 (28.2%) | 1356 (31.5%) | 27.1 |
| jtduda | 9 (5.1%) | 976 (22.6%) | 108.4 |
| lorensen | 23 (13.0%) | 183 (4.2%) | 7.9 |
| noe | 16 (9.0%) | 89 (2.1%) | 5.5 |
| millerjv | 4 (2.3%) | 46 (1.1%) | 11.5 |
| will | 14 (7.9%) | 39 (0.9%) | 2.7 |
| king | 5 (2.8%) | 31 (0.7%) | 6.2 |
| hoffman | 2 (1.1%) | 11 (0.3%) | 5.5 |
| hjohnson | 1 (0.6%) | 1 (0.0%) | 1.0 |
COMP: Break up tests into two driver programs to avoid Borland linker errors.
53 lines of code changed in:
COMP: Adding
6 lines of code changed in:
COMP: Adding #include
3 lines of code changed in:
ENH: Complementing the Itkpack tests, to run all solving methods with both the Test1 and Test2
10 lines of code changed in:
BUG: solution methods invoked before matrix/vector/solution initialization.
31 lines of code changed in:
BUG: It was destroying the wrong vector index.
4 lines of code changed in:
ENH: Adding a new test for exercising two of the linear solver methods with a more suitable problem.
161 lines of code changed in:
ENH: Increasing code coverage of the shamefully uncovered file of the week: FEM/dsrc2c.c
41 lines of code changed in:
BUG: FEM files must be open in binary mode. On cygwin and mingw, seekg(streampos) does not work properly in text mode.
4 lines of code changed in:
COMP: ITKCommon not needed since it is included in other libs. Causes duplicate symbols on some (Mac) static builds.
5 lines of code changed in:
ENH: Restoring the dsrc2c.c file and its associated classes. Stephen modified the dsrc2c.c in order to remove the routines that were copyrigthed by IMSL and replace them with routines that we can distribute with ITK.
380 lines of code changed in:
ENH: Removing further traces of the itpack code. The itkFEMItpackSparseMatrix class also depended on the dsrc2c.c file.
2 lines of code changed in:
ENH: Removing the files: Code/Numerics/FEM/dsrc2c.c Code/Numerics/FEM/dsrc2c.f Because they are copyrighted by IMSL Inc. (Now "Visual Numerics") and they lack a license that specify whether they can be distributed with ITK. The file Code/Numerics/FEM/itkFEMLinearSystemWrapperItpack.cxx that depended on these two files has also been removed. This file was providing a linear system solver for sparse matrices. This solver was being used by the FEMRegistrationFilter. We placed this solver with the DenseVNL linear solver. This may affect backward compatibility but preventing a copyright infringement has higher priority than maintaining backward compatibility.
13 lines of code changed in:
COMP: mismatched free().
3 lines of code changed in:
ENH: Added the Print- tests to inside the DISABLE_ITK_CXX_TESTS. Added similar logic around java, python, and tcl code for explicitly disabling those testing types also with DISABLE_ITK_JAVA_TESTS, DISABLE_ITK_TCL_TESTS and DISABLE_ITK_PYTHON_TESTS.
1 lines of code changed in:
ENH: Added cache flag ITK_DISABLE_CXX_TESTING. This flag is intended to be used for disabling only C++ testing and allowing to test only wrappers (Tcl, Java, Python).
24 lines of code changed in:
ERR: PrintSelf test was checking wrong directory.
1 lines of code changed in:
STY: cout was not using the std:: namespace... mmm some header must be having a : "using namespace std" Search & destroy mission is required...
16 lines of code changed in:
ENH: Updating ITK to latest vxl as of 2003-12-15 03:00 GMT.
8 lines of code changed in:
FIX: itk::fem:: namespace missing.
4 lines of code changed in:
(88 more)