10
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Sep 24, 2024 — Sep 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: Updated macros ctkMacroBuildQt{App, Lib, Plugin} and existing Testing/CMakeLists.txt - A label is now associated with each Target. More... over 15 years ago
ENH: File CTK_BINARY_DIR/Project.xml is now automatically generated. More... over 15 years ago
ENH: Added CMake/ctkMacroGenerateProjectXml.cmake macro allowing to generate the Project.xml expected by CDash when working with Subproject. More... over 15 years ago
ENH: In Testing/CMakeLists.txt of Libs/{Core,Widgets}, use PROJECT_NAME instead of the equivalent hardcoded value. More... over 15 years ago
ENH: In CMakeLists.txt, change ctk_{libs, plugins, applications) to CTK_{LIBS, PLUGINS, APPLICATIONS}. Also update ctkMacroTargetLibraries.cmake More... over 15 years ago
ENH: Add Testing/CMakeLists.txt to Applications/{ctkDICOM, ctkDICOMInexer}, Libs/DICOM/Widgets, Libs/Visualization/XIP and Libs/Widgets. More... over 15 years ago
FIX: plugin-framework: adapt build-system More... over 15 years ago
Merge branch 'master' into plugin-framework More... over 15 years ago
BUG: Fix export directive in both Visualization/XIP/CMakeLists.txt and ctkXIPAdaptor.h More... over 15 years ago
ENH: Add custom target names "CTK" to superbuild. More... over 15 years ago
BUG: Add Libs/Visualization/XIP/ctk_library_options.cmake - This file contains a list of Boolean variable with their default value. More... over 15 years ago
BUG: Add missing macro ctkMacroListFilter.cmake More... over 15 years ago
ENH: Add macro ctkMacroGetAllTargetLibraries, ctkMacroGetAllCTKTargetLibraries, ctkMacroGetAllNonCTKTargetLibraries and ctkMacroShouldAddExternalProject. More... over 15 years ago
BUG: Removed ${QT_LIBRARIES} from app ctkDICOM and ctkDICOMIndexer, Qt libraries shouldn't be required since CTKDICOMCore is linked against CTKCore which is finally linked against {QT_LIBRARIES}. Same remark applied for CTKDICOMWidgets which is linked against CTKDICOMCore More... over 15 years ago
ENH: Add FindPythonQt and FindOpenIGTLink to Utilities/CMake. More... over 15 years ago
ENH: Rename ctkMacroGetTargetLibraries.cmake into ctkMacroTargetLibraries.cmake More... over 15 years ago
BUG: Fix QtMobilityBeta1-patch.cmake.in, when parameter of CMake macro are list, they should be quoted. More... over 15 years ago
ENH: Reviewed how external project were added. More... over 15 years ago
ENH: Update main CMakeLists.txt to make use ctkMacroAddCtkLibraryOptions More... over 15 years ago
ENH: Added cmake macro: ctkMacroCtkLibraryOptions.cmake allowing to retrieve option specific for a library and expose them both at the superbuild level and the inner project level. More... over 15 years ago
BUG: In Utilities/QtMobility, added patch specific to apple. More... over 15 years ago
ENH: Added class ctkXIPAdaptor to Libs/Visualization/XIP. More... over 15 years ago
COMP: In Superbuild.cmake, use DCMTK_DIR instead of CTK_DCMTK_DIR More... over 15 years ago
STYLE: In CMakeLists.txt, change the syntax related to CMake_Policy More... over 15 years ago
COMP: Update ctkMacroSetupQt - use QT_QMAKE_EXECUTABLE instead of CTK_QMAKE_EXECTUABLE More... over 15 years ago
STYLE: Change comment "// qCTK includes" into "// CTK includes" More... over 15 years ago
BUG: In CMake/ExternalProject, fix the download step specific to GIT repository. More... over 15 years ago
ENH: PluginFramework: adapted CTKCore export macro and first service test More... over 15 years ago
BUG: In CMake/ExternalProject.cmake, when a GIT_REPOSITORY is set. Make sure the corresponding directory is removed. More... over 15 years ago
BUG: Uncomment work_dir and fix a typo error in CMake/ExternalProjects.cmake More... over 15 years ago