Directory Wrapping/

Directory Created:
2001-08-02 10:52
Total Files:
3
Deleted Files:
1
Lines of Code:
170

Browse with ViewCVS

[root]/Wrapping
         CSwig (12 files, 1135 lines)
             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)
         ExplicitITK (7 files, 1611 lines)
             ConfigurationInputs (4 files, 11 lines)
             Modules (0 files, 0 lines)
                 Common (152 files, 1451 lines)
                     Automatic (31 files, 180 lines)
         WrapITK (13 files, 2727 lines)
             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)

Lines of Code

Wrapping/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 36 (100.0%) 355 (100.0%) 9.8
glehmann 6 (16.7%) 157 (44.2%) 26.1
king 17 (47.2%) 91 (25.6%) 5.3
andy 4 (11.1%) 75 (21.1%) 18.7
ibanez 5 (13.9%) 25 (7.0%) 5.0
jjomier 2 (5.6%) 6 (1.7%) 3.0
hoffman 1 (2.8%) 1 (0.3%) 1.0
lorensen 1 (2.8%) 0 (0.0%) 0.0

Most Recent Commits

glehmann 2009-01-08 08:20

COMP: Generate an error if the new and the old wrapping are used together.

7 lines of code changed in:

glehmann 2007-01-09 05:48

ENH: modify the warning about WrapITK to be a little more correct

1 lines of code changed in:

jjomier 2006-12-07 07:42

ENH: Adding a warning message when trying to run explicit instantiation with shared libs on windows

6 lines of code changed in:

ibanez 2006-10-30 11:47

COMP: Reorganizing the configuration of CableSwig. The configuration must be tested in the following cases: | CableSwig in ITK Source | CableSwig external Bin | +-------------------------+-------------------------+ WrapITK ON | | | +-------------------------+-------------------------+ Current Wapping ON | | | +-------------------------+-------------------------+ Wraping OFF | | | +-------------------------+-------------------------+ and for each case we must verify that external applications can use the resulting ITK binary tree and find CableSwig dir.

1 lines of code changed in:

ibanez 2006-10-29 09:24

COMP: Organizing the cases where CableSwig is in the ITK source tree, and when it has to be found as a binary build outside of ITK.

16 lines of code changed in:

ibanez 2006-10-28 11:38

COMP: The SUBDIRS() for WrapITK should be in the CMakeLists.txt file of the Wrapping subdirectory, not in the itkWrapSetup.cmake that is included from the CMakeLists.txt file in the top directory.

3 lines of code changed in:

andy 2006-10-27 14:39

COMP: Abstract wrapping setup, so CableSwig is not compiled when it is not used, also, properly determine if CableSwig is needed, so ITKConfig gets configured properly

70 lines of code changed in:

andy 2006-10-26 15:59

ENH: Convert scripts to the new INSTALL

1 lines of code changed in:

ibanez 2006-10-26 11:14

ENH: In preparation for releasing ITK 3.0: 1) Marking WrapITK as an Advanced option. Adding message indicating the platforms where it is known to work and not to work. 2) Marking Explicti Instantiation as an Advanced option.

5 lines of code changed in:

glehmann 2006-10-09 14:45

BUG: itkFlatStructuringElement.h is required to build the external projects so force ITK_USE_REVIEW to be ON to build WrapITK

10 lines of code changed in:

jjomier 2006-09-22 10:58

ENH: ExplicitITK does not create a library anymore

0 lines of code changed in:

andy 2006-09-13 09:54

COMP: Fix build problems on windows and when using CableSwig in the source directory

4 lines of code changed in:

glehmann 2006-09-10 07:36

ENH: move wrapping related code to Wrapping directory

128 lines of code changed in:

glehmann 2006-09-08 15:25

BUG: CableSwig is not found in the ITK sources when using WrapITK (from Karthik Krishnan)

1 lines of code changed in:

glehmann 2006-09-06 16:58

ENH: Import WrapITK in Wrapping directory

10 lines of code changed in:

lorensen 2004-09-25 13:27

ERR: must be empty to suppress whole directory.

0 lines of code changed in:

king 2003-12-15 09:28

ENH: Removing old Cable configuration files for Tcl wrappers. They have been superceded by the CableSwig files in the Wrapping/CSwig directory.

0 lines of code changed in:

hoffman 2003-08-07 15:15

ENH: remove coverage for wrapping because all of the .cxx files here are not meant to be compiled, they are input for gccxml and are never used by a full compiler

1 lines of code changed in:

king 2002-11-08 14:20

ENH: Improved error message and require that GCCXML is found.

6 lines of code changed in:

king 2002-10-04 13:19

ENH: Fixed for CABLE's rename of UseCABLE.cmake to CABLEConfig.cmake. Changed CABLE_USE_FILE to CABLE_DIR, and it is now set only to the directory containing CABLEConfig.cmake.

13 lines of code changed in:

(10 more)

Generated by StatCVS 0.3