Directory Utilities/BuildSystem/

Directory Created:
2008-09-17 17:59
Total Files:
1
Deleted Files:
0
Lines of Code:
93

[root]/Utilities/BuildSystem
            directory in repo CMake (4 files, 1384 lines)
            directory in repo Core (0 files, 0 lines)
                directory in repo ITK (1 files, 16 lines)
                directory in repo KWWidgets (1 files, 9 lines)
                directory in repo Slicer3 (1 files, 9 lines)
                directory in repo Teem (1 files, 10 lines)
                directory in repo VTK (1 files, 9 lines)
            directory in repo Modules (0 files, 0 lines)
                directory in repo TestModule1 (1 files, 12 lines)
                directory in repo TestModule2 (1 files, 10 lines)

Lines of Code

Utilities/BuildSystem/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 5 (100.0%) 95 (100.0%) 19.0
barre 3 (60.0%) 95 (100.0%) 31.6
jcfr 1 (20.0%) 0 (0.0%) 0.0
hjohnson 1 (20.0%) 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:

  • Utilities/BuildSystem: CMakeLists.txt (changed)
barre 2009-10-29 17:36 Rev.: 10795

ENH: support for new cameras and new views. Port from Slicer 3.4 branch. As mentioned on the mailing list, apologies for instabilities while these core changes are further tested. Fiducials do not seem to follow camera for example, this will be fixed. Send bugs to sebastien.barre@kitware.com; Thank you.

1 lines of code changed in 1 file:

  • Utilities/BuildSystem: CMakeLists.txt (+1 -1)
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:

  • Utilities/BuildSystem: CMakeLists.txt (changed)
barre 2008-09-17 18:13 Rev.: 7590

ENH: moved from Sandbox

1 lines of code changed in 1 file:

  • Utilities/BuildSystem: CMakeLists.txt (+1 -1)
barre 2008-09-17 17:59 Rev.: 7589

ENH: move experimental module BuildSystem macros from the Sandbox to Slcier

93 lines of code changed in 1 file:

  • Utilities/BuildSystem: CMakeLists.txt (new 93)
Generated by StatSVN 0.5.0