Sascha Zelzer
|
0f9c699c14
Add only needed include dirs.
|
15 years ago |
Jean-Christophe Fillion-Robin
|
1df5ab4895
Move PythonQt wrapping option code after ctkMacroValidateBuildOptions
|
15 years ago |
Steve Pieper
|
81897d5756
dicom query/retrieve conditional and fixed
|
15 years ago |
Steve Pieper
|
15dc4c6995
ENH changes to query/retrieve apps to support communication with dcmqrscp
|
15 years ago |
Steve Pieper
|
6cc57ba572
COMP: for some reason find_package(PythonInterp) was failing when called from within the CTK-Configure target, but succeeds when called during the top level superbuild configure. This fix is better anyway, since if python is not found the error comes when running cmake rather than when running the build itself
|
15 years ago |
Sascha Zelzer
|
41f85fd4d3
PluginGenerator: Added core and ui plugins with basic classes
|
15 years ago |
David Partyka
|
908dfc7572
Include ctk name and version in CTK_INSTALL_{LIB/INCLUDE}_DIR.
|
15 years ago |
Sascha Zelzer
|
56f70c6099
COMP: MinGW: fix the --enable-auto-import linker flag
|
15 years ago |
Sascha Zelzer
|
171e2c2bbf
COMP: MinGW: Properly set the compiler flags for MinGW
|
15 years ago |
Jean-Christophe Fillion-Robin
|
0d824bd3e5
Merge topic 'plugin_dependencies'
|
15 years ago |
Jean-Christophe Fillion-Robin
|
ec6ca8251e
COMP: Since DGraph outputs a space separated list, make sure CTEST_PROJECT_SUBPROJECTS is converted to a list
|
15 years ago |
Jean-Christophe Fillion-Robin
|
7b68427630
Merge topic 'plugin_dependencies'
|
15 years ago |
Sascha Zelzer
|
5615eb27bc
ENH: PluginDependencies: Remove test plugins
|
15 years ago |
Jean-Christophe Fillion-Robin
|
04485a890d
Merge topic 'superbuild_features' into 'python_wrapping'
|
15 years ago |
Jean-Christophe Fillion-Robin
|
6375473d16
ENH: Added macro ctkMacroSetPath that should be used instead of ctkFunctionExecuteProcess
|
15 years ago |
Jean-Christophe Fillion-Robin
|
fff5abe7a7
ENH: Added ctkMacroWrapPythonQt
|
15 years ago |
Sascha Zelzer
|
69d7a65278
ENH: first draft for a plugin dependency system
|
15 years ago |
Jean-Christophe Fillion-Robin
|
693e06246b
Merge branch 'superbuild_features' into ctkSimplePythonShell
|
15 years ago |
Jean-Christophe Fillion-Robin
|
8efb47221e
ENH: Superbuild - CTK library option are now passed to CTK inner build
|
15 years ago |
Jean-Christophe Fillion-Robin
|
7a6d0f76c2
ENH: Added cmake macro allowing to compile python script into a given directory
|
15 years ago |
Jean-Christophe Fillion-Robin
|
6f80162b32
ENH: Added first draft of the application ctkSimplePythonShell
|
15 years ago |
Daniel Blezek
|
4c90402a40
Merge branch 'master' of github.com:commontk/CTK into DICOMRetrieve
|
15 years ago |
Daniel Blezek
|
ca5b35b9ee
More progress on retrieve.
|
15 years ago |
Jean-Christophe Fillion-Robin
|
20a7ee5d19
COMP: CMakeLists.txt - Remove extra "IF(CMAKE_CXX_COMPILER_ID)" statement
|
15 years ago |
Jean-Christophe Fillion-Robin
|
ec14ac7581
COMP: In CMakeLists.txt - Added quote around variable ${CMAKE_CXX_COMPILER_ID}
|
15 years ago |
Jean-Christophe Fillion-Robin
|
c2b15303ad
BUG: Update CMakeLists.txt to use cmake function ctkFunctionCheckCompilerFlags
|
15 years ago |
Jean-Christophe Fillion-Robin
|
ac77eb1123
COMP: CMakeLists.txt - Fixes MAKE_CXX_COMPILER_ID compare statement
|
15 years ago |
Jean-Christophe Fillion-Robin
|
41be2d56c3
COMP: In CMakeLists.txt, custom CMake compile flags are now added into Cache
|
15 years ago |
Jean-Christophe Fillion-Robin
|
a6f66c218d
ENH: Superbuild - When Gcc is used - Compiler flags are automatically set.
|
15 years ago |
Jean-Christophe Fillion-Robin
|
9162088e41
ENH: BuildSystem - Enforce the fact that each application should have a <APP_NAME>Main.cpp file
|
15 years ago |