mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-16 18:15:42 +02:00
Compare commits
8 Commits
v1.3.0-dev
...
v1.3.0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
fdc42d0af4 | ||
![]() |
d274fc571c | ||
![]() |
d758428fe2 | ||
![]() |
bc00d59a4e | ||
![]() |
15317632f3 | ||
![]() |
a28d40e941 | ||
![]() |
7da777a4b7 | ||
![]() |
1dd0d4c61a |
@@ -1,6 +1,6 @@
|
||||

|
||||
|
||||
*v1.3.0-develop.4*
|
||||
*v1.3.0*
|
||||
|
||||
Build status (on Travis CI) [](https://travis-ci.org/philsquared/Catch)
|
||||
|
||||
|
@@ -96,8 +96,7 @@ namespace Catch {
|
||||
return m_os;
|
||||
}
|
||||
|
||||
|
||||
#ifndef CATCH_CONFIG_NOSTDOUT // If you #define this you must implement this functions
|
||||
#ifndef CATCH_CONFIG_NOSTDOUT // If you #define this you must implement these functions
|
||||
std::ostream& cout() {
|
||||
return std::cout;
|
||||
}
|
||||
|
@@ -37,7 +37,7 @@ namespace Catch {
|
||||
return os;
|
||||
}
|
||||
|
||||
Version libraryVersion( 1, 3, 0, "develop", 4 );
|
||||
Version libraryVersion( 1, 3, 0, "", 0 );
|
||||
|
||||
}
|
||||
|
||||
|
@@ -112,6 +112,7 @@ public:
|
||||
CustomStdException( const std::string& msg )
|
||||
: m_msg( msg )
|
||||
{}
|
||||
~CustomStdException() CATCH_NOEXCEPT {}
|
||||
|
||||
std::string getMessage() const
|
||||
{
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Catch v1.3.0-develop.4
|
||||
* Generated: 2015-11-20 16:58:58.532767
|
||||
* Catch v1.3.0
|
||||
* Generated: 2015-12-04 10:18:17.055188
|
||||
* ----------------------------------------------------------
|
||||
* This file has been merged from multiple headers. Please don't edit it directly
|
||||
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
|
||||
@@ -6627,7 +6627,7 @@ namespace Catch {
|
||||
return m_os;
|
||||
}
|
||||
|
||||
#ifndef CATCH_CONFIG_NOSTDOUT // If you #define this you must implement this functions
|
||||
#ifndef CATCH_CONFIG_NOSTDOUT // If you #define this you must implement these functions
|
||||
std::ostream& cout() {
|
||||
return std::cout;
|
||||
}
|
||||
@@ -7267,7 +7267,7 @@ namespace Catch {
|
||||
return os;
|
||||
}
|
||||
|
||||
Version libraryVersion( 1, 3, 0, "develop", 4 );
|
||||
Version libraryVersion( 1, 3, 0, "", 0 );
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user