- 11 Feb, 2018 1 commit
-
-
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 8 commits
-
-
Martin Hořeňovský authored
-
-
dvirtz authored
Closes #1158
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
Fixes #1165
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
- 08 Feb, 2018 5 commits
-
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Daniel J. Rollins authored
Create a namespaced Catch2::Catch target that is 'linkable' through `target_link_libraries()` and export it so it is findable through `find_package()`. `find_package()` will find versions with the same major number and with minor number >= requested. This makes catch a lot easier to use in CMake-based projects. Whether it is found using `find_package` or included in the client project as a subdirectory, the client can include the catch headers per-target with `target_include_directories(target PRIVATE Catch2::Catch). Example usage: cmake_minimum_required(VERSION 3.1) # include Catch2 as subdirectory or installed package # add_subdirectory(Catch2) find_package(Catch2 VERSION 2.1.0 REQUIRED) add_executable(tests tests/catch_main.cpp) target_link_libraries(tests PRIVATE Catch2::Catch)
-
- 05 Feb, 2018 2 commits
-
-
Martin Hořeňovský authored
-
Zachary Michaels authored
-
- 02 Feb, 2018 1 commit
-
-
Josh Lospinoso authored
This means that only one place needs to work with warnings from the deprecation of `std::uncaught_exception()` in C++17. Closes #1162.
-
- 01 Feb, 2018 4 commits
-
-
Martin Hořeňovský authored
-
philsquared authored
-
Martin Hořeňovský authored
Closes #979
-
Martin Hořeňovský authored
Fixes #1172
-
- 28 Jan, 2018 1 commit
-
-
George Fotopoulos authored
-
- 26 Jan, 2018 5 commits
-
-
Martin Hořeňovský authored
I wonder how much use they will actually see, but their cost is fairly minor. Closes #1131
-
Phil Nash authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
Maybe now it will work?
-
- 24 Jan, 2018 1 commit
-
-
Martin Hořeňovský authored
Partially fixes #1138, need to decide what to do about structured exceptions.
-
- 23 Jan, 2018 1 commit
-
-
Phil Nash authored
- Thanks to sakamoto-poteko in #1159 for point out its ommission
-
- 22 Jan, 2018 1 commit
-
-
Phil Nash authored
-
- 18 Jan, 2018 7 commits
-
-
David Seifert authored
-
David Seifert authored
-
Martin Hořeňovský authored
-
Martin Hořeňovský authored
-
David Seifert authored
-
David Seifert authored
-
David Seifert authored
-