Andy Sawyer
|
0dbcf218c3
|
Add allocator support to StringMaker<vector>
- also extracted out 'rangeToString', in an attempt to make it easier
to add support for other containers
|
2013-09-17 22:22:47 +01:00 |
|
Phil Nash
|
1e2f1d1603
|
Fixes toString forward reference issue:
- as raised in https://github.com/philsquared/Catch/pull/195
|
2013-09-14 19:58:45 +01:00 |
|
Phil Nash
|
2ddb9d3802
|
Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it
|
2013-08-15 18:39:55 +01:00 |
|
Phil Nash
|
f3d1f08c3b
|
Removed all trailing whitespace
- addresses #105
|
2013-07-03 19:14:59 +01:00 |
|
Phil Nash
|
503d5d0c8e
|
Converted stray tabs to spaces
|
2013-07-03 08:25:11 +01:00 |
|
Phil Nash
|
066a6388d6
|
Fix for #179
|
2013-07-01 18:45:19 +01:00 |
|
Phil Nash
|
2a9d8d9e36
|
Changed "const X ref"s to "X const ref"s
- Brought older code up to current convention (with the help of a Python script)
|
2013-04-23 18:58:56 +01:00 |
|
Phil Nash
|
4dd3f68dd9
|
Compiler capabilities clean-up
- renamed CATCH_SFINAE -> CATCH_CONFIG_SFINAE
- moved variadic macros detection into catch_compiler_capabilities.h
|
2013-04-22 08:19:17 +01:00 |
|
Phil Nash
|
9fff9e47d3
|
Complete disable CATCH_SFINAE for now
|
2013-04-20 23:18:44 +01:00 |
|
Phil Nash
|
003960dc90
|
Returned to older version of IsStreamable
- this time based on code from Martin Moene
https://gist.github.com/martinmoene/5418947#file-insertionopdetector-cpp
|
2013-04-20 23:12:17 +01:00 |
|
Phil Nash
|
5062d3e92b
|
Added (conditional) SFINAE support.
Better streamable detection for toString using SFINAE (falls back to non-SFINAE version without)
|
2013-04-16 22:55:31 +01:00 |
|
Phil Nash
|
32e70b2235
|
Fixes nil NSString issue reported in #159
|
2013-03-12 18:49:22 +00:00 |
|
Phil Nash
|
767f1588dc
|
Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message.
Re-enable ANSI colour by default - hopefully properly excluding Windows this time
|
2013-03-04 12:19:15 +01:00 |
|
Phil Nash
|
86ad6348d4
|
Split original/ expanded expressions over multiple lines
|
2012-12-14 07:49:18 +00:00 |
|
Phil Nash
|
ffe986d4ee
|
Split result info from impl
|
2012-08-08 08:50:38 +01:00 |
|
Phil Nash
|
0dc9e43c02
|
Fixed toString for NSString* in Xcode 4.4
|
2012-08-01 08:17:07 +01:00 |
|
Phil Nash
|
78372d09d4
|
Added toString overload for chars
(and, by extension, Obj-C's BOOL)
|
2012-06-06 08:06:40 +01:00 |
|
Konrad Rudolph
|
84434be949
|
Silence "unused parameter" warning.
|
2012-05-23 11:22:49 +01:00 |
|
Phil Nash
|
2efc1146bf
|
Reformatting
|
2012-05-15 07:42:26 +01:00 |
|
Phil Nash
|
8d69208a58
|
Fixed some warnings
As referenced in GitHub issue #83
|
2012-05-11 19:05:53 +01:00 |
|
Phil Nash
|
5ec53b2788
|
renamed hub -> context
(also did some reformatting)
|
2012-05-10 07:58:48 +01:00 |
|
Phil Nash
|
81a122e66a
|
Factored toString overloads into their own file
|
2012-05-08 08:10:49 +01:00 |
|