aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-08Upgrade google-benchmark to 8982e1ee6aef31e48170400b7d1dc9969b156e5e am: 5076...Automerger Merge Worker
2020-02-08Upgrade google-benchmark to 8982e1ee6aef31e48170400b7d1dc9969b156e5e am: 5076...Automerger Merge Worker
2020-02-07Upgrade google-benchmark to 8982e1ee6aef31e48170400b7d1dc9969b156e5eHaibo Huang
2020-02-08Fix MSVC warning. (#935)Ben Clayton
2020-02-07[automerger skipped] google-benchmark: Make vendor_available true am: 20f5b67...Automerger Merge Worker
2020-02-06google-benchmark: Make vendor_available trueNavinprashath
2020-01-31Fix cxx03 standard selection, option override in CMake 3.13+. Fixes #933 (#934)Alex Reinking
2020-01-30Disable pedantic warnings and errors until googletest/gmock is fixedDominic Hamon
2020-01-16google-benchmark: Make vendor_available true am: 8556c6c05e am: 030213a39eAutomerger Merge Worker
2020-01-15google-benchmark: Make vendor_available trueNavinprashath
2020-01-15google-benchmark: Make vendor_available trueandroid-r-preview-1Navinprashath
2020-01-14Alias CMake Targets. Fixes #921 (#926)Jordan Williams
2020-01-09Upgrade google-benchmark to 5ce2429af7a8481581896afaa480552cc7584808 am: 3b0b...Automerger Merge Worker
2020-01-09Upgrade google-benchmark to 5ce2429af7a8481581896afaa480552cc7584808Haibo Huang
2020-01-08Upgrade google-benchmark to 5ce2429af7a8481581896afaa480552cc7584808Haibo Huang
2020-01-05Add d postfix to Debug libraries (#923)Szitár Gergő
2019-12-15Fix typo in mutex.h (#917)Tetsuo Kiso
2019-12-10Upgrade google-benchmark to 367119482ff4abc3d73e4a109b410090fc281337 am: e9a1...Automerger Merge Worker
2019-12-10Upgrade google-benchmark to 367119482ff4abc3d73e4a109b410090fc281337Haibo Huang
2019-12-09Upgrade google-benchmark to 367119482ff4abc3d73e4a109b410090fc281337Haibo Huang
2019-12-02CPU caches are binary units, not SI. (#911)Roman Lebedev
2019-12-01README.md: a few adjustments after #894Roman Lebedev
2019-12-01Document environment variables options usage (#894)Martin Blanchard
2019-11-25update header guard to match styleDominic Hamon
2019-11-23Merge pull request #905 from LebedevRI/misc-cleanupRoman Lebedev
2019-11-23ParseCommandLineFlags(): do not dereference argc if it is nullRoman Lebedev
2019-11-23JSONReporter: RoundDouble(): use std::lround() to round double to intRoman Lebedev
2019-11-23BenchmarkRunner: use std::lround() to round double to intRoman Lebedev
2019-11-22mingw.py: check for None via 'is', not '=='.Roman Lebedev
2019-11-22src/counter.h: add header guardRoman Lebedev
2019-11-06Upgrade google-benchmark to c50ac68c50ff8da3827cd6720792117910d85666 am: eb21...Haibo Huang
2019-11-06Upgrade google-benchmark to c50ac68c50ff8da3827cd6720792117910d85666Haibo Huang
2019-11-06Upgrade google-benchmark to c50ac68c50ff8da3827cd6720792117910d85666Haibo Huang
2019-11-05CMake: use full add_test(NAME <> COMMAND <>) signature (#901)Gregor Jasny
2019-10-30DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m...Xin Li
2019-10-30DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m...Xin Li
2019-10-24Remove superfluous cache line scaling in JSON reporter. (#896)András Leitereg
2019-10-23Set CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#889)Kyle Edwards
2019-10-23Read options from environment (#881) (#883)Martin Blanchard
2019-10-16Upgrade google-benchmark to f4f5dba46bdbde0e95d736cca124025745bcd7b6 am: 031c...Haibo Huang
2019-10-16Upgrade google-benchmark to f4f5dba46bdbde0e95d736cca124025745bcd7b6 am: 031c...Haibo Huang
2019-10-16Upgrade google-benchmark to f4f5dba46bdbde0e95d736cca124025745bcd7b6Haibo Huang
2019-10-08Switch to Starlark for C++ rules. (#887)Paul Wankadia
2019-10-07Upgrade google-benchmark to f4f5dba46bdbde0e95d736cca124025745bcd7b6Haibo Huang
2019-10-04Cache RUN_${FEATURE} variable in CXXFeatureCheck.cmake (#886)Kyle Edwards
2019-09-27fixed the param order in g++ command and fixed the path for -L (#879)Chunsheng Pei
2019-09-23Guard definition of __STDC_FORMAT_MACROS in ifndef (#875)Geoffrey Martin-Noble
2019-09-23Define HOST_NAME_MAX for NaCl and RTEMS (#876)Geoffrey Martin-Noble
2019-09-21Add missing parenthesis to code sample, and fix spacing. (#877)Colin Braley
2019-09-20Guard ASSERT_THROWS checks with BENCHMARK_HAS_NO_EXCEPTIONS (#874)Geoffrey Martin-Noble