catch2/CMake
Martin Hořeňovský e260288807
Allow disabling use of __builtin_constant_p in internal macros
Turns out that even in GCC, the expression in `__builtin_cosntant_p`
can end up evaluated and side-effects executed. To allow users to
work around this bug, I added a configuration option to disable its
use in internal macros.

Related to #2925
2024-10-27 20:27:03 +01:00
..
catch2-with-main.pc.in Fix name of with-main library. 2022-03-04 00:40:55 +01:00
catch2.pc.in pkgconfig: Add missing entries 2021-09-11 19:02:21 +02:00
Catch2Config.cmake.in Separate Catch2Config from targets 2018-06-24 12:32:22 +02:00
CatchConfigOptions.cmake Allow disabling use of __builtin_constant_p in internal macros 2024-10-27 20:27:03 +01:00
CatchMiscFunctions.cmake Explicitly silence Wnon-virtual-dtor in Decomposer and MatchExpr 2024-04-30 23:51:36 +02:00
Findcodecov.cmake Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
FindGcov.cmake Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
FindLcov.cmake Add codecov.io coverage tracking 2017-11-27 20:13:47 +01:00
llvm-cov-wrapper Add codecov.io coverage tracking 2017-11-27 20:13:47 +01:00