aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2023-07-10missing cmake includeDominic Hamon
2023-07-10add back package properties for PFMDominic Hamon
2023-07-10pfm: Use a more standard CMake approach for finding libpfm (#1628)Pichot
2023-07-05Fix passing non-const lvalue refs to DoNotOptimize (#1622)Enrico Seiler
2023-02-21Fix CPU frequency estimation on riscv (#1549)Yingwei Zheng
2022-12-10Try removing attempt to set the C++ standard (#1464)dominic hamon
2022-08-23use CMAKE_INSTALL_FULL in pkg-config file (#1473)babbaj
2022-08-10add debug option for enabling more output for failed cxxfeaturechecks (#1467)Dominic Hamon
2022-08-04Ensure we don't need benchmark installed to pass c++ feature checks (#1456)Dominic Hamon
2022-07-05fix sanitizer builds by using clang 13 (#1426)Dominic Hamon
2022-01-13Suppress GoogleTest warnings on windows (MSVC) too. (#1320)Dominic Hamon
2021-12-08update googletest to latest release tag 1.11.0 (#1301)Dominic Hamon
2021-11-25Add clang-tidy check (#1290)dominc8
2021-11-17Googletest renamed master to main today. (#1285)Donald Aingworth
2021-10-19cmake: allow to use package config from build directorySergiu Deitsch
2021-10-19cmake: make package config relocatableSergiu Deitsch
2021-10-19GoogleTest.cmake.in: mention BENCHMARK_USE_BUNDLED_GTESTRoman Lebedev
2021-10-19GoogleTest.cmake.in: immediately error-out after failure message, Closes #1255Roman Lebedev
2021-09-03CMake: add forgotten include(FeatureSummary) into FindPFM.cmake to fix buildRoman Lebedev
2021-08-23[NFC] PFM: actually report package as found, and advertise descriptionRoman Lebedev
2021-08-11so much for googletest not failing any moreDominic Hamon
2021-08-11turn back on strict mode for googletest as it no longer breaksDominic Hamon
2021-07-19downgrade warnings for googletest (#1203)Dominic Hamon
2021-05-20fix version recorded in releases (#1047)Kai Germaschewski
2021-04-28Support optional, user-directed collection of performance counters (#1114)Mircea Trofin
2021-04-26fix cmake issue with referencing a non-existing function argument (#1118)Kai Germaschewski
2020-09-12Fixed pkg-config on other than Ubuntu GNU/Linux distributions. (#1043)Vitaly Zaitsev
2020-08-27Fix Clang builds on Windows (#1021)Jeremy Ong
2020-08-21Ctest support (#1025)Dominic Hamon
2019-10-04Cache RUN_${FEATURE} variable in CXXFeatureCheck.cmake (#886)Kyle Edwards
2019-09-15Allow setting GOOGLETEST_PATH cmake argument. Fixes #867 (#868)Attila M. Szilagyi
2019-04-30CMake: avoid incorrect extra "" around the GOOGLETEST_PATH.Roman Lebedev
2019-04-30CMake: codedrop of googletest cmake magic from me (#809)Roman Lebedev
2019-02-01Add -lpthread to pkg-config Libs.private. (#755)Daniel Kraft
2018-11-13Ensure all informational cmake messages have STATUS typeDominic Hamon
2018-10-13Fix SOURCE_DIR in HandleGTest.cmake (#705)Olzhas Kaiyrakhmet
2018-10-13Revert "Fix SOURCE_DIR in HandleGTest.cmake (#703)" (#704)Eric
2018-10-13Fix SOURCE_DIR in HandleGTest.cmake (#703)Olzhas Kaiyrakhmet
2018-10-05Fix Clang Detection (#697)Gregorio Litenstein
2018-05-14split_list is not defined for assembly tests (#595)Deniz Evrenci
2018-05-08There is no "FATAL" in message(), only "FATAL_ERROR" (#584)Roman Lebedev
2018-05-08Run git from the source directory (#589) (#590)php1ic
2018-04-23Add caching for cxx_feature_check (#573)Yangqing Jia
2018-04-05Fix #564 - gmock/gmock.h not found in benchmark tests.Eric Fiselier
2018-03-21Fix #538 - gtest.h not found when building with older CMake versions.Eric Fiselier
2018-02-14Improve State packing: put important members on first cache line. (#527)Eric
2018-02-12Fix GTest workaround on MSVCEric Fiselier
2018-02-12Work around Gtest build failure caused by -Werror=unused-function. (#529)Eric
2018-01-05Prevent GTest and GMock from being installed with Google Benchmark.Eric Fiselier
2017-12-13Add support for GTest based unit tests. (#485)Eric