catch2/docs
Martin Hořeňovský e991c006b7 Fixes for MinGW compatibility
Some versions of MinGW do not support enough of Win32 API to let us work
with SEH, so SEH is now MSVC only (+ configurable toggle).

Also made use of gmtime_s MSVC only (as oposed to Windows only).

Fixes #805
2017-02-06 01:43:53 +01:00
..
Readme.md New documentation section: "known limitations" 2017-02-06 00:53:39 +01:00
assertions.md Improved assertion documentation 2017-01-30 19:42:27 +01:00
build-systems.md Change include -> single_include in CMake example 2017-01-26 10:24:48 +01:00
command-line.md typo 2017-02-01 14:39:06 +00:00
configuration.md Fixes for MinGW compatibility 2017-02-06 01:43:53 +01:00
contributing.md Updated docs for contributing 2017-01-10 07:36:06 +00:00
limitations.md New documentation section: "known limitations" 2017-02-06 00:53:39 +01:00
logging.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
own-main.md Cap main exit code to 255 (#797) 2017-01-31 20:48:14 +01:00
release-notes.md v1.7.0 build 2017-02-01 21:47:43 +01:00
slow-compiles.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
test-cases-and-sections.md Added [!nonportable] tag 2017-01-23 17:44:55 +00:00
test-fixtures.md Minor typo fix 2017-01-07 22:05:18 +01:00
tostring.md exception translators considered even for types deriving from std::exception, now 2015-11-18 08:39:21 +00:00
tutorial.md Fix grammar error in tutorial.md 2017-01-07 09:56:21 +01:00
why-catch.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00

Readme.md