
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 34 (100.0%) | 233 (100.0%) | 6.8 |
| king | 30 (88.2%) | 138 (59.2%) | 4.6 |
| ibanez | 3 (8.8%) | 94 (40.3%) | 31.3 |
| hoffman | 1 (2.9%) | 1 (0.4%) | 1.0 |
BUG: Need to import itknumerics before itkbasicfilters because there may be a dependency.
2 lines of code changed in:
BUG: Python does not provide the dl module on 64-bit builds. Therefore the dlopen flags are not set correctly. This work-around just guesses at the flag values when the dl module is not available. The values seem to be the same everywhere anyway.
15 lines of code changed in:
ENH: Split Common library wrappers into CommonA and CommonB to reduce size of individual wrapper libraries and projects.
2 lines of code changed in:
ENH: Renamed BasicFilters wrapper library to BasicFiltersA for consistency with the split into BasicFiltersB.
1 lines of code changed in:
ENH: Split BasicFilters wrapper libraries into two libraries to avoid problems with large library sizes. The new library is called BasicFiltersB.
1 lines of code changed in:
Support for Python testing added. Rewriten from files in ../Tcl with Brad's and Andy's help.
87 lines of code changed in:
ENH: Adding default locations for test input and output.
7 lines of code changed in:
ERR: Removed namespace pollution using a variable called "data" since these modules are intended for from ... import *.
12 lines of code changed in:
ENH: Added support for installation of CSwig wrappers. If CableSwig was built internally, a copy of it is also installed.
55 lines of code changed in:
ERR: Cygwin reports os.name == posix, but it does not have the dl module. Just use a try/except block for setdlopenflags.
5 lines of code changed in:
ERR: dlopen fix is needed only on posix.
8 lines of code changed in:
BUG: Need to share symbols across modules due to implicit template instantiation.
17 lines of code changed in:
ENH: clean up packaging
1 lines of code changed in:
ENH: Added Tcl/Python packaging implementations, each in its own CSwig/ subdirectory.
20 lines of code changed in: