aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2024-05-23preparing for v1.8.4 (#1788)dominic
2024-03-07mitigate clang build warnings -Wconversion (#1763)dominic
2024-01-29Output library / schema versions in JSON context block (#1742)Roman Lebedev
2024-01-09fix(cmakelists.txt): enforce CMake to find PFM or fail when BENCHMARK_ENABLE_...Ananta Bastola
2024-01-04Enable Large-file Support (#1726)Tommy Chiang
2023-09-26Audit MSVC references in cmake files to consider clang++ (#1669)Mészáros Gergely
2023-08-31bump version to 1.8.3Dominic Hamon
2023-08-10Fix IntelLLVM compiler error (#1644)Ioanna-Maria Panagou
2023-07-06bump version to 1.8.2 ready for releaseDominic Hamon
2023-07-04bump version to 1.8.1 pre releaseDominic Hamon
2023-06-22remove old-style (C-style) casts (#1614)Gary Miguel
2023-05-30Add project name to version messageDominic Hamon
2023-05-05update version to v1.8.0Dominic Hamon
2023-03-11simplify setting C++ standardDominic Hamon
2023-03-08Fix build break with nvc++ when -Werror is ON (#1569)Henrique Bucher
2023-02-21Fix CPU frequency estimation on riscv (#1549)Yingwei Zheng
2023-02-17cleanup: support CMake >= 3.10 (#1544)Carlos O'Ryan
2023-02-16Werror all the time (#1546)dominic
2023-01-10Fix typos found by codespell (#1519)SunBlack
2022-12-10Try removing attempt to set the C++ standard (#1464)dominic hamon
2022-11-11version bump for releaseDominic Hamon
2022-10-13Partially revert "Do not depend on unversioned python binary (#1496)" (#1501)Roman Lebedev
2022-10-10Do not depend on unversioned python binary (#1496)Matthias Braun
2022-09-14bump cmake dep and docs (#1468)Dominic Hamon
2022-08-04Ensure we don't need benchmark installed to pass c++ feature checks (#1456)Dominic Hamon
2022-07-25version bumpDominic Hamon
2022-07-20Stop generating the export header and just check it in (#1435)Dominic Hamon
2022-07-18v1.6.2 bumpDominic Hamon
2022-06-20Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403...Dominic Hamon
2022-06-20Add possibility to ask for libbenchmark version number (#1004) (#1403)Matthias Donaubauer
2022-03-12Fix float comparaison and add float comparison warning (#1368)Bensuperpc
2022-02-14annotate and export public symbols (#1321)Sergiu Deitsch
2022-01-10Creating release commit for v1.6.1Dominic Hamon
2021-10-25Added Doxygen support. (#1228)Vitaly Zaitsev
2021-10-19cmake: make package config relocatableSergiu Deitsch
2021-10-18Cmake: options for controlling werror, disable werror for PGI compilers (#1246)PhilipDeegan
2021-09-12Added support of packaged GTest for running unit tests. (#1226)Vitaly Zaitsev
2021-09-08Optimized docs installation (#1225)Vitaly Zaitsev
2021-09-07bump version to 1.6 in preparation for releaseDominic Hamon
2021-08-11preparing v1.5.6 releaseDominic Hamon
2021-05-30bump version to v1.5.4Dominic Hamon
2021-05-21Fix pedantic compilation flag violation (#1156)Mariusz Wachowicz
2021-05-20fix version recorded in releases (#1047)Kai Germaschewski
2021-05-11Support -Wsuggest-override (#1059)Guillaume Chatelet
2021-05-07Add MSVC ARM64 support to cmake (#1090)Michał Janiszewski
2021-05-06cmake: Add explicit BENCHMARK_ENABLE_LIBPFM option (#1141)Paweł Bylica
2021-04-28Support optional, user-directed collection of performance counters (#1114)Mircea Trofin
2020-11-23Disable lto-type-mismatch warnings (#1071)Dominic Hamon
2020-08-27Fix Clang builds on Windows (#1021)Jeremy Ong
2020-01-31Fix cxx03 standard selection, option override in CMake 3.13+. Fixes #933 (#934)Alex Reinking