aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Expand)Author
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
2015-03-12Adopt new benchmark timing internals.Eric Fiselier
2015-03-10remove third_party directory. update test argsEric Fiselier
2015-03-09Add filter test, remove re test, and googletest depsDominic Hamon
2015-03-06remove ifdefs around BM_FactorialEric Fiselier
2015-03-06address commentsEric Fiselier
2015-03-06Step one towards merging timer changes.Eric Fiselier
2014-12-02Added gtest CHECK symbol to benchmark testDominic Hamon
2014-10-31Remove CHECK_* from public API.Dominic Hamon
2014-10-25Merge branch 'master' of github.com:google/benchmarkNiklas Hofmann
2014-10-16added googletest dependency to tests (allows compilation with -j)Niklas Hofmann
2014-10-11Move pthread dependency to test CMakeLists.txtDominic Hamon
2014-08-15Check the number of benchmark tests ranMatt Clarkson
2014-08-06C++11 concurrency instead of pthreadMatt Clarkson
2014-07-23fix linker error by reordering link librariesPaul Redmond
2014-04-23Partially resolve google/benchmark#17 by fixing regular expression leak.Chris Kennelly
2014-04-23Setup targets from each directory, rather than the top-level.Chris Kennelly