Phil Nash 
							
						 
					 
					
						
						
							
						
						e5537842d0 
					 
					
						
						
							
							Regenerated single include  
						
						 
						
						... 
						
						
						
						(forgot for previously tagged release) 
						
						
					 
					
						2016-04-25 18:56:50 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						c984fc3ecd 
					 
					
						
						
							
							v1.4.0  
						
						 
						
						... 
						
						
						
						- use __COUNTER__ for unique IDS instead of __LINE__ (where possible)
+ bug fixes 
						
						
					 
					
						2016-03-15 07:24:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						02af70ed0b 
					 
					
						
						
							
							build v1.3.6 (include's David Grayson's fix for the gcc pragma)  
						
						 
						
						
						
						
					 
					
						2016-03-11 18:31:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						ae5ee2cf63 
					 
					
						
						
							
							v1.3.5  
						
						 
						
						
						
						
					 
					
						2016-02-29 08:17:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						3b4edd7a48 
					 
					
						
						
							
							Build for v1.3.4  
						
						 
						
						
						
						
					 
					
						2016-02-10 19:24:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						c7243562b0 
					 
					
						
						
							
							v1.3.3  
						
						 
						
						
						
						
					 
					
						2016-01-22 07:59:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7424b23bfb 
					 
					
						
						
							
							v1.3.1  
						
						 
						
						
						
						
					 
					
						2015-12-28 15:07:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						981347b6e4 
					 
					
						
						
							
							patch build to include last two fixes  
						
						 
						
						
						
						
					 
					
						2015-12-09 18:11:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						fdc42d0af4 
					 
					
						
						
							
							Merged from develop branch  
						
						 
						
						... 
						
						
						
						- now v1.3.0 
						
						
					 
					
						2015-12-04 10:19:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7e15d9b20b 
					 
					
						
						
							
							dev build 4  
						
						 
						
						
						
						
					 
					
						2015-11-20 16:59:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						e4fa62a14e 
					 
					
						
						
							
							dev build 3  
						
						 
						
						
						
						
					 
					
						2015-11-18 08:39:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						92356769f1 
					 
					
						
						
							
							dev build 2  
						
						 
						
						
						
						
					 
					
						2015-11-06 18:07:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						08844e7e57 
					 
					
						
						
							
							build 1.3.0-develop.1  
						
						 
						
						... 
						
						
						
						I've incremented the minor release number. This is a slight abuse of semantic versioning so let me explain:
I've slightly changed how matchers are used. The matcher macro (REQUIRE_THAT/ CHECK_THAT) used to introduce the Catch::Matchers namespace before the macro token for the matcher, to save you having import the namespace yourself.
The trouble is if the matcher token is not a simple matcher (can now be an expression) this breaks!
So I've removed that qualification. Now if you use Matchers you'll have to do somethings like using namespace Catch::Matchers to bring them in.
This is a breaking change - but, OTTOH, Matchers are an undocumented "beta' feature that I've stated in the past is not guaranteed to have a stable API - so I don't think this warrants a major version change - but I did want to make it significant enough that people do notice that something is going on - and perhaps lead them to this commit message. 
						
						
					 
					
						2015-11-05 18:52:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						ece529ae7c 
					 
					
						
						
							
							Fixed noexcept destructors issue  
						
						 
						
						
						
						
					 
					
						2015-11-03 17:37:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						9e42153fe5 
					 
					
						
						
							
							dev build 16  
						
						 
						
						
						
						
					 
					
						2015-11-03 17:06:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7e34619f03 
					 
					
						
						
							
							v1.2.1-develop.15  
						
						 
						
						... 
						
						
						
						- includes all new section tracker 
						
						
					 
					
						2015-11-03 08:01:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						0c1c9fa922 
					 
					
						
						
							
							dev build 14  
						
						 
						
						... 
						
						
						
						- workaround for uncaught_exception issue
