Directory Applications/CLI/BatchMakeApplications/

Directory Created:
2007-09-21 12:56
Total Files:
4
Deleted Files:
1
Lines of Code:
403

[root]/Applications/CLI/BatchMakeApplications
                directory in repo DiffusionTensorEstimationBatchMakeModule (5 files, 561 lines)
                directory in repo EMSegmentBatchMakeModule (8 files, 557 lines)
                directory in repo GaussianBlurBatchMakeModule (7 files, 545 lines)
                directory in repo GenericBatchMakeModule (2 files, 578 lines)
                directory in repo RegisterImagesBatchMakeModule (3 files, 526 lines)
                Folder removed from repo ResampleVolumeBatchMake (0 files, 0 lines)
                directory in repo ResampleVolumeBatchMakeModule (2 files, 266 lines)

Lines of Code

Applications/CLI/BatchMakeApplications/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 13 (100.0%) 403 (100.0%) 31.0
finetjul 7 (53.8%) 334 (82.9%) 47.7
aylward 3 (23.1%) 69 (17.1%) 23.0
pieper 1 (7.7%) 0 (0.0%) 0.0
jcfr 1 (7.7%) 0 (0.0%) 0.0
hjohnson 1 (7.7%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-08 18:34 Rev.: 11226

ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY

See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs

when subdirs command was taking a list of directory, change it
using the following pattern:

Before:
subdirs(sagarmatha kumbhu eiger)

After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)

0 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications: CMakeLists.txt (changed)
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: CMakeLists.txt (changed)
finetjul 2009-04-06 08:39 Rev.: 9069

ENH: Add ResampleVolume BatchMake Module

0 lines of code changed in 2 files:

  • Applications/CLI/BatchMakeApplications: CMakeLists.txt (changed), SlicerBatchMakeConfig.h.in (del)
pieper 2009-04-05 09:41 Rev.: 9055

COMP: remove reference to missing subdirectory

0 lines of code changed in 1 file:

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

ENH: ResampleVolumeBatchMake is the BatchMake version of the ResampleVolume module

334 lines of code changed in 4 files:

  • Applications/CLI/BatchMakeApplications: SlicerBatchMakeConfig.h.in (new), bmGridSend.bmm.in (new 226), bmGridStore.bmm.in (new 66), bmSliceExtractor.bmm.in (new 42)
finetjul 2009-04-04 17:20 Rev.: 9046

ENH: ENH: ResampleVolumeBatchMake is the BatchMake version of the ResampleVolume module

0 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications: CMakeLists.txt (changed)
aylward 2008-01-11 10:13 Rev.: 5467

ENH: Version 0.99

1 lines of code changed in 1 file:

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

1 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications: CMakeLists.txt (+1)
aylward 2007-09-21 12:56 Rev.: 4397

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

67 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications: CMakeLists.txt (new 67)
Generated by StatSVN 0.5.0