Jean-Christophe Fillion-Robin 2da3221da6 COMP: Add CTK valgrind suppressions file 7 years ago
..
CircleCI 7a7c64c4ac ci: Exclude failing test "ctkWidgetsUtilsTestGrabWidget" 7 years ago
LastConfigureStep 05fdfae090 COMP: cmake: Include CTK_Qt5_DIR and CTK_CMAKE_PREFIX_PATH to CTKConfig and UseCTK 7 years ago
Testing 7fcc3e5e63 Update ExternalProjectDependency system based on commontk/Artichoke@cfefc7ea27 11 years ago
configure_package_config_file bb46b8cde5 Add support for install-able and relocatable package. 11 years ago
ctkLinkerAsNeededFlagCheck 52551d4eb3 Fix linking of VTKCoreCppTest by adding a check for linker capabilities 11 years ago
CMakeFindDependencyMacro.cmake fc9223928a Ensure find_package() is called in CTKConfig.cmake for external projects. 10 years ago
CTKConfig.cmake.in fc9223928a Ensure find_package() is called in CTKConfig.cmake for external projects. 10 years ago
CTKPluginUseFile.cmake.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 12 years ago
CTKValgrind.supp 2da3221da6 COMP: Add CTK valgrind suppressions file 7 years ago
CTestCustom.cmake.in 5e65e84a37 Remove DCMTK 3.6.0 compatibility cruft 9 years ago
MANIFEST.MF.in 34c898d2a7 Fix unnecessary recompile of some Qt files after configure. 14 years ago
UseCTK.cmake.in 05fdfae090 COMP: cmake: Include CTK_Qt5_DIR and CTK_CMAKE_PREFIX_PATH to CTKConfig and UseCTK 7 years ago
ctkBlockCheckDependencies.cmake 4c043cc9f1 COMP: Initialize and propagate CMAKE_MACOSX_RPATH to external projects 7 years ago
ctkBlockSetCMakeOSXVariables.cmake 91872ff739 #239 For Mac OS X, must search for SDKs in Applications directory. 12 years ago
ctkCheckoutRepo.cmake.in 891aa5443b Use fixed hash values when cloning PluginsContrib and ExternalProjectsContrib. 12 years ago
ctkConfig.h.in 3763f8e6bb Clean top-level folder by moving files into CMake folder 12 years ago
ctkDashboardDriverScript.cmake f73c51766f Update dashboard driver script to submit a regular project layout. 11 years ago
ctkDashboardScript.TEMPLATE.cmake f73c51766f Update dashboard driver script to submit a regular project layout. 11 years ago
ctkFunctionAddPluginRepo.cmake f7aae52181 Added support for external plugin repositories via _DIR variables. 12 years ago
ctkFunctionApplyPatches.cmake fad20d0f1c Remove text between parentheses in "else()", "endif()" and "endforeach()". See #79 13 years ago
ctkFunctionCMakeDoxygenFilterCompile.cmake fad20d0f1c Remove text between parentheses in "else()", "endif()" and "endforeach()". See #79 13 years ago
ctkFunctionCheckCompilerFlags.cmake ac13c32312 Change CMake command to lower case. See #78 13 years ago
ctkFunctionCheckoutRepo.cmake 8c9868f595 Added functions for checking out repos at configure time for issue #266. 12 years ago
ctkFunctionCompileSnippets.cmake 77a4db546b Merge remote-tracking branch 'j2/add-qt5-support' into qt5 11 years ago
ctkFunctionDownloadData.cmake ac13c32312 Change CMake command to lower case. See #78 13 years ago
ctkFunctionExtractOptionNameAndValue.cmake 436795b904 Fix ctkFunctionExtractOptionNameAndValue 13 years ago
ctkFunctionExtractPluginTargets.cmake ac13c32312 Change CMake command to lower case. See #78 13 years ago
ctkFunctionGenerateDGraphInput.cmake 3facf6a27e Fix ctkSimplePythonShell build error supporting optional dependencies 11 years ago
ctkFunctionGeneratePluginManifest.cmake 47b3421658 Add support for Qt5 11 years ago
ctkFunctionGeneratePluginUseFile.cmake 3763f8e6bb Clean top-level folder by moving files into CMake folder 12 years ago
ctkFunctionGetAllPluginTargets.cmake 43604a512b Improved support for external plug-ins. 13 years ago
ctkFunctionGetCompilerVisibilityFlags.cmake 358ac843f9 Created new CMake function for getting visibility compiler flags. 13 years ago
ctkFunctionGetGccVersion.cmake ac13c32312 Change CMake command to lower case. See #78 13 years ago
ctkFunctionGetIncludeDirs.cmake ac13c32312 Change CMake command to lower case. See #78 13 years ago
ctkFunctionGetLibraryDirs.cmake ac13c32312 Change CMake command to lower case. See #78 13 years ago
ctkFunctionGetPluginDependencies.cmake 282be3d22c Removed debug message commands. 13 years ago
ctkFunctionGetTargetDependencies.cmake 282be3d22c Removed debug message commands. 13 years ago
ctkFunctionLFtoCRLF.cmake ac13c32312 Change CMake command to lower case. See #78 13 years ago
ctkLinkerAsNeededFlagCheck.cmake 52551d4eb3 Fix linking of VTKCoreCppTest by adding a check for linker capabilities 11 years ago
ctkListToString.cmake 72580eb5ec Add convenience function "ctk_list_to_string" 11 years ago
ctkMacroAddCtkLibraryOptions.cmake dc70d038df Generalize how superbuild CMake variables can be passed to inner project. 11 years ago
ctkMacroBuildApp.cmake 211106b74a Merge branch 'qt5' 11 years ago
ctkMacroBuildLib.cmake cc89675372 Check bitness using void ptr size instead of system processor name 10 years ago
ctkMacroBuildLibWrapper.cmake 6584791009 COMP: ctkMacroBuildLibWrapper: Improve configuration status messages 9 years ago
ctkMacroBuildPlugin.cmake 93d3c9d2fc ENH: Improve Qt5 CMake configuration supporting passing of Qt5_DIR 7 years ago
ctkMacroBuildQtPlugin.cmake ef319e9a0f COMP: Fix deprecated interface warning when building designer plugin with Qt5 7 years ago
ctkMacroCheckExternalProjectDependency.cmake 10f0930213 ENH: Update ExternalProjectDependency system based on commontk/Artichoke@31b6ba4 7 years ago
ctkMacroCompilePythonScript.cmake 9208de739a Allow compiling/installing generated Python files 11 years ago
ctkMacroGenerateMocs.cmake 2a37ed1522 Support Qt 5.6 compilation 9 years ago
ctkMacroGeneratePluginResourceFile.cmake 47b3421658 Add support for Qt5 11 years ago
ctkMacroListFilter.cmake 4db4ed5238 Merge branch 'small-cmake-cleanups' 13 years ago
ctkMacroOptionUtils.cmake 9c8bf39595 ENH: BuildSystem: Ensure "ENABLE" variable are passed and remove workaround 7 years ago
ctkMacroParseArguments.cmake fad20d0f1c Remove text between parentheses in "else()", "endif()" and "endforeach()". See #79 13 years ago
ctkMacroSetPaths.cmake ac13c32312 Change CMake command to lower case. See #78 13 years ago
ctkMacroSetupPlugins.cmake b9393da54b Set QT_INSTALLED_LIBRARY_DIR in case of Qt5. 10 years ago
ctkMacroSetupQt.cmake 9c8bf39595 ENH: BuildSystem: Ensure "ENABLE" variable are passed and remove workaround 7 years ago
ctkMacroSimpleTest.cmake 77b7e7de24 Add missing testing macros: ctkMacroSimpleTest and ctkMacroSimpleTestWithData 13 years ago
ctkMacroSimpleTestWithData.cmake 77b7e7de24 Add missing testing macros: ctkMacroSimpleTest and ctkMacroSimpleTestWithData 13 years ago
ctkMacroTargetLibraries.cmake 613b8207b5 Fix export of CTKTesting include directories 11 years ago
ctkMacroValidateBuildOptions.cmake 27509cf091 Check dependencies for all targets (not only enabled ones) 13 years ago
ctkMacroWrapPythonQt.cmake cbc2491ba9 BUG: ctkMacroWrapPythonQt: Fix handling of absolute input file paths 8 years ago
ctkMacroWrapPythonQtModuleInit.cpp.in 7d209d99ff Add python3 support 7 years ago
ctkWrapPythonQt.py 281ffb7297 Fix CTKDICOMWidgetsPythonQt windows build error undefining HAVE_INT64_T 9 years ago
ctk_compile_python_scripts.cmake.in 7d209d99ff Add python3 support 7 years ago
plugin_manifest.qrc.in 34c898d2a7 Fix unnecessary recompile of some Qt files after configure. 14 years ago
plugin_resources_cached.qrc.in 5c36963bee Use configure_file instead of file(WRITE ...) to avoid regeneration. 14 years ago