Directory Libs/LoadableModule/Testing/

Directory Created:
2008-03-04 23:16
Total Files:
3
Deleted Files:
0
Lines of Code:
171

[root]/Libs/LoadableModule/Testing
                directory in repo TestData (2 files, 19 lines)

Lines of Code

Libs/LoadableModule/Testing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 11 (100.0%) 184 (100.0%) 16.7
tgl 5 (45.5%) 171 (92.9%) 34.2
barre 2 (18.2%) 13 (7.1%) 6.5
pieper 2 (18.2%) 0 (0.0%) 0.0
jcfr 1 (9.1%) 0 (0.0%) 0.0
hjohnson 1 (9.1%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-07 23:15 Rev.: 11209

ENH: Update CMakeLists.txt - CMake 2.6 is now required

The following line have been added:

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)

0 lines of code changed in 1 file:

  • Libs/LoadableModule/Testing: 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:

  • Libs/LoadableModule/Testing: CMakeLists.txt (changed)
barre 2008-05-22 17:31 Rev.: 6833

ENH: more cleanup to allow LoadableModule to be loaded from the Module Search Paths (i.e. outside Slicer3). Provide API to retrieve module's resources paths from either locations (inside or outside a Slicer3's build/installed tree)

1 lines of code changed in 1 file:

  • Libs/LoadableModule/Testing: LoadableModuleFactoryTest.cxx (+1 -1)
barre 2008-05-20 02:29 Rev.: 6773

ENH: Slicer3 Spring Installation Clean Up

12 lines of code changed in 1 file:

  • Libs/LoadableModule/Testing: CMakeLists.txt (+12 -12)
tgl 2008-05-08 23:47 Rev.: 6671

BUG: this test takes waaaaaay to long when run by getbuildtest.tcl on Win32, seems to run fine within Studio. commenting back out

0 lines of code changed in 1 file:

  • Libs/LoadableModule/Testing: CMakeLists.txt (changed)
tgl 2008-05-08 18:50 Rev.: 6666

ENH: adding dependency checking (but not sorting) to LoadableModule lib. Adding EMSegment, MRAblation, RealTimeImaging, VolumeRendering, WFEngineModule, LabelStatistics as loadable modules

0 lines of code changed in 1 file:

  • Libs/LoadableModule/Testing: CMakeLists.txt (changed)
pieper 2008-05-05 12:09 Rev.: 6602

COMP: avoid warnings for new CMake 2.6

0 lines of code changed in 1 file:

  • Libs/LoadableModule/Testing: CMakeLists.txt (changed)
pieper 2008-04-11 08:31 Rev.: 6447

COMP: disable this test for now since it hangs on windows

0 lines of code changed in 1 file:

  • Libs/LoadableModule/Testing: CMakeLists.txt (changed)
tgl 2008-03-04 23:16 Rev.: 6069

ENH: Results of merge from branches/tgl_loadable_modules 5432:6047. Loadable Module support added, GAD is the only loadable module at this time. To enable LM, comment out the #define LOADABLEMODULESDEBUG line.

171 lines of code changed in 3 files:

  • Libs/LoadableModule/Testing: CMakeLists.txt (new 23), LMParser1Test.cxx (new 56), LoadableModuleFactoryTest.cxx (new 92)
Generated by StatSVN 0.5.0