Roll src/third_party/google_benchmark/src/ 367119482..ffe1342eb (52 commits)
https://chromium.googlesource.com/external/github.com/google/benchmark.git/+log/367119482ff4..ffe1342eb2fa $ git log 367119482..ffe1342eb --date=short --no-merges --format='%ad %ae %s' 2020-09-28 yihshyng223 Add CycleTimer implementation for M68K architecture (#1050) 2020-09-28 dominichamon Include github workflows status in README 2020-09-21 jbakam Add support for JSON dumps of benchmark diff reports. (#1042). Fixes #737. 2020-09-12 vitaly Fixed pkg-config on other than Ubuntu GNU/Linux distributions. (#1043) 2020-09-11 AntoinePrv Bind benchmark builder to Python (#1040) 2020-09-10 dominichamon Add workflow to exercise bindings (#1041) 2020-09-10 AntoinePrv Bind more State methods/attributes to Python (#1037) 2020-09-09 dominichamon Create pylint.yml (#1039) 2020-09-03 yesudeep Revert previous linker additions for FreeBSD as the problem is Bazel using /usr/bin/clang instead of /usr/bin/clang++ to link C++ code. (#1035) 2020-08-28 yesudeep Adds -lm linker flag for FreeBSD/OpenBSD and uses github.com/bazelbuil… (#1032) 2020-08-27 jeremycong Fix Clang builds on Windows (#1021) 2020-08-25 christian_wassermann Add CartesianProduct with associated test (#1029) 2020-08-21 dominichamon Ctest support (#1025) 2020-08-19 adam.f.badura Update build instructions to better use CMake (#1017) 2020-08-18 dominichamon Remove "BENCHMARK_" prefix from env var version of command line flags (#997) 2020-08-18 dominichamon Create build-and-test.yml (#1013) 2020-07-30 dominichamon Add missing breaks for QNX cache counting (#1012) 2020-07-28 alexander.enaldiev JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008) 2020-07-09 cjfj Fix python extension import (#1000) 2020-07-09 cjfj Rename python bindings package to `google_benchmark`. (#999) 2020-06-30 skyewm Expose methods for custom main functions in Python. (#993) 2020-06-29 jottosmail Add requirements.txt for python dependencies (#994) 2020-06-25 jottosmail adds a "--no-color" flag to the compare.py script (#990) 2020-06-17 wrpaape timers: silence strncat truncation warning (#984) 2020-06-15 brian.wolfe timers: just make the buffers big enough 2020-06-15 brian.wolfe timers: use snprintf instead of sprintf 2020-06-15 brian.wolfe timers: silence format overflow warning 2020-06-15 wolfe.br use rfc3339-formatted timestamps in output [output format change] (#965) 2020-06-09 dominichamon Upgrade bazel from 0.10.1 to 3.2.0 (#976) 2020-06-08 cjfj Add some simple docs for installing the Python bindings from source. (#975) 2020-06-08 dma+github Add absl dependency as needed 2020-06-08 dma+github Ignore python bindings build artifacts 2020-06-05 dma+github move releasing doc to docs 2020-05-28 cjfj Expose `SkipWithError` in Python bindings. (#968) 2020-05-26 cclauss Drop unused mingw.py (#966) 2020-05-06 chris.jones Add Python bindings. (#957) 2020-04-23 kai.wolf Add missing <cerrno> header include - fixes Android build (#960) 2020-04-17 luismarques Fix formatting issues introduced by a77d5f7 (#959) 2020-04-14 kmoy Remove warnings for internal use of CSVReporter (#956) 2020-04-10 luis Fix cycleclock::Now for RISC-V and PPC (#955) 2020-04-06 dominichamon Fix type conversion warnings. (#951) 2020-03-30 koct9i Fix Travis-ci builds (#950) 2020-03-16 lebedev.ri Revert "Add d postfix to Debug libraries (#923)" 2020-02-25 dominichamon Update issue templates 2020-02-21 chfast Relax CHECK condition in benchmark_runner.cc (#938) 2020-02-18 NAThompson [docs] Use `benchmark::IterationCount` rather than `int64_t` in lambda to complexity (#940) 2020-02-07 bclayton Fix MSVC warning. (#935) 2020-01-31 alex_reinking Fix cxx03 standard selection, option override in CMake 3.13+. Fixes #933 (#934) 2020-01-30 dominic+github Disable pedantic warnings and errors until googletest/gmock is fixed 2020-01-14 jwillikers Alias CMake Targets. Fixes #921 (#926) 2020-01-05 szitar.gergo Add d postfix to Debug libraries (#923) 2019-12-15 tetsuok Fix typo in mutex.h (#917) Created with: roll-dep src/third_party/google_benchmark/src Bug: Change-Id: I396d793bc45042a40585123502520a08c86288b9 Tested: Built and ran crc32c_benchmarks in client with "checkout_google_benchmark": True. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453791 Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#814869}
Showing
Please register or sign in to comment