aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2024-04-14Add `benchmark_main.pc` to link `main()` containing library (#1779)David Seifert
2024-01-29Output library / schema versions in JSON context block (#1742)Roman Lebedev
2023-07-10pfm: Use a more standard CMake approach for finding libpfm (#1628)Pichot
2023-02-21Fix CPU frequency estimation on riscv (#1549)Yingwei Zheng
2022-09-14bump cmake dep and docs (#1468)Dominic Hamon
2022-08-18Link error when use as static library on windows. (#1470)Pavel V. Sysolyatin
2022-07-29remove unnecessary generated include directory (#1451)Dominic Hamon
2022-07-21use target_compile_definitions (#1440)Dominic Hamon
2022-07-20Stop generating the export header and just check it in (#1435)Dominic Hamon
2022-07-19Also fix the SOVERSION for benchmark_mainDominic Hamon
2022-07-18Fix SOVERSION of shared libraryDominic Hamon
2022-02-14annotate and export public symbols (#1321)Sergiu Deitsch
2021-12-14Fix `-DBENCHMARK_ENABLE_INSTALL=OFF` (Fixes #1275) (#1305)Roman Lebedev
2021-10-25Added Doxygen support. (#1228)Vitaly Zaitsev
2021-10-19cmake: allow to use package config from build directorySergiu Deitsch
2021-10-19cmake: make package config relocatableSergiu Deitsch
2021-10-17cmake: eliminate redundant `target_include_directories` (#1242)Sergiu Deitsch
2021-09-08Optimized docs installation (#1225)Vitaly Zaitsev
2021-08-17install docs folder when installing library (#1212)Dominic Hamon
2021-04-28Support optional, user-directed collection of performance counters (#1114)Mircea Trofin
2020-03-16Revert "Add d postfix to Debug libraries (#923)"Roman Lebedev
2020-01-14Alias CMake Targets. Fixes #921 (#926)Jordan Williams
2020-01-05Add d postfix to Debug libraries (#923)Szitár Gergő
2019-07-22CMake; windows: link to lowercase 'shlwapi' - consistent with headers (#840)Roman Lebedev
2019-05-07Don't read CMAKE_BUILD_TYPE if it is not there (#811)Roman Lebedev
2019-05-01Add support for GNU Install Dirs from GNU Coding Standards. Fixes #807 (#808)Lockywolf
2019-05-01Bump required cmake version from 2.x to 3.x (#801)Dominic Hamon
2018-06-06Avoid using CMake 3.6 feature list(FILTER ...) (#612)Marat Dukhan
2018-06-05cmake: use numeric version in package config (#611)Sergiu Deitsch
2018-05-25Add benchmark_main target. (#601)Alex Strelnikov
2018-03-02Add Solaris support (#539)alekseyshl
2017-11-15Add a pkg-config file, for the benefit of projects not using CMake. (#480)Steinar H. Gunderson
2017-11-06Remove deprecated headers (#473)Dominic Hamon
2017-10-20Add option to install benchmark (#463)Yangqing Jia
2017-05-23Associate the required include directory with the benchmark library (#393)David Kruger
2017-04-10Fix cmake file not to use CMAKE_SOURCE_DIR (#367)Daniel Varga
2017-04-04Remove unnecessary benchmark subfolderDominic Hamon
2017-04-04Merge branch '1.1' of git://github.com/piribes/benchmark into piribes-1.1Dominic Hamon
2017-04-04Fix ${include_install_dir}Giuseppe Roberti
2017-04-03Add CMake Package Config files during installGiuseppe Roberti
2017-01-13Fix librt linking on systems which has it (#331)Alt
2016-09-05Refactor benchmark.cc into benchmark_register.cc and benchmark.cc (#287)Eric
2016-09-02Make `PauseTiming()` and `ResumeTiming()` per thread. (#286)Eric
2016-08-31CMake: add headers to the list of source files. (#284)biojppm
2016-08-29Add -DBENCHMARK_USE_LIBCXX:BOOL=<value> option. (#280)Eric
2016-05-25refactor leastsq into complexityIsmael
2016-05-20addaptation of minimal_leastsq libraryIsmael
2015-04-03Rearrange the piecesDominic Hamon
2015-04-03Drop down to CMake 2.8.11, and drop INTERFACE since that version doesn'tGeoff Romer
2015-04-03Link pthread as an INTERFACE library.Geoff Romer