Rolf Eike Beer
							
						 | 
						
							
							
								48adc29721
							
							replace "std::string::find(x) == 0" with cmHasPrefix()
						 | 
						5 years ago | 
					
				
					
						
							
								   Vitaly Stakhovsky
							
						 | 
						
							
							
								36a5b3d1d1
							
							cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
						 | 
						5 years ago | 
					
				
					
						
							
								   Marc Chevrier
							
						 | 
						
							
							
								36c8cae2e8
							
							cmLocalGenerator: modernize memory management
						 | 
						5 years ago | 
					
				
					
						
							
								   Marc Chevrier
							
						 | 
						
							
							
								f93385283f
							
							cmLocalGenerator: modernize memory management
						 | 
						6 years ago | 
					
				
					
						
							
								   Kitware Robot
							
						 | 
						
							
							
								ed98209ddc
							
							Revise include order using clang-format-6.0
						 | 
						6 years ago | 
					
				
					
						
							
								   Regina Pfeifer
							
						 | 
						
							
							
								f30523d090
							
							clang-tidy: modernize-deprecated-headers
						 | 
						6 years ago | 
					
				
					
						
							
								   Regina Pfeifer
							
						 | 
						
							
							
								d25a5a7ec9
							
							clang-tidy: modernize-use-auto
						 | 
						6 years ago | 
					
				
					
						
							
								   Daniel Eiband
							
						 | 
						
							
							
								2d888e3390
							
							cmSourceFile: Rename mutating GetFullPath() overload
						 | 
						6 years ago | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								aaf59120bf
							
							Source sweep: Replace cmExpandList with the shorter cmExpandedList
						 | 
						6 years ago | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								9b334397f5
							
							Source sweep: Use cmStrCat for string concatenation
						 | 
						6 years ago | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								f4f3c68926
							
							Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
						 | 
						6 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								01a8b89f29
							
							Merge topic 'eclipse-resource-encoding'
						 | 
						6 years ago | 
					
				
					
						
							
								   Martin Gerhardy
							
						 | 
						
							
							
								09c1991895
							
							Eclipse: Add option to set the resource encoding
						 | 
						6 years ago | 
					
				
					
						
							
								   Martin Gerhardy
							
						 | 
						
							
							
								0a65768068
							
							Eclpise: Fix compiler warnings about uninitialized member variables
						 | 
						6 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								fbc0f355ea
							
							Merge topic 'eclipse-interface-lib'
						 | 
						6 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								d3dcf8d774
							
							Eclipse: Fix extra generator to not crash on interface libraries
						 | 
						6 years ago | 
					
				
					
						
							
								   Vitaly Stakhovsky
							
						 | 
						
							
							
								00ba28ffd0
							
							cmMakefile::GetRequiredDefinition: return const std::string&
						 | 
						6 years ago | 
					
				
					
						
							
								   Bruno Manganelli
							
						 | 
						
							
							
								b6a957c969
							
							cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
						 | 
						7 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								bd54cc774a
							
							Merge topic 'semi-warnings'
						 | 
						6 years ago | 
					
				
					
						
							
								   Bruno Manganelli
							
						 | 
						
							
							
								cc2a5261f8
							
							Factor out enum MessageType into dedicated header
						 | 
						7 years ago | 
					
				
					
						
							
								   Sean McBride
							
						 | 
						
							
							
								b056bc3425
							
							Fix most clang -Wextra-semi-stmt warnings in C++ files
						 | 
						6 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								cd0881be61
							
							IWYU: Update CMake code for IWYU built with Clang 6
						 | 
						6 years ago | 
					
				
					
						
							
								   Regina Pfeifer
							
						 | 
						
							
							
								32cb564bea
							
							clang-tidy: Remove redundant member initializations
						 | 
						7 years ago | 
					
				
					
						
							
								   luz.paz
							
						 | 
						
							
							
								8adf237e52
							
							Misc. comment typos
						 | 
						7 years ago | 
					
				
					
						
							
								   Regina Pfeifer
							
						 | 
						
							
							
								3e60580784
							
							clang-tidy: Fix readability-static-accessed-through-instance
						 | 
						7 years ago | 
					
				
					
						
							
								   Cengizhan Pasaoglu
							
						 | 
						
							
							
								c67ab22cdc
							
							Using front() and back() instead of calculations
						 | 
						7 years ago | 
					
				
					
						
							
								   Vitaly Stakhovsky
							
						 | 
						
							
							
								13d10ee616
							
							cmState::GetInitializedCacheValue: Return as const std::string*
						 | 
						7 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								75844dd609
							
							Merge topic 'cleanup-find-cstr'
						 | 
						7 years ago | 
					
				
					
						
							
								   Vitaly Stakhovsky
							
						 | 
						
							
							
								69ca85cc7f
							
							Remove unnecessary c_str() in RegularExpression::find calls
						 | 
						7 years ago | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								b6802cd506
							
							cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
						 | 
						7 years ago |