Marc Chevrier
							
						 | 
						
							
							
								f93385283f
							
							cmLocalGenerator: modernize memory management
						 | 
						пре 6 година | 
					
				
					
						
							
								   Kitware Robot
							
						 | 
						
							
							
								ed98209ddc
							
							Revise include order using clang-format-6.0
						 | 
						пре 6 година | 
					
				
					
						
							
								   Regina Pfeifer
							
						 | 
						
							
							
								f30523d090
							
							clang-tidy: modernize-deprecated-headers
						 | 
						пре 6 година | 
					
				
					
						
							
								   Regina Pfeifer
							
						 | 
						
							
							
								d25a5a7ec9
							
							clang-tidy: modernize-use-auto
						 | 
						пре 6 година | 
					
				
					
						
							
								   Daniel Eiband
							
						 | 
						
							
							
								2d888e3390
							
							cmSourceFile: Rename mutating GetFullPath() overload
						 | 
						пре 6 година | 
					
				
					
						
							
								   Tushar Maheshwari
							
						 | 
						
							
							
								8cb3cffa42
							
							cmSourceFile: Rename non-const GetLanguage
						 | 
						пре 6 година | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								aaf59120bf
							
							Source sweep: Replace cmExpandList with the shorter cmExpandedList
						 | 
						пре 6 година | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								9b334397f5
							
							Source sweep: Use cmStrCat for string concatenation
						 | 
						пре 6 година | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								20e580be01
							
							Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
						 | 
						пре 6 година | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								f4f3c68926
							
							Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
						 | 
						пре 6 година | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								18b0330b86
							
							clang-tidy: Enable performance-inefficient-string-concatenation
						 | 
						пре 6 година | 
					
				
					
						
							
								   Artur Ryt
							
						 | 
						
							
							
								30bb14c657
							
							Modernize: Enable modernize-raw-string-literal in clang-tidy
						 | 
						пре 6 година | 
					
				
					
						
							
								   Vitaly Stakhovsky
							
						 | 
						
							
							
								00ba28ffd0
							
							cmMakefile::GetRequiredDefinition: return const std::string&
						 | 
						пре 6 година | 
					
				
					
						
							
								   Bruno Manganelli
							
						 | 
						
							
							
								cc2a5261f8
							
							Factor out enum MessageType into dedicated header
						 | 
						пре 7 година | 
					
				
					
						
							
								   Regina Pfeifer
							
						 | 
						
							
							
								32cb564bea
							
							clang-tidy: Remove redundant member initializations
						 | 
						пре 7 година | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								8f076acdb0
							
							cmLocalGenerator: Remove AddCompileDefinitions method
						 | 
						пре 7 година | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								1b57f49586
							
							genex: Simplify cmGeneratorExpressionInterpreter
						 | 
						пре 7 година | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								b6802cd506
							
							cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
						 | 
						пре 7 година | 
					
				
					
						
							
								   Kitware Robot
							
						 | 
						
							
							
								d7204e649e
							
							Revise C++ coding style using clang-format-6.0
						 | 
						пре 7 година | 
					
				
					
						
							
								   Pavel Solodovnikov
							
						 | 
						
							
							
								653b894683
							
							Reduce raw string pointers usage.
						 | 
						пре 7 година | 
					
				
					
						
							
								   Marc Chevrier
							
						 | 
						
							
							
								0448311179
							
							sourceFile properties: add property INCLUDE_DIRECTORIES
						 | 
						пре 7 година | 
					
				
					
						
							
								   Marc Chevrier
							
						 | 
						
							
							
								78b1c2e09e
							
							sourceFile properties: add property COMPILE_OPTIONS
						 | 
						пре 8 година | 
					
				
					
						
							
								   Marc Chevrier
							
						 | 
						
							
							
								10f58b27ac
							
							Genex: Per-source $<COMPILE_LANGUAGE:...> support
						 | 
						пре 8 година | 
					
				
					
						
							
								   Marc Chevrier
							
						 | 
						
							
							
								9432f686e6
							
							Add generator expression support to per-source COMPILE_DEFINITIONS
						 | 
						пре 8 година | 
					
				
					
						
							
								   Marc Chevrier
							
						 | 
						
							
							
								6bffc13ef1
							
							Refactor per-source generator expression evaluation
						 | 
						пре 8 година | 
					
				
					
						
							
								   Gregor Jasny
							
						 | 
						
							
							
								5de37a4a64
							
							cmake: Add --open option for IDE generators
						 | 
						пре 8 година | 
					
				
					
						
							
								   Pavel Solodovnikov
							
						 | 
						
							
							
								5db3aac111
							
							Meta: replace empty-string assignments with `clear()`.
						 | 
						пре 8 година | 
					
				
					
						
							
								   Pavel Solodovnikov
							
						 | 
						
							
							
								7d5095796a
							
							Meta: modernize old-fashioned loops to range-based `for`.
						 | 
						пре 8 година | 
					
				
					
						
							
								   Daniel Pfeifer
							
						 | 
						
							
							
								2b4c32c95f
							
							clang-format: format all code as Cpp11
						 | 
						пре 8 година | 
					
				
					
						
							
								   Daniel Pfeifer
							
						 | 
						
							
							
								5962db4389
							
							Use C++11 nullptr
						 | 
						пре 8 година |