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

| 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 |
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:
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: 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:
ENH: Slicer3 Spring Installation Clean Up
12 lines of code changed in 1 file:
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:
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:
COMP: avoid warnings for new CMake 2.6
0 lines of code changed in 1 file:
COMP: disable this test for now since it hangs on windows
0 lines of code changed in 1 file:
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: