Konstantin Baumann
060ed99f0c
enhanced support for C++11 style nullptr
...
with these changes you can now write the following tests:
std::exception_ptr ex;
CATCH_REQUIRE(ex == nullptr);
and
std::unique_ptr<int> ptr;
CATCH_REQUIRE(ptr.get() == nullptr);
The issue was that you cannot cast a std::nullptr_t to a non-const
reference.
2013-01-31 12:25:57 +01:00
Phil Nash
d658dea1dd
Added google group to README
2013-01-28 07:57:27 +00:00
Phil Nash
e475645731
Build 16
2013-01-26 20:18:30 +00:00
Phil Nash
3ce320db4f
More console reporter tweaks
2013-01-18 08:09:28 +00:00
Phil Nash
b588755a92
Tweaked console reporter some more
2013-01-17 12:07:34 +00:00
Phil Nash
2e7d966b76
Generated build 13
2013-01-16 09:44:43 +00:00
Phil Nash
cf5ced59d1
Build 12
2012-12-14 07:50:08 +00:00
Phil Nash
f117812cff
build 11: Console reporter changes
2012-12-11 09:03:14 +00:00
Phil Nash
bcad093af7
Console reporter is now the default
2012-12-10 08:54:57 +00:00
Phil Nash
ff03cdf2b2
Work in progress on Console reporter.
...
Includes regenerated single include for Obj-C fixes
2012-12-06 08:44:51 +00:00
Phil Nash
f276a0588c
Added missing #include for assert to fix build failure
2012-12-02 00:05:51 +00:00
Phil Nash
a1fbfea659
Generated build 7
2012-12-01 23:57:18 +00:00
Phil Nash
2846367109
build 6
2012-11-21 18:06:13 +00:00
Phil Nash
a90a88adcd
Junit reporter uses filename for suite name if no explicit groups
2012-11-19 19:59:10 +00:00
Phil Nash
3e2e318eeb
Build 4
2012-11-17 10:49:24 +00:00
Phil Nash
08142bfdb6
Fixes const int error seen on some compilers (see #136 )
...
Added a new test to try to highlight issue.
2012-11-16 21:03:59 +00:00
Phil Nash
0c90ab3572
Added version number to README (and update it from script)
2012-11-16 20:43:27 +00:00
Phil Nash
4f13f5b7d3
Updated read me
2012-11-01 08:42:22 +00:00
Phil Nash
2f92db9898
Updated the readme specifically for the Integration branch
2012-10-28 12:15:34 +00:00
Phil Nash
105726f8e4
Added to the readme
2012-10-28 12:11:35 +00:00
Phil Nash
4663a9c0ef
Added wiki link to readme
2011-02-01 16:14:07 +00:00
Phil Nash
d80260001b
First commit for GitHub
2010-11-09 23:24:00 +00:00