Directory CMake/

Directory Created:
2006-11-14 13:51
Total Files:
12
Deleted Files:
0
Lines of Code:
1397

[root]/CMake
        directory in repo cuda (5 files, 767 lines)

Lines of Code

CMake/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 46 (100.0%) 1520 (100.0%) 33.0
pieper 8 (17.4%) 694 (45.7%) 86.7
jcfr 21 (45.7%) 404 (26.6%) 19.2
barre 13 (28.3%) 263 (17.3%) 20.2
lorensen 2 (4.3%) 151 (9.9%) 75.5
finetjul 2 (4.3%) 8 (0.5%) 4.0

Most Recent Commits

jcfr 2009-12-11 12:32 Rev.: 11255

STYLE: Update CMakeLists.txt
- Move testing code in the CMakeLists located under Testing.
- Ensure that SlicerQT was build appropriately and without dependency on SlicerBaseGUI

0 lines of code changed in 1 file:

  • CMake: Slicer3QTBaseLibraryMacros.cmake (changed)
jcfr 2009-12-08 13:29 Rev.: 11220

BUG: SlicerQT - Resource weren't added properly in CMake/Slicer3QTBaseLibraryMacros

0 lines of code changed in 1 file:

  • CMake: Slicer3QTBaseLibraryMacros.cmake (changed)
jcfr 2009-12-07 23:13 Rev.: 11208

ENH: SlicerQT - Add Libs/qVTKWidgets

This library will contain QT widget that depends only on QT and CTK

0 lines of code changed in 1 file:

  • CMake: Slicer3QTBaseLibraryMacros.cmake (changed)
jcfr 2009-12-04 00:13 Rev.: 11146

BUG: SlicerQT - Fix Slicer3QTBaseLibraryMacros

In r11143, Base/QT libraries have been renamed from SlicerBaseQT* to qSlicerBaseQT*.

In the mean time, macro Slicer3QTBaseLibraryMacros was configuring the win32 header file improperly.

Removing the extra q solved the problem.

1 lines of code changed in 1 file:

  • CMake: Slicer3QTBaseLibraryMacros.cmake (+1 -1)
jcfr 2009-12-02 11:10 Rev.: 11115

BUG: SlicerQT - The resource files weren't compiled and added to the source correctly

0 lines of code changed in 1 file:

  • CMake: Slicer3QTBaseLibraryMacros.cmake (changed)
jcfr 2009-11-25 15:56 Rev.: 11051

ENH: SlicerQT - Copy all the slicer related logo into 'Slicer3/Resources/Images' and create the resource file 'Slicer3/Resources/qSlicerLogos.qrc'. Update Slicer3_build_qtmodule macro to automatically include the resource file 'qSlicerLogos.qrc'

0 lines of code changed in 1 file:

  • CMake: Slicer3QTModuleMacros.cmake (changed)
jcfr 2009-11-24 10:25 Rev.: 11035

STYLE: SlicerQT - Clean Slicer3QTModuleMacros

0 lines of code changed in 1 file:

  • CMake: Slicer3QTModuleMacros.cmake (changed)
jcfr 2009-11-19 11:18 Rev.: 11004

ENH: SlicerQT - Update macro 'Slicer3_build_qtmodule', the list of resources can now be paassed as a parameter.

0 lines of code changed in 1 file:

  • CMake: Slicer3QTModuleMacros.cmake (changed)
jcfr 2009-11-11 00:36 Rev.: 10929

BUG: SlicerQT - Fix Slicer3QTModuleMacros and Slicer3QTBaseLibraryMacros Macros. The variable 'MY_WIN32_HEADER_PREFIX' was incorrectly set.

16 lines of code changed in 2 files:

  • CMake: Slicer3QTBaseLibraryMacros.cmake (+11 -10), Slicer3QTModuleMacros.cmake (+5 -6)
jcfr 2009-11-10 20:34 Rev.: 10926

ENH: SlicerQT - Split Base/GUIQT into Base/QTBase and Base/QTGUI

137 lines of code changed in 2 files:

  • CMake: Slicer3QTBaseLibraryMacros.cmake (new 132), Slicer3QTModuleMacros.cmake (+5 -3)
