[root]/Libs/ModuleDescriptionParser/Testing
TestData
(2 files, 220 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 28 (100.0%) | 216 (100.0%) | 7.7 |
| lorensen | 19 (67.9%) | 182 (84.3%) | 9.5 |
| barre | 2 (7.1%) | 23 (10.6%) | 11.5 |
| pieper | 2 (7.1%) | 8 (3.7%) | 4.0 |
| millerjv | 1 (3.6%) | 2 (0.9%) | 2.0 |
| hjohnson | 2 (7.1%) | 1 (0.5%) | 0.5 |
| jcfr | 1 (3.6%) | 0 (0.0%) | 0.0 |
| aylward | 1 (3.6%) | 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:
COMP: delete tmp test files.
0 lines of code changed in 2 files:
COMP: test svn keywords.
0 lines of code changed in 1 file:
COMP: just a test.
0 lines of code changed in 2 files:
COMP: just a test.
0 lines of code changed in 3 files:
COMP: gcc 4.3 missing includes.
0 lines of code changed in 1 file:
COMP: Removed compiler warnings due to mis-matched types.
1 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
22 lines of code changed in 1 file:
ENH: Required by CMake2.6(beta)
0 lines of code changed in 1 file:
BUG: fix discovery of command line modules in test by specifying that the slicer launcher should be used to set up the environment before running the test
8 lines of code changed in 1 file:
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.
2 lines of code changed in 1 file:
BUG: attempt to parse unterminated string resulted in failed tests (and a non-green dashboard!)
0 lines of code changed in 1 file:
ENH: Added fileExtensions.
2 lines of code changed in 1 file:
ENH: Better filtering of directories.
4 lines of code changed in 1 file:
ENH: Added test for ModuleFactory.
109 lines of code changed in 3 files:
ENH: Added svn keywords.
0 lines of code changed in 2 files:
ENH: better error checkin. STYLE: refactoring.
4 lines of code changed in 1 file:
ENH: Added tests.
63 lines of code changed in 2 files: