Sascha Zelzer
							
						 | 
						
							
							
								ac653f1917
							
							Support custom manifest headers for plugins.
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								0db76fd6d9
							
							Manually add dependencies for test plugins.
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								9a6381c907
							
							Enable support for writing CTK Plugins in external projects.
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								d8154c356f
							
							Initial plugin framework test suite.
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								b756d3eeca
							
							Rename CMake variables *_CXX into *_CPP in app, lib and plugin build macros
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								c8fd5a716e
							
							Export file header now start with "ctk" lower case
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								e8bd5aa045
							
							Remove trailing spaces in CMake license headers
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								763c419d85
							
							Remove copyright YEAR from license header
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								e31125c8ab
							
							Cleanup of message commands and indentation.
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								2127d1b68f
							
							FindPackage and variable expanding in top-level CMakeLists.txt
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								0f9c699c14
							
							Add only needed include dirs.
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								7b68427630
							
							Merge topic 'plugin_dependencies'
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								e87fe1533d
							
							COMP: Mingw: When using -fstack-protection-all, linking to libssp
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								439d2b9533
							
							FIX: PluginDependencies: Fix dynamic export header generation
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								1e9e0d4e4b
							
							ENH: PluginDependencies: Use "DGraph -sort label" in ctkMacroValidateBuildOptions
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								69d7a65278
							
							ENH: first draft for a plugin dependency system
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								93ee6ee6b3
							
							FIX: QtMobility: Fixed config string and plugin output directory for
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								83fa42cde8
							
							FIX: QtMobility: Fixed problems on Windows related to QtMobility
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								a8e627c594
							
							COMP: Plugins - The LIBRARY_OUTPUT_DIRECTORY is now set at the target level
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								a5ac0a81bf
							
							Merge branch 'plugin-framework'
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								75b0b031c5
							
							ENH: PluginFramework: The service framework is now functional with the exception of filters
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								b20a08e5a1
							
							ENH: Added LICENSE and NOTICE file - Added license header to CMake scripts
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								c95b9a82e8
							
							ENH: PluginFramework: Implemented plugin resolution and start mechanism
						 | 
						hace 15 años | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								9e3ee1003c
							
							ENH: PluginFramework: Created a separate PluginFramework library
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								5e94dd99e6
							
							BUG: Fix ctkMacroBuild{Lib,Plugin,App}.cmake - Source and generated group now refer to the correct files.
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								e588f214de
							
							BUG: In ctkMacroBuild{App,Lib,Plugin,QtDesignerPlugin), MY_SRCS shouldn't be cleared.
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								fd4845f2b9
							
							BUG: Fix ctkMacroBuild{App, Lib, Plugin, QtDesignerPlugin} - Make sure variable MY_{SRCS,UI_CXX,QRC_SRCS} are cleared
						 | 
						hace 15 años | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								5388131048
							
							STYLE: Rename macro ctkMacroBuildQt{Lib, App, Plugin} into ctkMacroBuild{Lib, App, Plugin}
						 | 
						hace 15 años |