Phil Nash 
							
						 
					 
					
						
						
							
						
						10801c2876 
					 
					
						
						
							
							Folded ExpressionResultBuilder into ResultBuilder  
						
						... 
						
						
						
						(even more SRP violations!) 
						
						
					 
					
						2014-05-29 07:50:19 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						9438a03d5b 
					 
					
						
						
							
							Big assertion capture refactoring.  
						
						... 
						
						
						
						- moved as much logic out of the macros as possible
- moved most logic into new ResultBuilder class, which wraps ExpressionResultBuilder (may take it over next), subsumes ResultAction and also takes place of ExpressionDecomposer.
This introduces many SRP violations - but all in the name of minimising macro logic! 
						
						
					 
					
						2014-05-28 18:53:01 +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 
							
						 
					 
					
						
						
							
						
						56b8d3a5f9 
					 
					
						
						
							
							Moved new test spec code into appropriate header  
						
						... 
						
						
						
						- about to remove old test spec code and rewire throughout the codebase! 
						
						
					 
					
						2014-05-16 07:23:31 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						c02c7003dc 
					 
					
						
						
							
							Merged Martin Moene’s “compact reporter”  
						
						
						
						
					 
					
						2014-05-01 07:27:57 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						328a469c03 
					 
					
						
						
							
							Moved tostring impl into catch_tostring.hpp  
						
						
						
						
					 
					
						2014-04-23 07:03:15 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						d7e1790347 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/gnzlbg/Catch  
						
						... 
						
						
						
						# By gnzlbg
# Via gnzlbg
* 'master' of https://github.com/gnzlbg/Catch :
  Conditionally removes usage of deprecated features
Conflicts (resolved):
	include/internal/catch_common.h
	include/internal/catch_section.hpp 
						
						
					 
					
						2014-04-18 08:49:35 +01:00 
						 
				 
			
				
					
						
							
							
								gnzlbg 
							
						 
					 
					
						
						
							
						
						ce6598599b 
					 
					
						
						
							
							Conditionally removes usage of deprecated features  
						
						... 
						
						
						
						-add macros to test for C++ version and features
to catch_compiler_capabilities.hpp
- replaces dynamic exception specifications (deprecated)
with noexcept in C++ Version >= 11
- defines defaulted copy constructor/move constructors/assignment
in C++ Version >= 11 since their implicit generation is deprecated
under some circumstances.
- fixes  #259  
						
						
					 
					
						2014-03-20 14:03:51 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						0dc49d1b57 
					 
					
						
						
							
							Extracted stand-alone micro-library, tbc_text_format.h, from catch_text.h.  
						
						... 
						
						
						
						- use this version in clara.h so clara can stand alone. 
						
						
					 
					
						2014-02-11 06:32:56 +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 
							
						 
					 
					
						
						
							
						
						3faa412855 
					 
					
						
						
							
							Removed basic reporter  
						
						
						
						
					 
					
						2013-08-15 19:09:07 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						d68510d6e3 
					 
					
						
						
							
							Removed legacy JUnit reporter  
						
						
						
						
					 
					
						2013-08-15 18:49:38 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						2ddb9d3802 
					 
					
						
						
							
							Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it  
						
						
						
						
					 
					
						2013-08-15 18:39:55 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						29ccaa67ad 
					 
					
						
						
							
							Replaced currentSectionInfo and m_rootSection with m_sectionStack  
						
						
						
						
					 
					
						2013-08-08 08:05:19 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						6339254cb2 
					 
					
						
						
							
							First cut of Timer class.  
						
						... 
						
						
						
						- started integrating with reporters (now (optionally) supported in console reporter).
