- 11 Mar, 2018 1 commit
-
-
Martin Hořeňovský authored
-
- 09 Mar, 2018 2 commits
-
-
Martin Hořeňovský authored
This fixes #1214
-
Martin Hořeňovský authored
Fixes #1215
-
- 07 Mar, 2018 8 commits
-
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
Introduce support for DJGPP cross compiler
-
Martin Hořeňovský authored
-
Tomas Zeman authored
DJGPP cross compiler is targeting DOS which does not support POSIX signals. Probably for the same reason (targeting DOS) this compiler does not support wide characters.
-
Tomas Zeman authored
The support is turned on by default but the user might need to be able to turn it off which is now possible by defining CATCH_CONFIG_NO_WCHAR.
-
Josh Soref authored
-
Bastian Dörig authored
The old version would lead to error when Catch was installed as a subproject. The file would be written to the subproject's build directory and then would not be installed properly.
-
- 06 Mar, 2018 4 commits
-
-
Martin Hořeňovský authored
* Examples are no longer built for all images * Coverage is no longer collected from every build * The number of configurations is reduced
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
* Examples are no longer built on all travis images * Coverage is no longer collected from all travis images * Valgrind is no longer used with all travis images This should greatly reduce the amount of compiling, downloading binaries and general work the common images do.
-
- 05 Mar, 2018 1 commit
-
-
Martin Hořeňovský authored
-
- 04 Mar, 2018 1 commit
-
-
Martin Hořeňovský authored
Needed to embed newer version of Clara Closes #1178 Closes #1031
-
- 02 Mar, 2018 1 commit
-
-
Martin Hořeňovský authored
* Eliminated some copies * Made makeTestCase fit into 4 arguments -- avoids spills on Win64 * Made string literals into StringRef literals
-
- 01 Mar, 2018 1 commit
-
-
Tomas Zeman authored
The warning occurred when !CATCH_CONFIG_WINDOWS_SEH && !CATCH_CONFIG_POSIX_SIGNALS.
-
- 28 Feb, 2018 2 commits
-
-
Martin Hořeňovský authored
This allows reducing the amount of friends needed for its interface and some extra tricks later. The bad part is that the pointer can become invalidated via calls to other StringRef's public methods, but c'est la vie.
-
Martin Hořeňovský authored
-
- 25 Feb, 2018 1 commit
-
-
Martin Hořeňovský authored
Also fix how it can be disabled.
-
- 23 Feb, 2018 2 commits
-
-
Martin Hořeňovský authored
It was a bit of a mess previously
-
Martin Hořeňovský authored
To prevent bugs with stitching system headers inside Catch, the proxy header is responsible for guarding against inclusion on Linux, rather than the includers. Might be related to #1197
-
- 17 Feb, 2018 1 commit
-
-
Martin Hořeňovský authored
This also fixes some tests that were previously failing unnoticed - WTF?
-
- 16 Feb, 2018 1 commit
-
-
Martin Hořeňovský authored
-
- 15 Feb, 2018 5 commits
-
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Phil Nash authored
-
- 14 Feb, 2018 1 commit
-
-
Nils Deppe authored
-
- 11 Feb, 2018 2 commits
-
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
This allows reuse of projects existing stringification machinery Closes #1024
-
- 10 Feb, 2018 3 commits
-
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
Related to #1114
-
Martin Hořeňovský authored
Related to #1183
-
- 09 Feb, 2018 3 commits
-
-
Martin Hořeňovský authored
-
-
dvirtz authored
Closes #1158
-