[root]/Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 32 (100.0%) | 1307 (100.0%) | 40.8 |
| aylward | 11 (34.4%) | 1206 (92.3%) | 109.6 |
| barre | 3 (9.4%) | 96 (7.3%) | 32.0 |
| millerjv | 1 (3.1%) | 4 (0.3%) | 4.0 |
| pieper | 1 (3.1%) | 1 (0.1%) | 1.0 |
| hjohnson | 1 (3.1%) | 0 (0.0%) | 0.0 |
| finetjul | 15 (46.9%) | 0 (0.0%) | 0.0 |
COMP: With the conversion to CMake version 2.6, the variables CMAKE_RUNTIME_OUTPUT_DIRECTORY CMAKE_LIBRARY_OUTPUT_DIRECTORY CMAKE_ARCHIVE_OUTPUT_DIRECTORY should be used instead of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH.
0 lines of code changed in 1 file:
ENH: Fix the name of the "Resample Images" directory parameter. Suffix it with "directory".
0 lines of code changed in 1 file:
ENH: RegisterImagesBatchMake module now iterates over the number of Rigid, Affine and BSpline iterations
0 lines of code changed in 1 file:
ENH: Fix the parameter names of the RegisterImages BatchMake module
0 lines of code changed in 1 file:
BUG: Register Images BatchMake module had a wrong title
0 lines of code changed in 1 file:
ENH: ResampleVolumeBatchMake is the BatchMake version of the ResampleVolume module
0 lines of code changed in 11 files:
ENH: fix module menu layout to match the documentation on the wiki
1 lines of code changed in 1 file:
ENH: Plugins and Modules have specific location for their binairies/dll, different from the usual bin/ and lib/ (i.e. lib/Slicer3/Plugins, lib/Slicer3/Modules). This was achieved by setting LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH from the slicer3_set_default_modules_output_path and slicer3_set_default_plugins_output_path macro, but it is a dangerous practice to override a global variable, as it propagates to subtrees. As a result, SlicerTractographySeeding, which combines a module and a CLP in the same CMakeLists, was not built to the proper directory; ExtractSkeleton was not output in the right location either, and several tests ended up in Plugins instead of bin/ (GaussianBlurImageFilterTest, OrientImageTest). Fix this by creating a macro that will set the LIBRARY_OUTPUT_DIRECTORY and RUNTIME_OUTPUT_DIRECTORY explicitly on a *target* basis, using SET_TARGET_PROPERTIES. This removes the side-effects described above.
1 lines of code changed in 1 file:
ENH: added slicer3_install_modules and slicer3_install_plugins macro to hide the big INSTALL() command that was used to install plugins/modules; this is more elegant, and enable us to have better control on installation by modifying just one file.
1 lines of code changed in 1 file:
ENH: Slicer3 Spring Installation Clean Up
94 lines of code changed in 1 file:
ENH: More changes to the configurations of GenerateCLP to streamline its use and installation. Thanks to Hans Johnson for working through many of these issues.
4 lines of code changed in 1 file:
ENH: Version 0.99
1206 lines of code changed in 11 files: