catch2/include
BiCapitalization 88d7b8da25 Ensure stack size for POSIX signal handling is sufficient
Until now, the stack size for POSIX signal handling was determined by
the implementation defined limit `STKSZ`, which in some cases turned out
to be insufficient, leading to stack overflow inside the signal handler.
The new size, which was determined experimentally, is the larger of 32kb
or `MINSTKSZ`.

Fixes #1225
2018-05-29 22:29:04 +02:00
..
external Bring in Clara v1.1.4 2018-03-09 10:37:56 +01:00
internal Ensure stack size for POSIX signal handling is sufficient 2018-05-29 22:29:04 +02:00
reporters Changed to c++ style includes 2018-04-21 15:58:05 +02:00
catch.hpp v2.2.2 2018-04-06 12:11:22 +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