Directory Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule/

Directory Created:
2007-09-23 14:11
Total Files:
7
Deleted Files:
3
Lines of Code:
545

[root]/Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule

Lines of Code

Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 1038 (100.0%) 34.6
aylward 18 (60.0%) 930 (89.6%) 51.6
barre 3 (10.0%) 103 (9.9%) 34.3
millerjv 1 (3.3%) 4 (0.4%) 4.0
pieper 2 (6.7%) 1 (0.1%) 0.5
hjohnson 1 (3.3%) 0 (0.0%) 0.0
finetjul 5 (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/GaussianBlurBatchMakeModule: 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 5 files:

  • Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule: CMakeLists.txt (changed), GaussianBlurBatchMakeModule.cxx (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/GaussianBlurBatchMakeModule: GaussianBlurBatchMakeModule.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/GaussianBlurBatchMakeModule: 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/GaussianBlurBatchMakeModule: 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/GaussianBlurBatchMakeModule: CMakeLists.txt (+1 -6)
barre 2008-05-20 02:32 Rev.: 6776

ENH: Slicer3 Spring Installation Clean Up

101 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule: CMakeLists.txt (+101 -104)
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.

4 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule: CMakeLists.txt (+4 -2)
aylward 2007-09-24 14:53 Rev.: 4419

BUG: GaussianBlurBatchMakeModule now works - bug in .bmm file

16 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule: GaussianBlurImageFilter.bmm.in (+16 -8)
aylward 2007-09-24 00:00 Rev.: 4416

BUG: Now BatchMake apps provide progress feedback.

25 lines of code changed in 2 files:

  • Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule: GaussianBlurBatchMakeModule.cxx (+24 -29), GaussianBlurBatchMakeModule.xml (+1 -1)
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/GaussianBlurBatchMakeModule: CMakeLists.txt (+1), GaussianBlurBatchMakeModule.cxx (+2 -3), SlicerBatchMakeConfig.h.in (+1 -1)
aylward 2007-09-23 19:41 Rev.: 4414

BUG: Fixed typo (IQ-error actually...but I'd rather call it a typo).

1 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule: GaussianBlurImageFilter.bmm.in (+1 -1)
aylward 2007-09-23 14:23 Rev.: 4413

COMP: Fixed warning on type conversion on linux

1 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule: GaussianBlurBatchMakeModule.cxx (+1 -1)
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...

883 lines of code changed in 10 files:

  • Applications/CLI/BatchMakeApplications/GaussianBlurBatchMakeModule: CMakeLists.txt (new 108), GaussianBlurBatchMakeModule.cxx (new 264), GaussianBlurBatchMakeModule.xml (new 122), GaussianBlurBatchMakeModuleLogo.h (new 16), GaussianBlurBatchMakeModuleLogo.png (new), GaussianBlurImageFilter.bmm.in (new 34), SlicerBatchMakeConfig.h.in (new 5), bmGridSend.bmm.in (new 226), bmGridStore.bmm.in (new 66), bmSliceExtractor.bmm.in (new 42)
Generated by StatSVN 0.5.0