Directory Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule/

Directory Created:
2007-09-21 12:56
Total Files:
8
Deleted Files:
5
Lines of Code:
557

[root]/Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule

Lines of Code

Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule/ Lines of Code

Developers

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

Most Recent Commits

hjohnson 2009-09-08 15:52 Rev.: 10426

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:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (changed)
finetjul 2009-04-04 17:21 Rev.: 9047

ENH: ResampleVolumeBatchMake is the BatchMake version of the ResampleVolume module

0 lines of code changed in 6 files:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (changed), EMSegmentBatchMakeModule.cxx (changed), EMSegmentCommandLine_GUIVersion.bmm.in (changed), bmGridSend.bmm.in (del), bmGridStore.bmm.in (del), bmSliceExtractor.bmm.in (del)
pieper 2009-03-19 14:44 Rev.: 8915

ENH: fix module menu layout to match the documentation on the wiki

1 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: EMSegmentBatchMakeModule.xml (+1 -1)
pieper 2009-01-15 18:28 Rev.: 8398

COMP: fix install target for batchmake modules

0 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (changed)
barre 2008-05-27 17:44 Rev.: 6889

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:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (+1 -2)
barre 2008-05-26 10:23 Rev.: 6854

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:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (+1 -6)
barre 2008-05-20 02:32 Rev.: 6776

ENH: Slicer3 Spring Installation Clean Up

102 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (+102 -105)
millerjv 2008-01-23 10:07 Rev.: 5576

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:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (+3 -1)
aylward 2007-09-24 00:00 Rev.: 4416

BUG: Now BatchMake apps provide progress feedback.

43 lines of code changed in 2 files:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: EMSegmentBatchMakeModule.cxx (+32 -29), EMSegmentBatchMakeModule.xml (+11 -13)
aylward 2007-09-23 23:19 Rev.: 4415

ENH: Adds dependencies to ensure proper build order. Also builds BatchMake as static

4 lines of code changed in 3 files:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (+1), EMSegmentBatchMakeModule.cxx (+2 -2), SlicerBatchMakeConfig.h.in (+1 -1)
aylward 2007-09-23 14:12 Rev.: 4411

ENH: Forgot to add a few files to last submission

21 lines of code changed in 3 files:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: EMSegmentBatchMakeModuleLogo.h (new 16), EMSegmentBatchMakeModuleLogo.png (new), SlicerBatchMakeConfig.h.in (new 5)
aylward 2007-09-23 14:11 Rev.: 4410

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:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (+87 -41), EMSegmentBatchMakeModule.cxx (+9 -6), EMSegmentBatchMakeModuleConfig.h.in (del), logo.h (del), logo.png (changed)
aylward 2007-09-21 12:56 Rev.: 4397

BUG: Uses new slicerlibcurl library and provides Batchmake module for emsegmenter

848 lines of code changed in 10 files:

  • Applications/CLI/BatchMakeApplications/EMSegmentBatchMakeModule: CMakeLists.txt (new 96), EMSegmentBatchMakeModule.cxx (new 204), EMSegmentBatchMakeModule.xml (new 118), EMSegmentBatchMakeModuleConfig.h.in (new 6), EMSegmentCommandLine_GUIVersion.bmm.in (new 74), bmGridSend.bmm.in (new 226), bmGridStore.bmm.in (new 66), bmSliceExtractor.bmm.in (new 42), logo.h (new 16), logo.png (new)
Generated by StatSVN 0.5.0