catch2/include/reporters
Martin Hořeňovský 33ed1773f4 Reworked stringification layer, removed Catch::toString
Now the order of stringification checks is

1) StringMaker specialization
2) operator<<

toString overloads and specializations have been removed.
2017-05-02 23:51:03 +02:00
..
catch_reporter_automake.hpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
catch_reporter_bases.hpp Added missing <memory> includes 2017-04-26 17:04:00 +01:00
catch_reporter_compact.hpp A load more C++11 tweaks - mostly moving initialisations from constructors to inline 2017-04-25 19:30:53 +01:00
catch_reporter_console.hpp A load more C++11 tweaks - mostly moving initialisations from constructors to inline 2017-04-25 19:30:53 +01:00
catch_reporter_junit.hpp Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
catch_reporter_multi.hpp Removed Ptr, Shared and SharedImpl 2017-04-25 21:56:14 +01:00
catch_reporter_tap.hpp A load more C++11 tweaks - mostly moving initialisations from constructors to inline 2017-04-25 19:30:53 +01:00
catch_reporter_teamcity.hpp A load more C++11 tweaks - mostly moving initialisations from constructors to inline 2017-04-25 19:30:53 +01:00
catch_reporter_xml.hpp A load more C++11 tweaks - mostly moving initialisations from constructors to inline 2017-04-25 19:30:53 +01:00