catch2/include
Martin Hořeňovský c9de7dd12d Optimize SourceLineInfo::operator< with short-circuiting
In case of 2 instances of SourceLineInfo constructed in the same
file, they will have the same `file` pointer (even at O0). Thus, we
can check if they are equal before calling potentially pointless
`strcmp`.
2018-07-23 20:46:42 +02:00
..
external Bring in Clara v1.1.4 2018-03-09 10:37:56 +01:00
internal Optimize SourceLineInfo::operator< with short-circuiting 2018-07-23 20:46:42 +02:00
reporters Fix Listening reporter use of ReporterPreferences 2018-07-22 22:58:18 +02:00
catch.hpp v2.3.0 2018-07-23 10:12:15 +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