Jean-Christophe Fillion-Robin 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 rokov pred
..
LastConfigureStep 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 rokov pred
CTKConfig.cmake.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 rokov pred
CTKConfigVersion.cmake.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 rokov pred
CTKPluginUseFile.cmake.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 rokov pred
CTestConfigSubProject.cmake.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 rokov pred
CTestCustom.cmake.in ea469935d6 Fix various warnings 13 rokov pred
MANIFEST.MF.in 34c898d2a7 Fix unnecessary recompile of some Qt files after configure. 14 rokov pred
UseCTK.cmake.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 rokov pred
ctkBlockCheckDependencies.cmake 97ef63ce32 Pass custom compiler to inner CTK and external project builds. 13 rokov pred
ctkBlockSetCMakeOSXVariables.cmake 0d0ec63a1c Use http://www.apache.org/licenses/LICENSE-2.0.txt instead of http://www.commontk.org/LICENSE 14 rokov pred
ctkConfig.h.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 rokov pred
ctkDashboardDriverScript.cmake 16efd7e23e COMP: Update continuous dashboard duration to ensure it ends on time. 13 rokov pred
ctkDashboardScript.TEMPLATE.cmake b2103eadb0 Prevent confusion removing variable CTEST_CMAKE_COMMAND in driver script template. 13 rokov pred
ctkFunctionApplyPatches.cmake fad20d0f1c Remove text between parentheses in "else()", "endif()" and "endforeach()". See #79 13 rokov pred
ctkFunctionCMakeDoxygenFilterCompile.cmake fad20d0f1c Remove text between parentheses in "else()", "endif()" and "endforeach()". See #79 13 rokov pred
ctkFunctionCheckCompilerFlags.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkFunctionCompileSnippets.cmake 4369ec706e Added "code snippet" support. 13 rokov pred
ctkFunctionDownloadData.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkFunctionExtractOptionNameAndValue.cmake 436795b904 Fix ctkFunctionExtractOptionNameAndValue 13 rokov pred
ctkFunctionExtractPluginTargets.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkFunctionGenerateDGraphInput.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkFunctionGeneratePluginManifest.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkFunctionGeneratePluginUseFile.cmake 3763f8e6bb Clean top-level folder by moving files into CMake folder 13 rokov pred
ctkFunctionGenerateProjectXml.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkFunctionGetAllPluginTargets.cmake 43604a512b Improved support for external plug-ins. 13 rokov pred
ctkFunctionGetCompilerVisibilityFlags.cmake 358ac843f9 Created new CMake function for getting visibility compiler flags. 13 rokov pred
ctkFunctionGetGccVersion.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkFunctionGetIncludeDirs.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkFunctionGetLibraryDirs.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkFunctionGetPluginDependencies.cmake 282be3d22c Removed debug message commands. 13 rokov pred
ctkFunctionGetTargetDependencies.cmake 282be3d22c Removed debug message commands. 13 rokov pred
ctkFunctionLFtoCRLF.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkMacroAddCtkLibraryOptions.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkMacroBuildApp.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkMacroBuildLib.cmake 6c64ee6c1b Integrate the QtTesting framework into CTK: ctkQtTesting 13 rokov pred
ctkMacroBuildLibWrapper.cmake dcc6b7e61a Add VTK PythonQt foreign wrapper 13 rokov pred
ctkMacroBuildPlugin.cmake 358ac843f9 Created new CMake function for getting visibility compiler flags. 13 rokov pred
ctkMacroBuildQtPlugin.cmake 50888cad64 add check for CTK_EXPORT_HEADER_TEMPLATE 13 rokov pred
ctkMacroCompilePythonScript.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkMacroEmptyExternalProject.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkMacroGeneratePluginResourceFile.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkMacroListFilter.cmake 4db4ed5238 Merge branch 'small-cmake-cleanups' 13 rokov pred
ctkMacroOptionUtils.cmake caea534661 Added utility macro which allows to completely specify the option name. 13 rokov pred
ctkMacroParseArguments.cmake fad20d0f1c Remove text between parentheses in "else()", "endif()" and "endforeach()". See #79 13 rokov pred
ctkMacroSetPaths.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkMacroSetupPlugins.cmake 4ec2bb07e5 Apply CMake macro lowercase naming convention to cmake files 13 rokov pred
ctkMacroSetupQt.cmake 8b399aea48 Fix and Add functionalities to QtTesting : 13 rokov pred
ctkMacroSimpleTest.cmake 77b7e7de24 Add missing testing macros: ctkMacroSimpleTest and ctkMacroSimpleTestWithData 13 rokov pred
ctkMacroSimpleTestWithData.cmake 77b7e7de24 Add missing testing macros: ctkMacroSimpleTest and ctkMacroSimpleTestWithData 13 rokov pred
ctkMacroTargetLibraries.cmake ed4b1ada78 New CTK_ENABLE_* build system feature. 13 rokov pred
ctkMacroValidateBuildOptions.cmake 27509cf091 Check dependencies for all targets (not only enabled ones) 13 rokov pred
ctkMacroWrapPythonQt.cmake 605e28b2fc Print more verbose error in ctkMacroWrapPythonQt 13 rokov pred
ctkMacroWrapPythonQtModuleInit.cpp.in 916309756d PythonQt module can be compiled either as python module or as static library 13 rokov pred
ctkScriptMocPythonQtWrapper.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkScriptWrapPythonQt_Full.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
ctkScriptWrapPythonQt_Light.cmake ac13c32312 Change CMake command to lower case. See #78 13 rokov pred
plugin_manifest.qrc.in 34c898d2a7 Fix unnecessary recompile of some Qt files after configure. 14 rokov pred
plugin_resources_cached.qrc.in 5c36963bee Use configure_file instead of file(WRITE ...) to avoid regeneration. 14 rokov pred