Martin Hořeňovský 
							
						 
					 
					
						
						
							
						
						9aa96712ae 
					 
					
						
						
							
							Sweep out some extra warnings  
						
						... 
						
						
						
						Swept:
`-Wpadded` in some places (where it caused extra size, instead of just
saying "hey, we padded struct at the end to align, just as standard says")
`-Wweak-vtables` everywhere (Clang)
`-Wexit-time-destructors` everywhere (Clang)
`-Wmissing-noreturn` everywhere (Clang)
The last three are enabled for Clang compilation going forward.
Also enabled `-Wunreachable-code` for Clang and GCC 
						
						
					 
					
						2017-09-07 17:25:15 +02:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						c5608f0202 
					 
					
						
						
							
							Changed all .hpp extensions to .h where there is now a corresponding .cpp  
						
						
						
						
					 
					
						2017-09-07 11:24:33 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Hořeňovský 
							
						 
					 
					
						
						
							
						
						fc32165d48 
					 
					
						
						
							
							Started work on splitting out .cpp files from header files  
						
						
						
						
					 
					
						2017-07-06 22:28:42 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Hořeňovský 
							
						 
					 
					
						
						
							
						
						1e16be0b9e 
					 
					
						
						
							
							Purge deprecated generators  
						
						
						
						
					 
					
						2017-06-05 16:49:10 +02:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						8ccbf63f28 
					 
					
						
						
							
							Removed Ptr, Shared and SharedImpl  
						
						
						
						
					 
					
						2017-04-25 21:56:14 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						876af874f3 
					 
					
						
						
							
							Added surrogate cpp for catch_test_case_tracker  
						
						
						
						
					 
					
						2017-01-23 15:18:23 +00:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						30cebd6177 
					 
					
						
						
							
							Added some missing source files (including all SurrogateCpps) to CMake project.  
						
						... 
						
						
						
						Fixed up relative include paths to make this work. 
						
						
					 
					
						2016-11-09 22:55:32 +00:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						d43a47efca 
					 
					
						
						
							
							Refactored stream related stuff  
						
						... 
						
						
						
						- simpler, polymorphic hierarchy-based, approach
- less bitty conditionals spread across the code
- all resolved up-front so now config class is immutable
(it had evolved the way it was and in need of a clean-up sweep for a long time) 
						
						
					 
					
						2015-09-29 19:23:06 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						368714e7aa 
					 
					
						
						
							
							Added Listeners (programatically provided extra reporters)  
						
						
						
						
					 
					
						2015-08-07 08:20:56 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						d6f1446e4e 
					 
					
						
						
							
							Fixed an issue on some compilers with implicit conversion from nullptr to Ptr  
						
						... 
						
						
						
						- also cleaned up some warnings to do with CATCH_NULL 
						
						
					 
					
						2015-07-03 18:27:36 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						3bdc97d8ad 
					 
					
						
						
							
							Suppressed a load of warnings  
						
						
						
						
					 
					
						2014-05-19 18:57:14 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						9bf43e7875 
					 
					
						
						
							
							Refactored last usages of old tag parser and removed all the, now redundant, tag parsing code  
						
						
						
						
					 
					
						2014-05-16 18:52:55 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						b1e7d161b5 
					 
					
						
						
							
							Moved catch_test_spec.h to catch_test_spec.hpp  
						
						
						
						
					 
					
						2014-05-16 18:28:58 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						ae75b3774a 
					 
					
						
						
							
							Switched over to new name/ tag parser  
						
						
						
						
					 
					
						2014-05-16 18:24:07 +01: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 
							
						 
					 
					
						
						
							
						
						207b27b3c5 
					 
					
						
						
							
							Changed the way info messages are handled.  
						
						... 
						
						
						
						This fixes issue with SCOPED_INFO and makes output more readable.
Needs some refactoring. 
						
						
					 
					
						2013-02-02 19:58:04 +00:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						fe98123d0b 
					 
					
						
						
							
							Started new reporter, "console", which will replace "basic" when done.  
						
						... 
						
						
						
						Introduced Option template as part of this. 
						
						
					 
					
						2012-12-05 08:40:53 +00:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						4b93fb81b5 
					 
					
						
						
							
							Added some surrogate cpps  
						
						... 
						
						
						
						(and fixed up missing includes they uncovered) 
						
						
					 
					
						2012-09-28 19:21:14 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						85c0e3d42b 
					 
					
						
						
							
							Tag command line parsing implementation  
						
						
						
						
					 
					
						2012-09-21 07:48:03 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						9d8570ff80 
					 
					
						
						
							
							Removed spurious files  
						
						
						
						
					 
					
						2012-09-20 08:20:06 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						61964881c7 
					 
					
						
						
							
							Added copy ctor to ReporterConfig to get rid of warnings  
						
						
						
						
					 
					
						2012-09-20 08:17:52 +01:00