8000 Comparing v1.9.3...v1.9.4 · google/benchmark · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.9.3
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.9.4
Choose a head ref
  • 6 commits
  • 8 files changed
  • 7 contributors

Commits on May 9, 2025

  1. Update build instructions for Visual Studio (#1980)

    Andrewyuan34 authored May 9, 2025
    Configuration menu
    Copy the full SHA
    afd9c34 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. MaybeReenterWithoutASLR(): be more cautious about argument types (#…

    …1983)
    
    It seems, on android the argument is narrower than on linux.
    Let's try to support that while not introducing any explicit lossy casts.
    
    Fixes #1982
    LebedevRI authored May 12, 2025
    Configuration menu
    Copy the full SHA
    f921cfb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Fix MaybeReenterWithoutASLR() in docker (#1985)

    In some docker configurations the `personality()` function may return
    inconsistent results. Double check if the persona has been updated
    before reentering, otherwise we risk infinite loop.
    
    Fixes #1984.
    chfast authored May 16, 2025
    Configuration menu
    Copy the full SHA
    4995099 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. fix: enable running in WebAssembly without filesystem (#1956)

    Co-authored-by: dominic <510002+dmah42@users.noreply.github.com>
    XueSongTap and dmah42 authored May 19, 2025
    Configuration menu
    Copy the full SHA
    3231850 View commit details
    Browse the repository at this point in the history
  2. wheels: Build Linux ARM wheels natively on ARM runners (#1969)

    * actions: Update Linux Docker Bazel install script to version 8.2.0
    
    Bazel 8.2.0 was released on April 14, earlier this week.
    
    * wheels: Build all wheels on native runner platforms
    
    Since Ubuntu on ARM  runners are now available, we can build wheels directly
    on the host machines instead of going the slow way of QEMU virtualization.
    
    ---------
    
    Co-authored-by: dominic <510002+dmah42@users.noreply.github.com>
    nicholasjng and dmah42 authored May 19, 2025
    Configuration menu
    Copy the full SHA
    64151f3 View commit details
    Browse the repository at this point in the history
  3. bump to v1.9.4

    dmah42 committed May 19, 2025
    Configura 5266 tion menu
    Copy the full SHA
    eddb024 View commit details
    Browse the repository at this point in the history
Loading
0