[root]/Wrapping/WrapITK
ConfigurationInputs
(9 files, 181 lines)
LanguageSupport
(4 files, 16 lines)
Documentation
(2 files, 261 lines)
Copyright
(5 files, 151 lines)
ExternalProjects
(0 files, 0 lines)
ItkVtkGlue
(1 files, 29 lines)
Wrapping
(4 files, 95 lines)
Python
(2 files, 25 lines)
Tests
(3 files, 102 lines)
itkExtras
(2 files, 235 lines)
images
(1 files, 0 lines)
src
(4 files, 529 lines)
MultiThreaderControl
(3 files, 104 lines)
Python
(1 files, 6 lines)
Tests
(2 files, 30 lines)
PyBuffer
(5 files, 351 lines)
Java
(9 files, 374 lines)
CWD
(4 files, 94 lines)
Tests
(13 files, 522 lines)
notYetUsable
(4 files, 169 lines)
Modules
(0 files, 0 lines)
Base
(56 files, 855 lines)
BaseNumerics
(4 files, 37 lines)
BaseSpatialObject
(27 files, 178 lines)
BaseTransforms
(23 files, 186 lines)
BinaryMorphology
(6 files, 47 lines)
Calculators
(11 files, 78 lines)
Compose
(14 files, 161 lines)
DeformableTransforms
(8 files, 48 lines)
Denoising
(14 files, 97 lines)
DistanceMap
(6 files, 37 lines)
EdgesAndContours
(6 files, 35 lines)
FFT
(10 files, 159 lines)
FFTW
(4 files, 65 lines)
Filtering
(20 files, 149 lines)
IO
(7 files, 108 lines)
IntensityFilters
(11 files, 70 lines)
Interpolators
(6 files, 55 lines)
Iterators
(15 files, 51 lines)
LevelSet
(28 files, 256 lines)
Morphology
(26 files, 178 lines)
Patented
(3 files, 23 lines)
PixelMath
(20 files, 123 lines)
Registration
(25 files, 199 lines)
Resize
(12 files, 99 lines)
Review
(40 files, 303 lines)
SegmentationAndThreshold
(23 files, 161 lines)
SegmentationValidation
(7 files, 51 lines)
SimpleFilters
(16 files, 108 lines)
UnaryPixelMath
(17 files, 98 lines)
VXLNumerics
(14 files, 197 lines)
Perl
(3 files, 7 lines)
Python
(13 files, 2040 lines)
PyUtils
(7 files, 405 lines)
Tests
(42 files, 2757 lines)
notYetUsable
(7 files, 636 lines)
itkExtras
(2 files, 487 lines)
SwigRuntime
(3 files, 61 lines)
Tcl
(21 files, 1345 lines)
Tests
(30 files, 1411 lines)
images
(42 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 62 (100.0%) | 2847 (100.0%) | 45.9 |
| glehmann | 45 (72.6%) | 2764 (97.1%) | 61.4 |
| zpincus | 2 (3.2%) | 36 (1.3%) | 18.0 |
| ibanez | 10 (16.1%) | 24 (0.8%) | 2.4 |
| andy | 4 (6.5%) | 20 (0.7%) | 5.0 |
| lorensen | 1 (1.6%) | 3 (0.1%) | 3.0 |
COMP: fix missing linkage with libstdc++ on solaris
0 lines of code changed in:
ENH: Adding policy for CMake 2.6
4 lines of code changed in:
BUG: ManagedITK and WrapITK don't use the same var names - it breaks RGBAPixel wrapping
1 lines of code changed in:
COMP: itk::RGBAPixel< unsigned short > is always used.
1 lines of code changed in:
ENH: Import RGBA stuff from ManagedITK.
29 lines of code changed in:
ENH: additional macros to let external projects build with both stable and unstable wrapitk
13 lines of code changed in:
BUG: .dll as file extension for python modules was (silently) deprecated for a long time on windows plateform, and as been fully removed in python 2.5. The file extension must be .pyd. This change documented in http://docs.python.org/whatsnew/ports.html#SECTION0001510000000000000000
5 lines of code changed in:
ENH: add rough CPack configuration, and fix some subprojects to enable CPack support for ITK
11 lines of code changed in:
ENH: Adding -fcompact option. From email in the developers list: http://www.itk.org/mailman/private/insight-developers/2007-September/009556.html
1 lines of code changed in:
ENH: drop debug message
0 lines of code changed in:
BUG: cmake 2.4.7 has changed the behavior of the cmake INSTALL() command with symlinks, so recode the .jnilib trick on mac os x to work with both cmake 2.4.6 and 2.4.7
9 lines of code changed in:
ENH: put ITKCommon in the default libs. It seem to be required to build python external projects now on mac os
1 lines of code changed in:
COMP: suppress WarpITK warnings if gnu compiler has -Wall specified.
3 lines of code changed in:
COMP: disable warning 191 (type qualifier is meaningless on cast type) with intel compiler, because cableswig generates lot of code which produce this warning.
5 lines of code changed in:
ENH: java is now usable with windows
1 lines of code changed in:
ENH: add wrappers for LabelOverlayImageFilter and LabelToRGBImageFilter
1 lines of code changed in:
BUG: INCREMENT() macro decrements the value
1 lines of code changed in:
BUG: disable installation at absolute path: it is broken with the last cmake versions. The files are now using the cmake install prefix instead.
3 lines of code changed in:
ENH: Add the POINTER_WITH_2_SUPERCLASSES option to the WRAP_CLASS() macro
9 lines of code changed in:
COMP: fix WrapITK's external project build. The default includes were wrong, and were breaking the build of the external projects.
7 lines of code changed in:
(18 more)