Daniel Pfeifer
							
						 | 
						
							
							
								1eebc29563
							
							cmCommand: deprecate functions GetMakefile and SetError
						 | 
						8 years ago | 
					
				
					
						
							
								   Albert Astals Cid
							
						 | 
						
							
							
								ae5e97a005
							
							Delete some default constructors and assignment operators
						 | 
						6 years ago | 
					
				
					
						
							
								   Bruno Manganelli
							
						 | 
						
							
							
								cc2a5261f8
							
							Factor out enum MessageType into dedicated header
						 | 
						7 years ago | 
					
				
					
						
							
								   Regina Pfeifer
							
						 | 
						
							
							
								9501a6145d
							
							CTest: Remove special case for Dart version <= 1
						 | 
						7 years ago | 
					
				
					
						
							
								   Vitaly Stakhovsky
							
						 | 
						
							
							
								f4ff60a803
							
							cmMakefile: Make GetSafeDefinition return std::string const&
						 | 
						7 years ago | 
					
				
					
						
							
								   Kitware Robot
							
						 | 
						
							
							
								d7204e649e
							
							Revise C++ coding style using clang-format-6.0
						 | 
						7 years ago | 
					
				
					
						
							
								   Craig Scott
							
						 | 
						
							
							
								e60e4dfc88
							
							cmWorkingDirectory: Check success of current dir changes
						 | 
						7 years ago | 
					
				
					
						
							
								   Pavel Solodovnikov
							
						 | 
						
							
							
								63f6fd144e
							
							Meta: modernize old-fashioned loops to range-based `for` (CTest).
						 | 
						8 years ago | 
					
				
					
						
							
								   Daniel Pfeifer
							
						 | 
						
							
							
								5962db4389
							
							Use C++11 nullptr
						 | 
						8 years ago | 
					
				
					
						
							
								   Ben Boeckel
							
						 | 
						
							
							
								aba92ffd92
							
							cmWorkingDirectory: use the new class
						 | 
						8 years ago | 
					
				
					
						
							
								   Daniel Pfeifer
							
						 | 
						
							
							
								615e2a17e4
							
							cmCommand: Don't prefix error message with command name
						 | 
						8 years ago | 
					
				
					
						
							
								   Betsy McPhail
							
						 | 
						
							
							
								3a523eec78
							
							ctest_memcheck: Add DEFECT_COUNT option to capture defect count
						 | 
						9 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								86578eccf2
							
							Simplify CMake per-source license notices
						 | 
						9 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								d328dc6853
							
							CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commands
						 | 
						9 years ago | 
					
				
					
						
							
								   Daniel Pfeifer
							
						 | 
						
							
							
								3849164454
							
							CTest: fix include-what-you-use violations
						 | 
						9 years ago | 
					
				
					
						
							
								   Daniel Pfeifer
							
						 | 
						
							
							
								e7b842e189
							
							Make sure unnused parameters are /*named*/
						 | 
						9 years ago | 
					
				
					
						
							
								   Daniel Pfeifer
							
						 | 
						
							
							
								1d6909a287
							
							use CM_NULLPTR
						 | 
						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 | 
					
				
					
						
							
								   Zack Galbreath
							
						 | 
						
							
							
								601ff0ec55
							
							CTest: Optionally add a ChangeId attribute on XML Site tags
						 | 
						10 years ago | 
					
				
					
						
							
								   Zack Galbreath
							
						 | 
						
							
							
								1643b905e0
							
							ctest_submit: Add QUIET option
						 | 
						10 years ago | 
					
				
					
						
							
								   Stephen Kelly
							
						 | 
						
							
							
								931e055d8c
							
							Port all cmOStringStream to std::ostringstream.
						 | 
						10 years ago | 
					
				
					
						
							
								   Nils Gladitz
							
						 | 
						
							
							
								cc1139cc30
							
							strings: Remove redundant calls to std::string::c_str()
						 | 
						11 years ago | 
					
				
					
						
							
								   Stephen Kelly
							
						 | 
						
							
							
								21c573f682
							
							Remove some c_str() calls.
						 | 
						11 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								a6c0299c40
							
							CTest: Simplify ctest_* command source/build dir lookup
						 | 
						12 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								da6b0ffe5d
							
							Merge topic 'ctest-SUBMIT_INDEX-cdash'
						 | 
						13 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								1cfaa2f1a0
							
							CTest: Allow SUBMIT_INDEX with CDash
						 | 
						13 years ago | 
					
				
					
						
							
								   Kitware Robot
							
						 | 
						
							
							
								7bbaa4283d
							
							Remove trailing whitespace from most CMake and C/C++ code
						 | 
						13 years ago | 
					
				
					
						
							
								   David Cole
							
						 | 
						
							
							
								0b38bb4c53
							
							Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts.
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								96afb12087
							
							Convert CMake to OSI-approved BSD License
						 | 
						16 years ago |