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