aboutsummaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* Add -lkstat to the .pc for Solaris (#1801)Chris Cotter2024-07-03
* Find libpfm dependency in installed CMake configs (#1806)Stephen Nicholas Swatman2024-06-19
* Add `benchmark_main.pc` to link `main()` containing library (#1779)David Seifert2024-04-14
* Output library / schema versions in JSON context block (#1742)Roman Lebedev2024-01-29
* missing cmake includeDominic Hamon2023-07-10
* add back package properties for PFMDominic Hamon2023-07-10
* pfm: Use a more standard CMake approach for finding libpfm (#1628)Pichot2023-07-10
* Fix passing non-const lvalue refs to DoNotOptimize (#1622)Enrico Seiler2023-07-05
* Fix CPU frequency estimation on riscv (#1549)Yingwei Zheng2023-02-21
* Try removing attempt to set the C++ standard (#1464)dominic hamon2022-12-10
* use CMAKE_INSTALL_FULL in pkg-config file (#1473)babbaj2022-08-23
* add debug option for enabling more output for failed cxxfeaturechecks (#1467)Dominic Hamon2022-08-10
* Ensure we don't need benchmark installed to pass c++ feature checks (#1456)Dominic Hamon2022-08-04
* fix sanitizer builds by using clang 13 (#1426)Dominic Hamon2022-07-05
* Suppress GoogleTest warnings on windows (MSVC) too. (#1320)Dominic Hamon2022-01-13
* update googletest to latest release tag 1.11.0 (#1301)Dominic Hamon2021-12-08
* Add clang-tidy check (#1290)dominc82021-11-25
* Googletest renamed master to main today. (#1285)Donald Aingworth2021-11-17
* cmake: allow to use package config from build directorySergiu Deitsch2021-10-19
* cmake: make package config relocatableSergiu Deitsch2021-10-19
* GoogleTest.cmake.in: mention BENCHMARK_USE_BUNDLED_GTESTRoman Lebedev2021-10-19
* GoogleTest.cmake.in: immediately error-out after failure message, Closes #1255Roman Lebedev2021-10-19
* CMake: add forgotten include(FeatureSummary) into FindPFM.cmake to fix buildRoman Lebedev2021-09-03
* [NFC] PFM: actually report package as found, and advertise descriptionRoman Lebedev2021-08-23
* so much for googletest not failing any moreDominic Hamon2021-08-11
* turn back on strict mode for googletest as it no longer breaksDominic Hamon2021-08-11
* downgrade warnings for googletest (#1203)Dominic Hamon2021-07-19
* fix version recorded in releases (#1047)Kai Germaschewski2021-05-20
* Support optional, user-directed collection of performance counters (#1114)Mircea Trofin2021-04-28
* fix cmake issue with referencing a non-existing function argument (#1118)Kai Germaschewski2021-04-26
* Fixed pkg-config on other than Ubuntu GNU/Linux distributions. (#1043)Vitaly Zaitsev2020-09-12
* Fix Clang builds on Windows (#1021)Jeremy Ong2020-08-27
* Ctest support (#1025)Dominic Hamon2020-08-21
* Cache RUN_${FEATURE} variable in CXXFeatureCheck.cmake (#886)Kyle Edwards2019-10-04
* Allow setting GOOGLETEST_PATH cmake argument. Fixes #867 (#868)Attila M. Szilagyi2019-09-15
* CMake: avoid incorrect extra "" around the GOOGLETEST_PATH.Roman Lebedev2019-04-30
* CMake: codedrop of googletest cmake magic from me (#809)Roman Lebedev2019-04-30
* Add -lpthread to pkg-config Libs.private. (#755)Daniel Kraft2019-02-01
* Ensure all informational cmake messages have STATUS typeDominic Hamon2018-11-13
* Fix SOURCE_DIR in HandleGTest.cmake (#705)Olzhas Kaiyrakhmet2018-10-13
* Revert "Fix SOURCE_DIR in HandleGTest.cmake (#703)" (#704)Eric2018-10-13
* Fix SOURCE_DIR in HandleGTest.cmake (#703)Olzhas Kaiyrakhmet2018-10-13
* Fix Clang Detection (#697)Gregorio Litenstein2018-10-05
* split_list is not defined for assembly tests (#595)Deniz Evrenci2018-05-14
* There is no "FATAL" in message(), only "FATAL_ERROR" (#584)Roman Lebedev2018-05-08
* Run git from the source directory (#589) (#590)php1ic2018-05-08
* Add caching for cxx_feature_check (#573)Yangqing Jia2018-04-23
* Fix #564 - gmock/gmock.h not found in benchmark tests.Eric Fiselier2018-04-05
* Fix #538 - gtest.h not found when building with older CMake versions.Eric Fiselier2018-03-21
* Improve State packing: put important members on first cache line. (#527)Eric2018-02-14