Sascha Zelzer f7aae52181 Added support for external plugin repositories via _DIR variables. 12 lat temu
..
LastConfigureStep 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 lat temu
CTKConfig.cmake.in 9551988951 Merge branch 'cli-module-support' 12 lat temu
CTKConfigVersion.cmake.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 lat temu
CTKPluginUseFile.cmake.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 lat temu
CTestConfigSubProject.cmake.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 lat temu
CTestCustom.cmake.in ea469935d6 Fix various warnings 13 lat temu
MANIFEST.MF.in 34c898d2a7 Fix unnecessary recompile of some Qt files after configure. 14 lat temu
UseCTK.cmake.in fb441e86f3 UseCTK.cmake now sets the QT_QMAKE_EXECUTABLE variable 12 lat temu
ctkBlockCheckDependencies.cmake 8c9868f595 Added functions for checking out repos at configure time for issue #266. 12 lat temu
ctkBlockSetCMakeOSXVariables.cmake 91872ff739 #239 For Mac OS X, must search for SDKs in Applications directory. 12 lat temu
ctkCheckoutRepo.cmake.in 891aa5443b Use fixed hash values when cloning PluginsContrib and ExternalProjectsContrib. 12 lat temu
ctkConfig.h.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 lat temu
ctkDashboardDriverScript.cmake 14443218a0 In CTest script, Disable CTEST_USE_LAUNCHERS for non Make generator 12 lat temu
ctkDashboardScript.TEMPLATE.cmake b2103eadb0 Prevent confusion removing variable CTEST_CMAKE_COMMAND in driver script template. 13 lat temu
ctkFunctionAddPluginRepo.cmake f7aae52181 Added support for external plugin repositories via _DIR variables. 12 lat temu
ctkFunctionApplyPatches.cmake fad20d0f1c Remove text between parentheses in "else()", "endif()" and "endforeach()". See #79 13 lat temu
ctkFunctionCMakeDoxygenFilterCompile.cmake fad20d0f1c Remove text between parentheses in "else()", "endif()" and "endforeach()". See #79 13 lat temu
ctkFunctionCheckCompilerFlags.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkFunctionCheckoutRepo.cmake 8c9868f595 Added functions for checking out repos at configure time for issue #266. 12 lat temu
ctkFunctionCompileSnippets.cmake 4369ec706e Added "code snippet" support. 13 lat temu
ctkFunctionDownloadData.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkFunctionExtractOptionNameAndValue.cmake 436795b904 Fix ctkFunctionExtractOptionNameAndValue 13 lat temu
ctkFunctionExtractPluginTargets.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkFunctionGenerateDGraphInput.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkFunctionGeneratePluginManifest.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkFunctionGeneratePluginUseFile.cmake 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 lat temu
ctkFunctionGenerateProjectXml.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkFunctionGetAllPluginTargets.cmake 43604a512b Improved support for external plug-ins. 13 lat temu
ctkFunctionGetCompilerVisibilityFlags.cmake 358ac843f9 Created new CMake function for getting visibility compiler flags. 13 lat temu
ctkFunctionGetGccVersion.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkFunctionGetIncludeDirs.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkFunctionGetLibraryDirs.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkFunctionGetPluginDependencies.cmake 282be3d22c Removed debug message commands. 13 lat temu
ctkFunctionGetTargetDependencies.cmake 282be3d22c Removed debug message commands. 13 lat temu
ctkFunctionLFtoCRLF.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkMacroAddCtkLibraryOptions.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkMacroBuildApp.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkMacroBuildLib.cmake 6c64ee6c1b Integrate the QtTesting framework into CTK: ctkQtTesting 13 lat temu
ctkMacroBuildLibWrapper.cmake dcc6b7e61a Add VTK PythonQt foreign wrapper 13 lat temu
ctkMacroBuildPlugin.cmake 358ac843f9 Created new CMake function for getting visibility compiler flags. 13 lat temu
ctkMacroBuildQtPlugin.cmake 1bba6779d3 Set the Qt plugin install path if it is not properly overridden. Fixes #228 12 lat temu
ctkMacroCompilePythonScript.cmake 57d5e89a0f Report a CMake error if script compilation fails 12 lat temu
ctkMacroEmptyExternalProject.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkMacroGenerateMocs.cmake be16c9bd58 Extended QT4_GENERATE_MOCS macro and moved to main CMake folder. 12 lat temu
ctkMacroGeneratePluginResourceFile.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkMacroListFilter.cmake 4db4ed5238 Merge branch 'small-cmake-cleanups' 13 lat temu
ctkMacroOptionUtils.cmake b2f85af331 Added special "build all" CMake options. 12 lat temu
ctkMacroParseArguments.cmake fad20d0f1c Remove text between parentheses in "else()", "endif()" and "endforeach()". See #79 13 lat temu
ctkMacroSetPaths.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkMacroSetupPlugins.cmake b6f887ddb9 Added a verification step for plugin names. Fixes #232. 12 lat temu
ctkMacroSetupQt.cmake 8b399aea48 Fix and Add functionalities to QtTesting : 13 lat temu
ctkMacroSimpleTest.cmake 77b7e7de24 Add missing testing macros: ctkMacroSimpleTest and ctkMacroSimpleTestWithData 13 lat temu
ctkMacroSimpleTestWithData.cmake 77b7e7de24 Add missing testing macros: ctkMacroSimpleTest and ctkMacroSimpleTestWithData 13 lat temu
ctkMacroTargetLibraries.cmake 8c9868f595 Added functions for checking out repos at configure time for issue #266. 12 lat temu
ctkMacroValidateBuildOptions.cmake 27509cf091 Check dependencies for all targets (not only enabled ones) 13 lat temu
ctkMacroWrapPythonQt.cmake 605e28b2fc Print more verbose error in ctkMacroWrapPythonQt 13 lat temu
ctkMacroWrapPythonQtModuleInit.cpp.in 916309756d PythonQt module can be compiled either as python module or as static library 13 lat temu
ctkScriptMocPythonQtWrapper.cmake 112d2b8b35 COMP: Fix windows pythonQt wrapping issue passing moc option through file 12 lat temu
ctkScriptWrapPythonQt_Full.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
ctkScriptWrapPythonQt_Light.cmake ac13c32312 Change CMake command to lower case. See #78 13 lat temu
plugin_manifest.qrc.in 34c898d2a7 Fix unnecessary recompile of some Qt files after configure. 14 lat temu
plugin_resources_cached.qrc.in 5c36963bee Use configure_file instead of file(WRITE ...) to avoid regeneration. 14 lat temu