aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'aosp/upstream-master' into upstream_merge am: a...android-vts-8.0_r9android-vts-8.0_r8android-vts-8.0_r7android-vts-8.0_r6android-vts-8.0_r2android-vts-8.0_r13android-vts-8.0_r12android-vts-8.0_r11android-vts-8.0_r10android-vts-8.0_r1android-cts-8.0_r9android-cts-8.0_r8android-cts-8.0_r7android-cts-8.0_r6android-cts-8.0_r5android-cts-8.0_r4android-cts-8.0_r3android-cts-8.0_r24android-cts-8.0_r23android-cts-8.0_r22android-cts-8.0_r21android-cts-8.0_r20android-cts-8.0_r2android-cts-8.0_r19android-cts-8.0_r18android-cts-8.0_r17android-cts-8.0_r16android-cts-8.0_r15android-cts-8.0_r14android-cts-8.0_r13android-cts-8.0_r12android-cts-8.0_r11android-cts-8.0_r10android-cts-8.0_r1android-8.0.0_r9android-8.0.0_r7android-8.0.0_r50android-8.0.0_r49android-8.0.0_r48android-8.0.0_r47android-8.0.0_r46android-8.0.0_r45android-8.0.0_r44android-8.0.0_r43android-8.0.0_r42android-8.0.0_r41android-8.0.0_r40android-8.0.0_r4android-8.0.0_r39android-8.0.0_r38android-8.0.0_r37android-8.0.0_r36android-8.0.0_r35android-8.0.0_r32android-8.0.0_r31android-8.0.0_r30android-8.0.0_r3android-8.0.0_r29android-8.0.0_r28android-8.0.0_r2android-8.0.0_r17android-8.0.0_r16android-8.0.0_r15android-8.0.0_r13android-8.0.0_r12android-8.0.0_r11android-8.0.0_r10android-8.0.0_r1security-oc-releaseoreo-vts-releaseoreo-security-releaseoreo-releaseoreo-r6-releaseoreo-r5-releaseoreo-r4-releaseoreo-r3-releaseoreo-r2-releaseoreo-devoreo-cts-releaseMartijn Coenen2016-11-1671-2743/+3707
|\
| * Merge remote-tracking branch 'aosp/upstream-master' into upstream_merge am: a...android-wear-o-preview-4android-wear-o-preview-3android-o-preview-2android-n-iot-preview-4n-iot-preview-4Martijn Coenen2016-11-1671-2743/+3707
| |\
| | * Merge remote-tracking branch 'aosp/upstream-master' into upstream_merge am: a...Martijn Coenen2016-11-1671-2743/+3707
| |/|
| | * Merge remote-tracking branch 'aosp/upstream-master' into upstream_mergeandroid-o-preview-1android-n-mr2-preview-2android-n-mr2-preview-1o-previewMartijn Coenen2016-11-1671-2743/+3707
| |/|
| | * Merge remote-tracking branch 'aosp/upstream-master' into upstream_mergeMartijn Coenen2016-11-1571-2743/+3707
| | |\
| | | * Report error when no benchmarks match regex. (#308)Dominic Hamon2016-10-281-3/+7
| | | * Add tests for reporters (#307)Marek Kurdej2016-10-283-6/+76
| | | * Merge branch 'mkurdej-arg-names'Dominic Hamon2016-10-264-4/+80
| | | |\
| | | | * Allow calling Args and ArgNames in any order.Marek Kurdej2016-10-262-2/+6
| | | | * Check argument count in `ArgName` and `ArgNames`.Marek Kurdej2016-10-261-0/+2
| | | | * Handle the case when the argument name is an empty string.Marek Kurdej2016-10-252-8/+13
| | | | * Add ArgName() and ArgNames() methods to name arguments/ranges.Marek Kurdej2016-10-244-3/+68
| | | |/
| | | * Merge branch 'mkurdej-fix-time-unit'Dominic Hamon2016-10-213-2/+28
| | | |\
| | | | * Add tests.Marek Kurdej2016-10-212-2/+26
| | | | * Fix displayed time unit in mean and standard deviation.Marek Kurdej2016-10-211-0/+2
| | | |/
| | | * Fix typo in timer.cc that caused negative CPU times on OS X. Fixes #293Eric Fiselier2016-10-081-1/+1
| | | * Fix getting the CPU frequency on OS XEric Fiselier2016-10-081-21/+16
| | | * Fix #294. Add -D_GNU_SOURCE when building under CygwinEric Fiselier2016-10-081-0/+8
| | | * Fix #295. Remove use of BSD extensions for comparing stringsEric Fiselier2016-10-071-3/+19
| | | * Fix #300. Emit RMS as a float not a percentage in JSONEric Fiselier2016-10-072-2/+6
| | | * Use correct RE for floating point numbers in reporter_output_test.ccEric Fiselier2016-10-073-5/+6
| | | * Apply clang-format to all headers and source (#303)Dominic Hamon2016-10-0727-646/+553
| | | * Simplify clang-format and apply to tests (#302)Dominic Hamon2016-10-0717-603/+482
| | | * Pass flag string to `check_cxx_compiler_flag` (#298)ktnyt2016-10-051-1/+1
| | | * Fix various uninitialized membersEric Fiselier2016-09-284-15/+12
| | | * Fix working on mac clock_gettime (#292)Alt2016-09-261-2/+4
| | | * s/resolved/unresolved/Dominic Hamon2016-09-231-1/+2
| | | * Auto-detect whether Benchmark should produce colorized output (#126)Nicholas Hutchinson2016-09-157-26/+86
| | | * Flush reporters' output streams after writing a benchmark run (#288)Nicholas Hutchinson2016-09-111-0/+14
| | | * Cleanup RunBenchmark code. (#289)Eric2016-09-064-93/+104
| | | * Refactor benchmark.cc into benchmark_register.cc and benchmark.cc (#287)Eric2016-09-0510-678/+593
| | | * Document --benchmark_filter. Thanks to NAThompson for the original patchEric Fiselier2016-09-051-0/+18
| | | * Add Benchmark::ThreadRange() version with increment instead of multiply (#283)Ronny2016-09-033-2/+49
| | | * Remove TSAN builder for now.Eric Fiselier2016-09-031-10/+0
| | | * Tweak TSAN flagsEric Fiselier2016-09-032-3/+3
| | | * Add Thread Sanitizer bot to TravisEric Fiselier2016-09-031-0/+10
| | | * Fix wording because an idiot came up with it.Eric Fiselier2016-09-031-1/+1
| | | * Increase complexity_test runtime slightly less.Eric Fiselier2016-09-031-1/+1
| | | * Try and add MSVC NORETURN attribute againEric Fiselier2016-09-031-1/+3
| | | * Increase complexity_test.cc runtime to attempt to avoid appveyor failuresEric Fiselier2016-09-031-1/+7
| | | * Add another workaround for Appveyor warningsEric Fiselier2016-09-021-0/+1
| | | * Fix BENCHMARK_NORETURN on MSVCEric Fiselier2016-09-021-8/+9
| | | * attempt to suppress apveyor warningsEric Fiselier2016-09-021-0/+5
| | | * Make `PauseTiming()` and `ResumeTiming()` per thread. (#286)Eric2016-09-0219-745/+537
| | | * Add clang-format fileDominic Hamon2016-09-021-0/+96
| | | * Fixture: add non const Setup() and TearDown(). (#285)biojppm2016-09-011-0/+4
| | | * CMake: add headers to the list of source files. (#284)biojppm2016-08-312-1/+13
| | | * Fix #202 - Document Windows dependency on shlwapi.libEric Fiselier2016-08-301-0/+9
| | | * Add warning for large benchmark families (#279)Eric2016-08-291-45/+67
| | | * Add -DBENCHMARK_USE_LIBCXX:BOOL=<value> option. (#280)Eric2016-08-294-5/+39