jcfr 2009-11-06 17:59 Rev.: 10894

ENH: SlicerQt - Major refactoring. Module are now initialized within the overloaded function 'initializer'. qCTKFactory classed is now the base for Plugin and Object factory. Other kind of factory can easily be implemented. Module title should be set in the CMakeLists.txt of each QT module.

5 lines of code changed in 1 file:

  • CMake: Slicer3QTModuleMacros.cmake (+5 -1)
jcfr 2009-11-02 10:38 Rev.: 10843

BUG: QtSlicer - Remove macro qSlicerGetModuleTitleDefinitionMacro/qSlicerGetModuleTitleDeclrationMacro and add the virtual method moduleTitle. In vtkSlicerApplication, rename method InitializeQtModule to InitializeQtCoreModule and add method InitializeQtCoreModules. Update QTModules and add the QtPlugin declaration. Update the appropriate header and cmake files in order to install the Qt loadable modules into a separate directory named 'QTLoadableModules'

21 lines of code changed in 2 files:

  • CMake: Slicer3QTModuleMacros.cmake (+20 -5), Slicer3SampleBuildTest.cmake.in (+1)
finetjul 2009-11-02 05:31 Rev.: 10838

COMP: SlicerQT: Fix windows compilation errors

7 lines of code changed in 1 file:

  • CMake: Slicer3QTModuleMacros.cmake (+7 -7)
jcfr 2009-10-30 19:13 Rev.: 10822

ENH: QtSlicer - Add GUIQT/Plugins directory. Rename QCTKWidgets/QMRMLWidgets to qCTKWidgets/qMRMLWidgets

8 lines of code changed in 1 file:

  • CMake: Slicer3QTModuleMacros.cmake (+8 -6)
jcfr 2009-10-30 17:37 Rev.: 10820

BUG: QtSlicer - Since minium version required is 2.6, update Slicer3QTModuleMacros to avoid triggering the CMP00012 warning with cmake version above 2.6.5

2 lines of code changed in 1 file:

  • CMake: Slicer3QTModuleMacros.cmake (+2 -2)
jcfr 2009-10-30 16:16 Rev.: 10816

BUG: QtSlicer - Update Slicer3QTModuleMacros to configure qSlicerQTModulesConfigure.h.in and qSlicerQTModulesWin32Header.h.in appropriately for the considered qt module

35 lines of code changed in 1 file:

  • CMake: Slicer3QTModuleMacros.cmake (+35 -18)
jcfr 2009-10-30 09:49 Rev.: 10805

ENH: QtSlicer - Add CMake macro helping to write CMakeLists.txt for loadable QtModule

149 lines of code changed in 2 files:

  • CMake: Slicer3ParseArgumentsMacro.cmake (new 34), Slicer3QTModuleMacros.cmake (new 115)
finetjul 2009-10-20 17:11 Rev.: 10711

ENH: SlicerQt: Add Slicer3_USE_KWWidgets variable

1 lines of code changed in 1 file:

  • CMake: Slicer3FindQT.cmake (+1)
jcfr 2009-10-07 06:47 Rev.: 10581

ENH: Initial commit of the QtSlicer port. Added subdirs Base/GUI2, Libs/QCTKWidgets and Libs/QMRMLWidgets. Updated Application/GUI/Slicer3 and Base/GUI/vtkSlicerApplication to be able to initialize and start QtModule. CMakeLists.txt also updated to consider the script CMake/Slicer3FindQT.cmake

30 lines of code changed in 1 file:

  • CMake: Slicer3FindQT.cmake (new 30)
pieper 2009-09-08 18:25 Rev.: 10427

ENH: better valgrind cut and paste

0 lines of code changed in 1 file:

  • CMake: Slicer3ValgrindSuppressions.supp (changed)
pieper 2008-11-05 18:39 Rev.: 7799

COMP: change from TEEM to Teem for compatibility with current svn trunk of teem

0 lines of code changed in 1 file:

  • CMake: Slicer3SampleBuildTest.cmake.in (changed)
lorensen 2008-09-27 14:45 Rev.: 7615

ENH: the start of ctest scripts for building Slicer3/

