
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 2211 (100.0%) | 76327 (100.0%) | 34.5 |
| noe | 1220 (55.2%) | 38680 (50.7%) | 31.7 |
| ibanez | 58 (2.6%) | 11043 (14.5%) | 190.3 |
| king | 57 (2.6%) | 8131 (10.7%) | 142.6 |
| avants | 259 (11.7%) | 6399 (8.4%) | 24.7 |
| jtduda | 102 (4.6%) | 4745 (6.2%) | 46.5 |
| lorensen | 214 (9.7%) | 3128 (4.1%) | 14.6 |
| tessa | 73 (3.3%) | 3085 (4.0%) | 42.2 |
| will | 187 (8.5%) | 891 (1.2%) | 4.7 |
| hjohnson | 9 (0.4%) | 62 (0.1%) | 6.8 |
| hoffman | 12 (0.5%) | 61 (0.1%) | 5.0 |
| millerjv | 4 (0.2%) | 23 (0.0%) | 5.7 |
| lng | 4 (0.2%) | 21 (0.0%) | 5.2 |
| malaterre | 3 (0.1%) | 17 (0.0%) | 5.6 |
| barre | 2 (0.1%) | 13 (0.0%) | 6.5 |
| andy | 1 (0.0%) | 9 (0.0%) | 9.0 |
| andinet | 2 (0.1%) | 6 (0.0%) | 3.0 |
| jjomier | 2 (0.1%) | 5 (0.0%) | 2.5 |
| cates | 1 (0.0%) | 5 (0.0%) | 5.0 |
| jisung | 1 (0.0%) | 3 (0.0%) | 3.0 |
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...
8 lines of code changed in:
BUG: Crashing on cygwin and mingw if ITKFEM is built shared. Bug has been filed along with workaround description: http://public.kitware.com/Bug/view.php?id=9527 .
19 lines of code changed in:
COMP: Replacing "fabs" with "vcl_fabs" in order to support compilation with Sun-CC and -stlport4.
10 lines of code changed in:
COMP: Adding the -stlport4 compiler flag for the Sun CC compiler. http://www.itk.org/mailman/private/insight-developers/2009-April/012118.html Subsequent modifications of #include headers in order to find functions such as: atoi, atof, memcpy. As well as renaming of basic mathematical functions as vcl_X, for: sin, cos, atan, asin, fabs.
6 lines of code changed in:
BUG: The computation of the workspace size for the methods rscg_ and rssi_ was incomplete. It should start by taking the value from m_IPARM[8], but then it should follow the computation of prbndx_(). In this case the upper bound of such computation was used. The size for rscg_ was also missing a 3x multiplier.
6 lines of code changed in:
STYLE: according to kwstyle.
372 lines of code changed in:
STYLE: according to kwstyle.
339 lines of code changed in:
STYLE: according to kwstyle.
359 lines of code changed in:
STYLE: according to kwstyle.
435 lines of code changed in:
STYLE: According to kwstyle.
338 lines of code changed in:
STYLE: according to kwstyle.
74 lines of code changed in:
STYLE: according to kwstyle.
72 lines of code changed in:
STYLE: according to kwstyle.
28 lines of code changed in:
STYLE: according to kwstyle.
62 lines of code changed in:
STYLE: according to kwstyle.
58 lines of code changed in:
COMP: remove itkFEMMaterialBase.cxx and itkFEMLoadBase.cxx from library since they do not contain any code.
0 lines of code changed in:
COMP: Adding #include for cstdlib that is now required by GCC 4.3.
3 lines of code changed in:
COMP: Addressing compilation warnings in SUN CC related to anachronism of assigning a function pointer that was declared as "extern "C"' to a function pointer lacking that same modifier.
14 lines of code changed in:
COMP: Use CMake/itkCheckCXXAcceptsFlags.cmake to suppress SUN CC warnings.
2 lines of code changed in:
COMP: Use CMake/itkCheckCXXAcceptsFlags.cmake to suppress SUN CC warnings.
4 lines of code changed in:
(558 more)