- avoid mutating vector while iterating it (due to re-entrancy) 
						
						
					 
					
						2015-09-27 03:28:14 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						d234ed1a67 
					 
					
						
						
							
							dev build 13  
						
						 
						
						
						
						
					 
					
						2015-08-24 06:28:25 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						19520157fb 
					 
					
						
						
							
							regen single header  
						
						 
						
						
						
						
					 
					
						2015-08-10 07:32:48 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						8a05f46a37 
					 
					
						
						
							
							Removed use of std::copy_if (as it's limited to c++11)  
						
						 
						
						
						
						
					 
					
						2015-08-07 17:53:29 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						e73583d556 
					 
					
						
						
							
							dev build 12  
						
						 
						
						
						
						
					 
					
						2015-08-07 17:30:34 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						8b1b7cd66e 
					 
					
						
						
							
							dev build 11  
						
						 
						
						
						
						
					 
					
						2015-08-03 07:40:52 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						74eef52644 
					 
					
						
						
							
							dev build 10  
						
						 
						
						
						
						
					 
					
						2015-07-24 08:13:52 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						2f6371f2ec 
					 
					
						
						
							
							dev build 9  
						
						 
						
						
						
						
					 
					
						2015-07-23 23:06:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						5bbdc8fd38 
					 
					
						
						
							
							Dev build 8  
						
						 
						
						
						
						
					 
					
						2015-07-15 23:03:11 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						8342ae8dfb 
					 
					
						
						
							
							dev build 7  
						
						 
						
						
						
						
					 
					
						2015-07-13 15:03:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						93a842e2f0 
					 
					
						
						
							
							dev build 6  
						
						 
						
						
						
						
					 
					
						2015-07-13 06:36:07 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						e6b365dc8c 
					 
					
						
						
							
							dev build 5  
						
						 
						
						
						
						
					 
					
						2015-07-07 08:25:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						584032dfa4 
					 
					
						
						
							
							dev build 4  
						
						 
						
						... 
						
						
						
						- undisturbed background colour (windows), from PR #456  
						
						
					 
					
						2015-07-06 06:23:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						c1ca0fdabe 
					 
					
						
						
							
							dev build 3  
						
						 
						
						
						
						
					 
					
						2015-07-03 18:30:25 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						8f66e3495b 
					 
					
						
						
							
							dev build 2  
						
						 
						
						
						
						
					 
					
						2015-07-02 23:03:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						b971fe785b 
					 
					
						
						
							
							develop build 1  
						
						 
						
						
						
						
					 
					
						2015-07-02 08:21:38 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						3b18d9e962 
					 
					
						
						
							
							build for v1.2.1  
						
						 
						
						
						
						
					 
					
						2015-06-30 18:26:09 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						21f7ef6fdc 
					 
					
						
						
							
							Committed to semantic versioning  
						
						 
						
						... 
						
						
						
						as prompted by #365 , #430 , #447  and a thread on the google group.
- split version bumping out of generateSingleHeader script
- separate scripts for bumping each version component
- "build" number only incremented for "develop" builds 
						
						
					 
					
						2015-06-29 18:06:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						c51e86819d 
					 
					
						
						
							
							build 3  
						
						 
						
						
						
						
					 
					
						2015-05-21 06:16:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						43470b2606 
					 
					
						
						
							
							Removed CATCH_CONFIG_CPP11_NULLPTR for VS2015  
						
						 
						
						... 
						
						
						
						- as it was already there for VS2010 on 
						
						
					 
					
						2015-05-19 22:38:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						318c936712 
					 
					
						
						
							
							build 2  
						
						 
						
						
						
						
					 
					
						2015-05-19 22:31:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						37e556186c 
					 
					
						
						
							
							v1.1 build 1 (master)  
						
						 
						
						... 
						
						
						
						Updated version for master and regenerated single include 
						
						
					 
					
						2015-03-27 18:02:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						572911d880 
					 
					
						
						
							
							Changed comment to work around header stitching bug  
						
						 
						
						
						
						
					 
					
						2015-03-04 18:33:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						a806c3e700 
					 
					
						
						
							
							Build 14  
						
						 
						
						
						
						
					 
					
						2015-03-04 08:23:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7f5615272b 
					 
					
						
						
							
							build 13  
						
						 
						
						... 
						
						
						
						toString for std:tuple 
						
						
					 
					
						2014-12-30 18:47:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						d76e08113b 
					 
					
						
						
							
							build 12  
						
						 
						
						... 
						
						
						
						- includes updated xml reporter 
						
						
					 
					
						2014-12-30 18:26:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						92f0836fd3 
					 
					
						
						
							
							build 11  
						
						 
						
						
						
						
					 
					
						2014-12-22 20:18:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						b771394e00 
					 
					
						
						
							
							regenerated single include  
						
						 
						
						
						
						
					 
					
						2014-12-22 07:42:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						576aff6085 
					 
					
						
						
							
							build 10  
						
						 
						
						... 
						
						
						
						First cut of TeamCity reporter 
						
						
					 
					
						2014-12-21 00:21:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						91c17f34eb 
					 
					
						
						
							
							build 9  
						
						 
						
						
						
						
					 
					
						2014-12-15 07:26:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						13f98431ad 
					 
					
						
						
							
							build 8  
						
						 
						
						
						
						
					 
					
						2014-12-12 08:11:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						e54ac70671 
					 
					
						
						
							
							build 7  
						
						 
						
						
						
						
					 
					
						2014-10-21 07:25:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						e606cebac5 
					 
					
						
						
							
							Fixed #include  
						
						 
						
						
						
						
					 
					
						2014-10-02 19:13:21 +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