[root]/Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 36 (100.0%) | 1120 (100.0%) | 31.1 |
| aylward | 23 (63.9%) | 1012 (90.4%) | 44.0 |
| barre | 3 (8.3%) | 104 (9.3%) | 34.6 |
| millerjv | 1 (2.8%) | 3 (0.3%) | 3.0 |
| pieper | 2 (5.6%) | 1 (0.1%) | 0.5 |
| hjohnson | 1 (2.8%) | 0 (0.0%) | 0.0 |
| finetjul | 6 (16.7%) | 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: ResampleVolumeBatchMake is the BatchMake version of the ResampleVolume module
0 lines of code changed in 6 files:
ENH: fix module menu layout to match the documentation on the wiki
1 lines of code changed in 1 file:
COMP: fix install target for batchmake modules
0 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
102 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.
3 lines of code changed in 1 file:
BUG: Now BatchMake apps provide progress feedback.
43 lines of code changed in 2 files:
ENH: Adds dependencies to ensure proper build order. Also builds BatchMake as static
4 lines of code changed in 3 files:
ENH: Forgot to add a few files to last submission
21 lines of code changed in 3 files:
ENH: Simple demo for using BatchMake to process a parameter range using multiple files (Gaussian Blur). Also simplified CMakeLists.txt files. Compiles, but processing is incomplete - diagnosing now...
96 lines of code changed in 5 files:
BUG: Uses new slicerlibcurl library and provides Batchmake module for emsegmenter
848 lines of code changed in 10 files: