Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						b634e592da 
					 
					
						
						
							
							Add support for breaking into debugger for Linux  
						
						 
						
						... 
						
						
						
						Use Linux-specific /proc/$PID/status file to check whether we're being
debugged and a generic raise(SIGTRAP) to actually break into the debugger. 
						
						
					 
					
						2017-01-15 19:29:34 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						805de43a3d 
					 
					
						
						
							
							Use CATCH_NULL instead of NULL  
						
						 
						
						... 
						
						
						
						- expands to nullptr if CATCH_CONFIG_CPP11_NULLPTR is defined (see #444 ) 
						
						
					 
					
						2015-07-01 07:33:27 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						383d7c06a1 
					 
					
						
						
							
							Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT  
						
						 
						
						
						
						
					 
					
						2014-10-02 19:08:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7eb5acc183 
					 
					
						
						
							
							build 25  
						
						 
						
						... 
						
						
						
						- fix for #231  
						
						
					 
					
						2014-01-08 17:17:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						c4a089c12b 
					 
					
						
						
							
							Refactored a lot of code from headers into impl headers only compiled into one TU  
						
						 
						
						... 
						
						
						
						- also added noimpl option to single header script - which only generates the non impl code 
						
						
					 
					
						2013-12-03 18:52:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						638cf9feb4 
					 
					
						
						
							
							Separated out catch_platform.h  
						
						 
						
						
						
						
					 
					
						2013-08-16 19:08:39 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						f3d1f08c3b 
					 
					
						
						
							
							Removed all trailing whitespace  
						
						 
						
						... 
						
						
						
						- addresses #105  
						
						
					 
					
						2013-07-03 19:14:59 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						2a9d8d9e36 
					 
					
						
						
							
							Changed "const X ref"s to "X const ref"s  
						
						 
						
						... 
						
						
						
						- Brought older code up to current convention (with the help of a Python script) 
						
						
					 
					
						2013-04-23 18:58:56 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						e57a56bb28 
					 
					
						
						
							
							Converted tabs to spaces in some files where they have crept back in  
						
						 
						
						
						
						
					 
					
						2013-03-08 09:26:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						d0be9ed5d9 
					 
					
						
						
							
							More reformatting  
						
						 
						
						
						
						
					 
					
						2012-05-15 08:02:36 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Malcolm Noyes 
							
						 
					 
					
						
						
							
						
						9e17c807bc 
					 
					
						
						
							
							Add support for MINGW32 debugger  
						
						 
						
						
						
						
					 
					
						2012-05-10 21:29:50 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								herringbanger@gmail.com 
							
						 
					 
					
						
						
							
						
						aa648bd690 
					 
					
						
						
							
							Fix linker error in catch_debugger.hpp on iOS on ARM that occurs trying to use assembly for Intel because CATCH_PLATFORM_MAC is defined.  
						
						 
						
						... 
						
						
						
						Define CATCH_PLATFORM_MAC using #if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) instead of #if defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__).
Add new CATCH_PLATFORM_IPHONE defined using #elif  defined(__IPHONE_OS_VERSION_MIN_REQUIRED) for future use. The BreakIntoDebugger and isDebuggerActive functions remain without implementations for iOS. 
						
						
					 
					
						2012-01-14 11:12:58 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						458e5eec16 
					 
					
						
						
							
							Xcode 4, warnings and MinGW  
						
						 
						
						... 
						
						
						
						Added separate Xcode 4 project.
Fixed some warnings.
Fixed OutputDebugString decl for MinGW 
						
						
					 
					
						2011-12-27 10:59:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7cfe6eb078 
					 
					
						
						
							
							Only use __debugbreak from MSVC (rather than any compiler on Windows)  
						
						 
						
						
						
						
					 
					
						2011-07-04 09:09:03 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						823ea3efd4 
					 
					
						
						
							
							Re-org  
						
						 
						
						
						
						
					 
					
						2011-04-26 08:32:40 +01:00