151 lines of code changed in 2 files:

  • CMake: RemoveTemporaryFiles.cmake.in (new 22), Slicer3SampleBuildTest.cmake.in (new 129)
barre 2008-07-02 11:32 Rev.: 7240

ENH: fix missing FUNC

0 lines of code changed in 1 file:

  • CMake: Slicer3PluginsMacros.cmake (changed)
barre 2008-06-27 11:16 Rev.: 7223

ENH: fix submission to dashboard for plugins

0 lines of code changed in 1 file:

  • CMake: Slicer3PluginsMacros.cmake (changed)
barre 2008-05-29 14:22 Rev.: 6920

ENH: hide testing tricks inside a macro

16 lines of code changed in 1 file:

  • CMake: Slicer3PluginsMacros.cmake (+16)
barre 2008-05-27 17:44 Rev.: 6889

ENH: Plugins and Modules have specific location for their binairies/dll, different from the usual bin/ and lib/ (i.e. lib/Slicer3/Plugins, lib/Slicer3/Modules). This was achieved by setting LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH from the slicer3_set_default_modules_output_path and slicer3_set_default_plugins_output_path macro, but it is a dangerous practice to override a global variable, as it propagates to subtrees. As a result, SlicerTractographySeeding, which combines a module and a CLP in the same CMakeLists, was not built to the proper directory; ExtractSkeleton was not output in the right location either, and several tests ended up in Plugins instead of bin/ (GaussianBlurImageFilterTest, OrientImageTest). Fix this by creating a macro that will set the LIBRARY_OUTPUT_DIRECTORY and RUNTIME_OUTPUT_DIRECTORY explicitly on a *target* basis, using SET_TARGET_PROPERTIES. This removes the side-effects described above.

36 lines of code changed in 3 files:

  • CMake: Slicer3Macros.cmake (new 14), Slicer3ModulesMacros.cmake (+11 -25), Slicer3PluginsMacros.cmake (+11 -25)
barre 2008-05-26 10:04 Rev.: 6842

ENH: added slicer3_install_modules and slicer3_install_plugins macro to hide the big INSTALL() command that was used to install plugins/modules; this is more elegant, and enable us to have better control on installation by modifying just one file.

37 lines of code changed in 2 files:

  • CMake: Slicer3ModulesMacros.cmake (+19 -6), Slicer3PluginsMacros.cmake (+18 -6)
barre 2008-05-22 15:17 Rev.: 6825

ENH: more macros

13 lines of code changed in 1 file:

  • CMake: Slicer3PluginsMacros.cmake (+13)
barre 2008-05-20 02:31 Rev.: 6774

ENH: Slicer3 Spring Installation Clean Up

161 lines of code changed in 4 files:

  • CMake: CMakeLists.txt (new 5), Slicer3ModulesMacros.cmake (new 26), Slicer3PersistenceMacros.cmake (new 22), Slicer3PluginsMacros.cmake (new 108)
pieper 2007-11-17 15:30 Rev.: 4867

STYLE: typo

1 lines of code changed in 1 file:

  • CMake: Slicer3ValgrindSuppressions.supp (+1 -1)
pieper 2007-08-28 11:15 Rev.: 4142

ENH: some cleanups and new suppressions after testing with valgrind

241 lines of code changed in 1 file:

  • CMake: Slicer3ValgrindSuppressions.supp (+241 -1)
pieper 2007-01-24 13:28 Rev.: 2302

ENH: extra comment

3 lines of code changed in 1 file:

  • CMake: Slicer3ValgrindSuppressions.supp (+3)
pieper 2007-01-23 13:20 Rev.: 2290

ENH: new suppressions for valgrind

0 lines of code changed in 1 file:

  • CMake: Slicer3ValgrindSuppressions.supp (changed)
pieper 2007-01-22 17:12 Rev.: 2284

ENH: new valgrind suppressions

0 lines of code changed in 1 file:

  • CMake: Slicer3ValgrindSuppressions.supp (changed)
pieper 2006-11-14 13:51 Rev.: 1579

ENH: some support for using valgrind for bug hunting

449 lines of code changed in 1 file:

  • CMake: Slicer3ValgrindSuppressions.supp (new 449)
Generated by StatSVN 0.5.0