Marc Chevrier
							
						 | 
						
							
							
								dc3aa4024e
							
							Refactor: Use new SetProperty signatures
						 | 
						4 years ago | 
					
				
					
						
							
								   Marc Chevrier
							
						 | 
						
							
							
								f466cea3c9
							
							cmMakefile: modernize memory management
						 | 
						5 years ago | 
					
				
					
						
							
								   Asit Dhal
							
						 | 
						
							
							
								9dba84cfa5
							
							Refactor: Use cmStrCat to construct error strings
						 | 
						6 years ago | 
					
				
					
						
							
								   Regina Pfeifer
							
						 | 
						
							
							
								9ba0bf60c6
							
							cmA*Command: Turn into free functions
						 | 
						6 years ago | 
					
				
					
						
							
								   Sergey Bobrenok
							
						 | 
						
							
							
								e791ffac61
							
							add_test: Add COMMAND_EXPAND_LISTS option
						 | 
						6 years ago | 
					
				
					
						
							
								   Sebastian Holtermann
							
						 | 
						
							
							
								006229278b
							
							Use cmAppend to append ranges to std::vector instances
						 | 
						6 years ago | 
					
				
					
						
							
								   Daniel Pfeifer
							
						 | 
						
							
							
								e81c323da9
							
							Include necessary headers in commands
						 | 
						9 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								86578eccf2
							
							Simplify CMake per-source license notices
						 | 
						9 years ago | 
					
				
					
						
							
								   Kitware Robot
							
						 | 
						
							
							
								d9fd2f5402
							
							Revise C++ coding style using clang-format
						 | 
						9 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								0ac18d40c8
							
							Remove `//------...` horizontal separator comments
						 | 
						9 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								b5a467262b
							
							Merge topic 'drop-ancient-workarounds'
						 | 
						10 years ago | 
					
				
					
						
							
								   Stephen Kelly
							
						 | 
						
							
							
								931e055d8c
							
							Port all cmOStringStream to std::ostringstream.
						 | 
						10 years ago | 
					
				
					
						
							
								   Stephen Kelly
							
						 | 
						
							
							
								238dd2fbab
							
							Use insert instead of a loop in some cases.
						 | 
						11 years ago | 
					
				
					
						
							
								   Stephen Kelly
							
						 | 
						
							
							
								21c573f682
							
							Remove some c_str() calls.
						 | 
						11 years ago | 
					
				
					
						
							
								   Ben Boeckel
							
						 | 
						
							
							
								d94f9c6487
							
							Only set the property if the property was given
						 | 
						15 years ago | 
					
				
					
						
							
								   Ben Boeckel
							
						 | 
						
							
							
								b6c302b1aa
							
							Default the working dir to the current binary dir
						 | 
						15 years ago | 
					
				
					
						
							
								   Ben Boeckel
							
						 | 
						
							
							
								42de5d02dd
							
							Add WORKING_DIRECTORY argument to add_test
						 | 
						15 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								96afb12087
							
							Convert CMake to OSI-approved BSD License
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								9862f383d0
							
							ENH: Add NAME mode to ADD_TEST command
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								606e6ff9cd
							
							ENH: Refactor storage of test command lines
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								66d69f864a
							
							ENH: Refactor generation of CTestTestfile content
						 | 
						16 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								0e69d38004
							
							ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
						 | 
						18 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								aae0bcdacf
							
							STYLE: fix line length
						 | 
						19 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								3d96e52261
							
							STYLE: some m_ to this-> cleanup
						 | 
						19 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								c736b5b958
							
							COMP: Fix problem on compilers that cannot implicitly convert std::string to cmStdString
						 | 
						20 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								d395b563ed
							
							ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
						 | 
						20 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								0dd2b6eb80
							
							BUG: By default disable new files.
						 | 
						20 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								86cebea79a
							
							ENH: More ctest changes and move SetupTest to superclass
						 | 
						20 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								7acfc4dc3c
							
							ENH: Start adding support for CTest testfiles
						 | 
						20 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								345cf04012
							
							ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
						 | 
						20 years ago |