wangmy 86b58eb819 googlebenchmark: upgrade 1.6.1 -> 1.7.0
Changelog from 1.6.1 to 1.7.0:
==========
  Stop generating the export header and just check it in
  use target_compile_definitions
  simplified code
  Add docs for ThreadRange.
  Add docs on Memory profiling (#1217).
  Suppress GoogleTest warnings on windows (MSVC) too.
  Expand documentation for unpacking arbitrary arguments.
  Refine docs on changing cpufreq governor
  Refine the User Guide CPU Frequency Scaling section
  Fix some errors in Custom Statistics document demo code.
  Cache PerfCounters instance in PerfCountersMeasurement
  Fix cross compilation for macOS ARM builds in cibuildwheel
  bump numby, as per dependabot
  Use Win32 API only for Win32 apps
  Add mutex when reading counters_ (Fixes #1335)
  Avoid potential truncation issues for the integral type parameterized tests.
  Expose default display reporter creation in public API
  explicitly export public symbols
  Check for macro existence before using
  simplify reference to internal path
  Introduce the possibility to customize the help printer function
  move bzl file out of tools
  resolve case sensitivity issues with WORKSPACE and workspace
  Make generate_export_header.bzl work for Windows.
  @platforms is magical; remove it from WORKSPACE.
  restore BENCHMARK_MAIN()
  Allow setting the default time unit globally
  Add long description and content type for proper PyPI presentation
  Add SetBenchmarkFilter() to set --benchmark_filter flag value in user code
  Add PyPI upload job to wheel building workflow
  Fix float comparaison and add float comparison warning
  Add BENCHMARK_STATIC_DEFINE to the Python bindings' cc_binary local…
  Remove conditional trigger from PyPI upload job
  Change artifact download name to dist to match upload name
  Build //:benchmark as a static library only.
  Fix Bazel build breakage caused by commit 6a894bd.
  [nfc] Reformat doc-string in generate_export_header
  Updates for inclusive language
  getting sysinfo in line with Google style
  Small optimization to counter map management
  Shut down Bazel gracefully and revert wheel build strategy to job matrix
  Fix wheel job name for PyPI uploads
  Filter out benchmarks that start with "DISABLED_"
  Add benchmark labels to the output of the comparison tool
  Enable -Wconversion
  Add installation and build instructions for Python bindings
  fix some typos
  Add option to get the verbosity provided by commandline flag -v (#1330)
  Add support to get clock for new architecture CSKY
  Introduce warmup phase to BenchmarkRunner (#1130)
  Report large numbers in scientific notation in console reporter (#1303)
  add multiple OSes to bazel workflow
  Add possibility to ask for libbenchmark version number (#1004)
  Fix DoNotOptimize() GCC copy overhead (#1340)
  Clarify that the cpu frequency is not used for benchmark timings.
  Revert "Add possibility to ask for libbenchmark version number (#1004)"
  Remove redundant formatting tags
  Fix DoNotOptimize() GCC compile error with some types (#1340)
  Expose default help printer function
  fix sanitizer builds by using clang 13
  Suppress nvcc offsetof warning
  Expose google_benchmark.State for python bindings.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-26 20:54:55 -04:00
..