catch2/include
Neal Coombes 442ad5eb0f Performance improvement in AssertionInfo.
By using char const * instead of std::string we avoid significant
copying per assertion.  In a simple loop with 10000000 CHECKS on
my system, this reduces the run time from 9.8s to 5.8s.

This change is at the expense of no longer capturing the second arg,
which no currently existing test notices.
2017-06-21 13:42:04 -05:00
..
external Don’t assume first CL arg (exe name) is present 2017-03-13 11:00:58 +00:00
internal Performance improvement in AssertionInfo. 2017-06-21 13:42:04 -05:00
reporters Cosmetic fixes (whitespace and spelling) 2017-05-27 14:42:54 +02:00
catch.hpp Cosmetic fixes (whitespace and spelling) 2017-05-27 14:42:54 +02:00
catch_session.hpp Added Win32 UNICODE wmain support (#903) 2017-05-11 13:00:03 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00