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