catch2/include
Martin Hořeňovský b15ef6d703 Added signal handling under Windows.
Only some "signals" are handled under Windows, because Windows does not
use signals per-se and the mechanics are different. For now, we handle
sigsegv, stack overflow, div-by-zero and sigill. We can also meaningfully
add various floating point errors, but not sigterm and family, because
sigterm is not a structured exception under Windows.

There is also not catch-all, because that would also catch various
debugger-related exceptions, like EXCEPTION_BREAKPOINT.
2016-12-16 13:53:30 +01:00
..
external Use Clara v0.0.2.4 (updated) - fix for string lengths 2016-06-09 19:19:55 +01:00
internal Added signal handling under Windows. 2016-12-16 13:53:30 +01:00
reporters Rename element for Fatal Error Condition so it doesn't have spaces 2016-10-14 18:45:08 +01:00
catch.hpp Fixed CATCH_REGISTER_TEST_CASE too 2016-01-22 07:50:10 +00:00
catch_session.hpp Updated embedded Clara to 0.0.2.3 2016-04-23 13:21:29 +01: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