[root]/Wrapping/WrapITK/Python
PyUtils
(7 files, 405 lines)
Tests
(42 files, 2757 lines)
notYetUsable
(7 files, 636 lines)
itkExtras
(2 files, 487 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 25 (100.0%) | 2058 (100.0%) | 82.3 |
| glehmann | 23 (92.0%) | 2054 (99.8%) | 89.3 |
| malaterre | 1 (4.0%) | 2 (0.1%) | 2.0 |
| ibanez | 1 (4.0%) | 2 (0.1%) | 2.0 |
COMP: fix typo in the last patch
1 lines of code changed in:
BUG: workaround for
bug #6177, to make the typemaps work again in python.
4 lines of code changed in:
STYLE: unify
2 lines of code changed in:
ENH: add auto_not_in_place() to disable the in place behavior by default - it can be very painful while prototyping
5 lines of code changed in:
BUG: 4373. Fix provided by Gaetan Lehmann http://www.itk.org/Bug/bug.php?op=show&bugid=4373 It is intended to fix the API of itkArrays when used from the wrapping layer.
2 lines of code changed in:
ENH: let the user set the auto progress locally
20 lines of code changed in:
BUG: method name contains the name of the class so the comparaison can't be strict
1 lines of code changed in:
ENH: use strict name comparison COMP: fix warning "integer conversion resulted in a change of sign" with intel compiler
1 lines of code changed in:
BUG: fix not found ITKPyUtils while running tests on windows
3 lines of code changed in:
BUG: installation of python files is broken when building is the source tree
1 lines of code changed in:
ENH: better warning when a template instantiation is seen twice
1 lines of code changed in:
ENH: Import WrapITK in Wrapping directory
2017 lines of code changed in: