header-only
Here are 959 public repositories matching this topic...
Currently Catch2 detects compilers ad-hoc, at the place where the code needs to be compiler-specific. This brings a lot of trouble with more obscure compilers, because compilers like to masquerade for different compilers, such as Clang defining GCC-version macros, ICC defining both, IBM XL self-reporting as Clang, and so on. Because compiler-specific sections of code are often indeed compiler-sp
-
Updated
Aug 24, 2020 - C++
-
Updated
Nov 7, 2020 - C++
-
Updated
Oct 29, 2020 - C++
-
Updated
Nov 6, 2020 - C++
-
Updated
Nov 7, 2020 - C++
-
Updated
Nov 5, 2020 - C++
-
Updated
Nov 7, 2020 - C++
-
Updated
Oct 22, 2020 - C++
-
Updated
Oct 26, 2020 - C++
-
Updated
Nov 1, 2020 - C++
-
Updated
Oct 15, 2020 - C++
-
Updated
Oct 29, 2020 - C++
-
Updated
Oct 17, 2020 - C++
-
Updated
Oct 19, 2020 - C++
-
Updated
Nov 6, 2020 - C++
-
Updated
Nov 5, 2020
-
Updated
Oct 23, 2020 - C++
-
Updated
Oct 25, 2020 - C++
-
Updated
Oct 20, 2020 - C++
-
Updated
Nov 2, 2020 - C++
-
Updated
Oct 6, 2020 - C
-
Updated
Sep 25, 2020 - C++
-
Updated
Oct 14, 2020 - C++
-
Updated
Sep 12, 2020 - C++
-
Updated
Sep 28, 2020 - C++
-
Updated
Nov 3, 2020 - C++
-
Updated
Nov 4, 2020 - C++
Improve this page
Add a description, image, and links to the header-only topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the header-only topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?