[all-commits] [llvm/llvm-project] 5208ec: [libc++] Update Google benchmark to v 1.5.5
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jul 12 10:59:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5208ec5c66dc610a6cf4af999bb9211b945e1b33
https://github.com/llvm/llvm-project/commit/5208ec5c66dc610a6cf4af999bb9211b945e1b33
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-07-12 (Mon, 12 Jul 2021)
Changed paths:
M libcxx/utils/google-benchmark/.clang-format
A libcxx/utils/google-benchmark/.github/.libcxx-setup.sh
A libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/bug_report.md
A libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/feature_request.md
A libcxx/utils/google-benchmark/.github/workflows/bazel.yml
A libcxx/utils/google-benchmark/.github/workflows/build-and-test-perfcounters.yml
A libcxx/utils/google-benchmark/.github/workflows/build-and-test.yml
A libcxx/utils/google-benchmark/.github/workflows/pylint.yml
A libcxx/utils/google-benchmark/.github/workflows/sanitizer.yml
A libcxx/utils/google-benchmark/.github/workflows/test_bindings.yml
M libcxx/utils/google-benchmark/.gitignore
R libcxx/utils/google-benchmark/.travis-libcxx-setup.sh
M libcxx/utils/google-benchmark/.travis.yml
M libcxx/utils/google-benchmark/AUTHORS
A libcxx/utils/google-benchmark/BUILD.bazel
M libcxx/utils/google-benchmark/CMakeLists.txt
M libcxx/utils/google-benchmark/CONTRIBUTORS
R libcxx/utils/google-benchmark/README.LLVM
M libcxx/utils/google-benchmark/README.md
M libcxx/utils/google-benchmark/WORKSPACE
A libcxx/utils/google-benchmark/_config.yml
M libcxx/utils/google-benchmark/appveyor.yml
A libcxx/utils/google-benchmark/bindings/python/BUILD
A libcxx/utils/google-benchmark/bindings/python/build_defs.bzl
A libcxx/utils/google-benchmark/bindings/python/google_benchmark/BUILD
A libcxx/utils/google-benchmark/bindings/python/google_benchmark/__init__.py
A libcxx/utils/google-benchmark/bindings/python/google_benchmark/benchmark.cc
A libcxx/utils/google-benchmark/bindings/python/google_benchmark/example.py
A libcxx/utils/google-benchmark/bindings/python/pybind11.BUILD
A libcxx/utils/google-benchmark/bindings/python/python_headers.BUILD
A libcxx/utils/google-benchmark/bindings/python/requirements.txt
M libcxx/utils/google-benchmark/cmake/AddCXXCompilerFlag.cmake
M libcxx/utils/google-benchmark/cmake/CXXFeatureCheck.cmake
M libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake
A libcxx/utils/google-benchmark/cmake/GoogleTest.cmake
A libcxx/utils/google-benchmark/cmake/GoogleTest.cmake.in
R libcxx/utils/google-benchmark/cmake/HandleGTest.cmake
M libcxx/utils/google-benchmark/cmake/benchmark.pc.in
M libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp
M libcxx/utils/google-benchmark/cmake/posix_regex.cpp
M libcxx/utils/google-benchmark/cmake/std_regex.cpp
A libcxx/utils/google-benchmark/dependencies.md
M libcxx/utils/google-benchmark/docs/AssemblyTests.md
A libcxx/utils/google-benchmark/docs/_config.yml
A libcxx/utils/google-benchmark/docs/perf_counters.md
A libcxx/utils/google-benchmark/docs/random_interleaving.md
A libcxx/utils/google-benchmark/docs/releasing.md
M libcxx/utils/google-benchmark/docs/tools.md
M libcxx/utils/google-benchmark/include/benchmark/benchmark.h
R libcxx/utils/google-benchmark/mingw.py
R libcxx/utils/google-benchmark/releasing.md
A libcxx/utils/google-benchmark/requirements.txt
A libcxx/utils/google-benchmark/setup.py
M libcxx/utils/google-benchmark/src/CMakeLists.txt
M libcxx/utils/google-benchmark/src/benchmark.cc
M libcxx/utils/google-benchmark/src/benchmark_api_internal.cc
M libcxx/utils/google-benchmark/src/benchmark_api_internal.h
A libcxx/utils/google-benchmark/src/benchmark_name.cc
M libcxx/utils/google-benchmark/src/benchmark_register.cc
M libcxx/utils/google-benchmark/src/benchmark_register.h
M libcxx/utils/google-benchmark/src/benchmark_runner.cc
M libcxx/utils/google-benchmark/src/benchmark_runner.h
M libcxx/utils/google-benchmark/src/commandlineflags.cc
M libcxx/utils/google-benchmark/src/commandlineflags.h
M libcxx/utils/google-benchmark/src/complexity.cc
M libcxx/utils/google-benchmark/src/console_reporter.cc
M libcxx/utils/google-benchmark/src/counter.cc
M libcxx/utils/google-benchmark/src/counter.h
M libcxx/utils/google-benchmark/src/csv_reporter.cc
M libcxx/utils/google-benchmark/src/cycleclock.h
M libcxx/utils/google-benchmark/src/internal_macros.h
M libcxx/utils/google-benchmark/src/json_reporter.cc
M libcxx/utils/google-benchmark/src/mutex.h
A libcxx/utils/google-benchmark/src/perf_counters.cc
A libcxx/utils/google-benchmark/src/perf_counters.h
M libcxx/utils/google-benchmark/src/reporter.cc
M libcxx/utils/google-benchmark/src/sleep.cc
M libcxx/utils/google-benchmark/src/statistics.cc
M libcxx/utils/google-benchmark/src/string_util.cc
M libcxx/utils/google-benchmark/src/string_util.h
M libcxx/utils/google-benchmark/src/sysinfo.cc
M libcxx/utils/google-benchmark/src/thread_manager.h
M libcxx/utils/google-benchmark/src/thread_timer.h
M libcxx/utils/google-benchmark/src/timers.cc
M libcxx/utils/google-benchmark/test/AssemblyTests.cmake
A libcxx/utils/google-benchmark/test/BUILD
M libcxx/utils/google-benchmark/test/CMakeLists.txt
A libcxx/utils/google-benchmark/test/args_product_test.cc
M libcxx/utils/google-benchmark/test/basic_test.cc
M libcxx/utils/google-benchmark/test/benchmark_gtest.cc
A libcxx/utils/google-benchmark/test/benchmark_name_gtest.cc
A libcxx/utils/google-benchmark/test/benchmark_random_interleaving_gtest.cc
A libcxx/utils/google-benchmark/test/commandlineflags_gtest.cc
M libcxx/utils/google-benchmark/test/complexity_test.cc
M libcxx/utils/google-benchmark/test/cxx03_test.cc
M libcxx/utils/google-benchmark/test/filter_test.cc
M libcxx/utils/google-benchmark/test/fixture_test.cc
A libcxx/utils/google-benchmark/test/internal_threading_test.cc
M libcxx/utils/google-benchmark/test/map_test.cc
M libcxx/utils/google-benchmark/test/memory_manager_test.cc
M libcxx/utils/google-benchmark/test/multiple_ranges_test.cc
M libcxx/utils/google-benchmark/test/options_test.cc
M libcxx/utils/google-benchmark/test/output_test.h
M libcxx/utils/google-benchmark/test/output_test_helper.cc
A libcxx/utils/google-benchmark/test/perf_counters_gtest.cc
A libcxx/utils/google-benchmark/test/perf_counters_test.cc
M libcxx/utils/google-benchmark/test/register_benchmark_test.cc
A libcxx/utils/google-benchmark/test/repetitions_test.cc
M libcxx/utils/google-benchmark/test/reporter_output_test.cc
M libcxx/utils/google-benchmark/test/skip_with_error_test.cc
M libcxx/utils/google-benchmark/test/state_assembly_test.cc
M libcxx/utils/google-benchmark/test/statistics_gtest.cc
M libcxx/utils/google-benchmark/test/string_util_gtest.cc
M libcxx/utils/google-benchmark/test/user_counters_tabular_test.cc
M libcxx/utils/google-benchmark/test/user_counters_test.cc
M libcxx/utils/google-benchmark/test/user_counters_thousands_test.cc
A libcxx/utils/google-benchmark/tools/BUILD.bazel
M libcxx/utils/google-benchmark/tools/compare.py
M libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run1.json
M libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json
A libcxx/utils/google-benchmark/tools/gbench/Inputs/test4_run.json
M libcxx/utils/google-benchmark/tools/gbench/report.py
M libcxx/utils/google-benchmark/tools/gbench/util.py
A libcxx/utils/google-benchmark/tools/requirements.txt
Log Message:
-----------
[libc++] Update Google benchmark to v 1.5.5
More information about the All-commits
mailing list