aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Expand)Author
2023-07-05Fix passing non-const lvalue refs to DoNotOptimize (#1622)Enrico Seiler
2023-03-14link to benchmark directly for tests that aren't link_main_test (#1576)dominic
2023-03-13Address warnings on NVIDIA nvc++ (#1573)Henrique Bucher
2023-02-07Allow specifying number of iterations via --benchmark_min_time. (#1525)Vy Nguyen
2022-07-20Stop generating the export header and just check it in (#1435)Dominic Hamon
2022-05-17Add option to get the verbosity provided by commandline flag -v (#1330) (#1397)Matthdonau
2022-03-04Allow setting the default time unit globally (#1337)Bátor Tallér
2022-02-14annotate and export public symbols (#1321)Sergiu Deitsch
2021-11-17Add Setup/Teardown option on Benchmark. (#1269)Vy Nguyen
2021-10-27[RFC] Adding API for setting/getting benchmark_filter flag? (#1254)Vy Nguyen
2021-06-03Random interleaving of benchmark repetitions - the sequel (fixes #1051) (#1163)Roman Lebedev
2021-06-02Ensure that we print repetition count even when it was specified via flag `--...Roman Lebedev
2021-06-01Revert "Implementation of random interleaving. (#1105)" (#1161)Dominic Hamon
2021-05-20Implementation of random interleaving. (#1105)haih-g
2021-04-28Support optional, user-directed collection of performance counters (#1114)Mircea Trofin
2020-08-25Add CartesianProduct with associated test (#1029)Christian Wassermann
2020-01-31Fix cxx03 standard selection, option override in CMake 3.13+. Fixes #933 (#934)Alex Reinking
2020-01-14Alias CMake Targets. Fixes #921 (#926)Jordan Williams
2019-11-05CMake: use full add_test(NAME <> COMMAND <>) signature (#901)Gregor Jasny
2019-04-30CMake: codedrop of googletest cmake magic from me (#809)Roman Lebedev
2019-04-17Add command line flags tests (#793)Dominic Hamon
2019-04-09Add process_time for better OpenMP and user-managed thread timingBryan Lunt
2019-03-17BENCHMARK_CAPTURE() and Complexity() - naming problem (#761)Daniel Harvey
2018-09-13Track two more details about runs - the aggregate name, and run name. (#675)Roman Lebedev
2018-09-12*Display* aggregates only. (#665)Roman Lebedev
2018-08-29Counter(): add 'one thousand' param. (#657)Roman Lebedev
2018-06-05Fix compilation on Android with GNU STL (#596)Marat Dukhan
2018-05-25Add benchmark_main target. (#601)Alex Strelnikov
2018-04-26Issue 571: Allow support for negative regex filtering (#576)Tim Bradgate
2018-04-03Allow AddRange to work with int64_t. (#548)Dominic Hamon
2018-03-23Add tests to verify assembler output -- Fix DoNotOptimize. (#530)Eric
2018-03-21Fix #538 - gtest.h not found when building with older CMake versions.Eric Fiselier
2017-12-13Add support for GTest based unit tests. (#485)Eric
2017-10-09Add macros for create benchmark with templated fixture (#451)Anton Lashkov
2017-07-30Suppress -Wodr on C++03 tests when LTO is enabled.Eric Fiselier
2017-06-02Fix #342: DoNotOptimize causes compile errors on older GCC versions. (#398)Eric
2017-05-02Add first unit test for benchmark_tabular_counters.Joao Paulo Magalhaes
2017-05-01Add output_test.h to output_test_helper for VisualStudio editing.Joao Paulo Magalhaes
2017-04-27User counter tests: first version.Joao Paulo Magalhaes
2017-04-17Enable <cassert> by removing -DNDEBUG when running the tests.Eric Fiselier
2016-09-03Increase complexity_test runtime slightly less.Eric Fiselier
2016-09-03Increase complexity_test.cc runtime to attempt to avoid appveyor failuresEric Fiselier
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-08-28Refactor output test runner into standalone module. (#277)Eric
2016-08-04Support multiple ranges in the benchmark (#257)Marcin Kolny
2016-08-02Add `RegisterBenchmark(name, func, args...)` for creating/registering benchm...Eric
2016-05-27Change reporters to use a specified output and error stream. Add tests for ou...Eric
2016-05-26Force DoNotOptimize operand to memory for both gcc and clangAlbert Pretorius
2016-05-24mergeEric Fiselier