aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Expand)Author
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
2016-05-24Merge branch 'ismaelJimenez-complexity'Dominic Hamon
2016-05-24Merge pull request #216 from efcs/diagnostic-checksDominic Hamon
2016-05-24Change --benchmark_list_tests to respect the benchmark filter.Eric Fiselier
2016-05-23Only compile and run the C++03 test when -std=c++03 is supported. Fixes #164Eric Fiselier
2016-05-23Add SkipWithError(...) function.Eric Fiselier
2016-05-23Add checks that <Resume|Pause>Timing functions are not called outside of the ...Eric Fiselier
2016-05-18Added test file and Complexity() interfaceIsmael
2016-02-15Pass const state to Fixture::SetUp. Add map_test.Dominic Hamon
2015-05-22Fixing cmake issue with empty cmake_build_typeDavid Coeurjolly
2015-05-13Coverage support with LCOV and GCOVMatt Clarkson
2015-04-06add ability to use benchmark filtersEric Fiselier
2015-03-31redo filter testEric Fiselier
2015-03-26Change the available benchmark optionsEric Fiselier
2015-03-18Handle creation of C++03 flags differentlyEric Fiselier
2015-03-18Don't treat CMAKE_CXX_FLAGS as a listEric Fiselier
2015-03-18add C++03 test and update READMEEric Fiselier