- introduced Node<> template to help with cumulative reporting and used it instead of ThreadedSectionInfo. 
						
						
					 
					
						2013-08-07 18:56:35 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						ad7445d33c 
					 
					
						
						
							
							build 5  
						
						... 
						
						
						
						- added throw() to streambuf destructor overrides (#182 ) 
						
						
					 
					
						2013-07-02 08:49:29 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						b3acf45d70 
					 
					
						
						
							
							Fully committed to new Text class.  
						
						... 
						
						
						
						- moved impl into .hpp
- replaced last few uses of LineWrapper with Text
- removed LineWrapper 
						
						
					 
					
						2013-04-20 19:36:40 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						1ece38ed20 
					 
					
						
						
							
							Moved legacy_reporter_adapter files back into internal  
						
						
						
						
					 
					
						2013-04-08 21:36:08 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						8764177c0e 
					 
					
						
						
							
							build 32  
						
						
						
						
					 
					
						2013-04-08 11:50:41 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7af7451f78 
					 
					
						
						
							
							LegacyReporterAdapter unbundles INFO messages from assertion to mimic legacy behaviour  
						
						... 
						
						
						
						- Moved LegacyReporterAdapter out into its own file(s) 
						
						
					 
					
						2013-04-08 11:44:03 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						dc2735c23d 
					 
					
						
						
							
							Removed some cruft and warnings  
						
						
						
						
					 
					
						2013-03-13 08:04:50 +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 
							
						 
					 
					
						
						
							
						
						42aef1d99c 
					 
					
						
						
							
							Fairly major reworking of console reporter (still in progress).  
						
						... 
						
						
						
						Changed reporter interface a bit. 
						
						
					 
					
						2013-01-13 21:51:44 +00:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						bcf722eb81 
					 
					
						
						
							
							Reporter interface uses value types instead of shared ptrs again  
						
						
						
						
					 
					
						2013-01-03 09:04:46 +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 
							
						 
					 
					
						
						
							
						
						8255acf88f 
					 
					
						
						
							
							IStreamingReporter is now the default. Use REGISTER_LEGACY_REPORTER to register… you guessed it: legacy reporters  
						
						... 
						
						
						
						The built-in reporters are still legacy at the moment. 
						
						
					 
					
						2012-11-30 19:29:03 +00:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7f04b56738 
					 
					
						
						
							
							Reporter "stats" objects passed in by Ptr  
						
						
						
						
					 
					
						2012-11-30 18:54:06 +00:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						f9d92634f5 
					 
					
						
						
							
							First cut of using new streaming reporter interface - using an adapter to map back to the legacy interface  
						
						... 
						
						
						
						Doesn't do sections or the query functions (e.g. shouldRedirectStdOut) 
						
						
					 
					
						2012-11-25 21:43:36 +00:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7673a308d9 
					 
					
						
						
							
							Added versioning  
						
						
						
						
					 
					
						2012-11-15 22:15:41 +00:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						f847186ebb 
					 
					
						
						
							
							AssertionResultBuilder -> ExpressionResultBuilder  
						
						
						
						
					 
					
						2012-10-26 08:45:23 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						c597a893fa 
					 
					
						
						
							
							ResultInfo -> AssertionResult filenames and variables  
						
						
						
						
					 
					
						2012-10-16 08:31:05 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						9444bbcb7b 
					 
					
						
						
							
							Added AllOf and AnyOf matchers  
						
						
						
						
					 
					
						2012-10-12 07:58:17 +01:00 
						 
				 
			
				
					
						
							
							
								Matt Wozniski 
							
						 
					 
					
						
						
							
						
						07e20aa706 
					 
					
						
						
							
							Merge remote-tracking branch 'phil' into include-guard-fixes  
						
						... 
						
						
						
						Conflicts:
	single_include/catch.hpp 
						
						
					 
					
						2012-09-26 21:42:44 -04:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						85c0e3d42b 
					 
					
						
						
							
							Tag command line parsing implementation  
						
						
						
						
					 
					
						2012-09-21 07:48:03 +01:00 
						 
				 
			
				
					
						
							
							
								Matt Wozniski 
							
						 
					 
					
						
						
							
						
						f29c898443 
					 
					
						
						
							
							Normalize include guards for all *.h and *.hpp  
						
						... 
						
						
						
						Some files had include guards that didn't match the file name, and
others were missing the include guards entirely.
Standardized this so that every include file has an include guard, and
all the guards are of the form TWOBLUECUBES_<FILENAME>_<EXT>_INCLUDED 
						
						
					 
					
						2012-09-17 01:53:39 -04:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						56d5c42912 
					 
					
						
						
							
							First cut of new filtering mechanism  
						
						
						
						
					 
					
						2012-08-23 20:08:50 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						cda21492a8 
					 
					
						
						
							
							Conditionally compile clang pragmas  
						
						
						
						
					 
					
						2012-08-16 18:47:41 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						ddfe963623 
					 
					
						
						
							
							Split imll from TestCaseInfo  
						
						
						
						
					 
					
						2012-08-14 19:30:30 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						a695eb9006 
					 
					
						
						
							
							Builds almost completely cleanly with -WEverything in LLVM  
						
						
						
						
					 
					
						2012-08-13 07:46:10 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						c436a4dac1 
					 
					
						
						
							
							Separated resultinfo_builder from impl  
						
						
						
						
					 
					
						2012-08-08 08:58:28 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						ffe986d4ee 
					 
					
						
						
							
							Split result info from impl  
						
						
						
						
					 
					
						2012-08-08 08:50:38 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						0477465f8d 
					 
					
						
						
							
							Refactored Impls  
						
						
						
						
					 
					
						2012-08-07 08:18:48 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						da0ae952fc 
					 
					
						
						
							
							Renamed static registries -> registry hub  
						
						
						
						
					 
					
						2012-08-07 07:58:34 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						1091ca81e6 
					 
					
						
						
							
							First cut of StaticRegistries - separate from Context  
						
						
						
						
					 
					
						2012-08-06 20:16:53 +01:00 
						 
				 
			
				
					
						
							
							
								Phil Nash 
							
						 
					 
					
						
						
							
						
						5234b15ff4 
					 
					
						
						
							
							Fixed quote balancing issue in reporter error  
						
						
						
						
					 
					
						2012-08-06 08:33:15 +01:00