[root]/Wrapping/CSwig
Algorithms
(35 files, 1231 lines)
BasicFiltersA
(35 files, 1543 lines)
BasicFiltersB
(30 files, 1165 lines)
CommonA
(54 files, 2857 lines)
CommonB
(18 files, 511 lines)
IO
(16 files, 635 lines)
Java
(3 files, 184 lines)
Numerics
(8 files, 143 lines)
Patented
(7 files, 138 lines)
Python
(10 files, 193 lines)
SwigRuntime
(6 files, 182 lines)
Tcl
(10 files, 774 lines)
Tests
(1 files, 1 lines)
Java
(1 files, 24 lines)
Python
(3 files, 32 lines)
Tcl
(5 files, 126 lines)
VXLNumerics
(19 files, 542 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 117 (100.0%) | 1653 (100.0%) | 14.1 |
| hoffman | 33 (28.2%) | 720 (43.6%) | 21.8 |
| king | 47 (40.2%) | 646 (39.1%) | 13.7 |
| ibanez | 12 (10.3%) | 122 (7.4%) | 10.1 |
| cpbotha | 10 (8.5%) | 57 (3.4%) | 5.7 |
| andy | 2 (1.7%) | 34 (2.1%) | 17.0 |
| hjohnson | 2 (1.7%) | 27 (1.6%) | 13.5 |
| david.cole | 2 (1.7%) | 17 (1.0%) | 8.5 |
| malaterre | 2 (1.7%) | 15 (0.9%) | 7.5 |
| barre | 3 (2.6%) | 10 (0.6%) | 3.3 |
| lorensen | 3 (2.6%) | 5 (0.3%) | 1.6 |
| smr | 1 (0.9%) | 0 (0.0%) | 0.0 |
COMP: When using system VXL, need to add special include path
7 lines of code changed in:
COMP: Fix to allow building with cmake 2.6. The FILE(INSTALL ...) command worked fine with cmake 2.4 but cmake 2.6 complains about "COMPONENTS". Removing it stops the complaint and the files are still properly installed. c.f. http://www.itk.org/pipermail/insight-users/2008-May/026024.html
0 lines of code changed in:
BUG: Fix installation of CSwig-generated python files with CMake 2.6. - The undocumented file(INSTALL) command should not be used. - Instead use the install(DIRECTORY) command. - See issue #7161.
24 lines of code changed in:
BUG: Python 2.5 requires .pyd suffixes on modules. Older versions support the suffix too.
8 lines of code changed in:
BUG: Fix #2910 - use correct path to python files in build tree for install rules. (They end up in a config specific subdirectory when built with Visual Studio.)
17 lines of code changed in:
COMP: turn off warnings for gcc in case someone uses -Wall for their itk build.
4 lines of code changed in:
BUG: Python wrapper scripts should be part of the RuntimeLibraries installation component.
1 lines of code changed in:
ENH: Convert scripts to the new INSTALL
32 lines of code changed in:
ENH: remove hard-coded references to all install paths. Add the usual variables to enable/disable installation of libraries, run-time, development, etc.
10 lines of code changed in:
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249.
16 lines of code changed in:
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir
8 lines of code changed in:
ENH: make wrapping depend on itk.swg and pgrama away the too many lines warning for visual studio
5 lines of code changed in:
COMP: Remove c linkage warnings on windows
7 lines of code changed in:
ENH: Added windows install support for java wrappers.
8 lines of code changed in:
COMP: Adding missing includes of itkVector.h and itkCovariantVector.h. The itkCSwigImages.h header now provides typedefs only for types whose headers have already been included by the wrapper configuration file. The header cannot include these types itself because they will not be available when the generated wrapper file includes the wrapper configuration file without defining CABLE_CONFIGURATION.
18 lines of code changed in:
BUG: add missing includes
4 lines of code changed in:
BUG: Include tk headers so that if tk.h is in an unusal directory the build it will find id
2 lines of code changed in:
ENH: Split Common library wrappers into CommonA and CommonB to reduce size of individual wrapper libraries and projects.
3 lines of code changed in:
COMP: List of directories to search for header files was simplified in order to prevent Tcl headers from being included when they are not needed. Tcl JPEG headers were conflicting with JPEG headers from Utilities.
22 lines of code changed in:
ERR: must be empty to suppress coverage.
0 lines of code changed in:
(65 more)