Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/benchmark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: google/benchmark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.1
Choose a head ref
  • 12 commits
  • 21 files changed
  • 10 contributors

Commits on May 10, 2023

  1. Disable debug-only test in release builds to avoid expected failures. (

    …#1595)
    
    Co-authored-by: Andy Christiansen <[email protected]>
    macandy13 and Andy Christiansen authored May 10, 2023
    Configuration menu
    Copy the full SHA
    318dd44 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Fix code triggering -Wsign-conversion (#1596)

    * Fix code triggering -Wsign-conversion
    
    * more test
    oontvoo authored May 11, 2023
    Configuration menu
    Copy the full SHA
    fec7732 View commit details
    Browse the repository at this point in the history
  2. Update Python version to PY3, as indicated by the actual source file. (

    …#1598)
    
    Co-authored-by: Andy Christiansen <[email protected]>
    macandy13 and Andy Christiansen authored May 11, 2023
    Configuration menu
    Copy the full SHA
    bb9aafa View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    4b13b3d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Add project name to version message

    Inspired by paulcaprioli
    dmah42 committed May 30, 2023
    1 Configuration menu
    Copy the full SHA
    604f6fd View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Fix pass rvalue to DoNotOptimize (#1608)

    * Fix pass rvalue to DoNotOptimize #1584
    
    * Add test
    bgaifullin authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    df9a99d View commit details
    Browse the repository at this point in the history
  2. Fix a typo in regex choice (#1610)

    BENCHMARK_HAVE_STD_REGEX is not used but HAVE_STD_REGEX like the other two choices, i.e. HAVE_GNU_POSIX_REGEX and HAVE_POSIX_REGEX.
    
    Co-authored-by: dominic <[email protected]>
    Chilledheart and dmah42 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b323288 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. remove old-style (C-style) casts (#1614)

    Remove old-style (C-style) casts
    
    This is required by the Google C++ style guide:
    https://google.github.io/styleguide/cppguide.html#Casting
    garymm authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1d25c2e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Add support for bzlmod (excluding Python bindings) (#1615)

    * Migrate to bzlmod
    
    * Update Python version to PY3, as indicated by the actual source file.
    
    * Migrate more libraries & first draft of direct pywheel rule usage in Bazel
    
    * Integrate with nanobind and libpfm
    
    * Make Python toolchain a dev dependency
    
    * Undo py_wheel usage until later
    
    * Added support for bzlmod for C++ parts of google_benchmark.
    
    * Make //tools:all buildable with --enable_bzlmod
    
    ---------
    
    Co-authored-by: Andy Christiansen <[email protected]>
    macandy13 and Andy Christiansen authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    aacf2b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Add a CI test for the new bzlmod integration (#1617)

    * Test bzlmod build workflow for Bazel
    
    
    ---------
    
    Co-authored-by: Andy Christiansen <[email protected]>
    macandy13 and Andy Christiansen authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    fed7337 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb0d3d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    daa12bc View commit details
    Browse the repository at this point in the history
Loading