benchmark/cmake
Jeremy Ong 01c0ab7cbb
Fix Clang builds on Windows (#1021)
Fixes #974. The `cxx_feature_check` now has an additional
optional argument which can be used to supply extra cmake flags
to pass to the `try_compile` command. The `CMAKE_CXX_STANDARD=14`
flag was determined to be the minimum flag necessary to correctly
compile and run the regex feature checks when compiling with Clang
under Windows (n.b. this does *not* refer to clang-cl, the frontend
to the MSVC compiler). The additional flag is not enabled for any
other compiler/platform tuple.
2020-08-27 11:17:19 +01:00
..
Modules CMake: implement LTO for clang. Fixes #478 (#487) 2017-11-29 12:48:43 -08:00
AddCXXCompilerFlag.cmake Improve State packing: put important members on first cache line. (#527) 2018-02-14 13:44:41 -07:00
benchmark.pc.in Add -lpthread to pkg-config Libs.private. (#755) 2019-02-01 15:51:44 +03:00
Config.cmake.in
CXXFeatureCheck.cmake Fix Clang builds on Windows (#1021) 2020-08-27 11:17:19 +01:00
GetGitVersion.cmake Ensure all informational cmake messages have STATUS type 2018-11-13 09:56:22 +00:00
gnu_posix_regex.cpp
GoogleTest.cmake Allow setting GOOGLETEST_PATH cmake argument. Fixes #867 (#868) 2019-09-15 20:25:32 +03:00
GoogleTest.cmake.in Ctest support (#1025) 2020-08-21 16:25:56 +01:00
llvm-toolchain.cmake CMake: implement LTO for clang. Fixes #478 (#487) 2017-11-29 12:48:43 -08:00
posix_regex.cpp
split_list.cmake split_list is not defined for assembly tests (#595) 2018-05-14 15:02:49 +01:00
std_regex.cpp
steady_clock.cpp
thread_safety_attributes.cpp