Skip to content

google-benchmark 1.9.2#216507

Merged
BrewTestBot merged 2 commits intomasterfrom
bump-google-benchmark-1.9.2
Mar 25, 2025
Merged

google-benchmark 1.9.2#216507
BrewTestBot merged 2 commits intomasterfrom
bump-google-benchmark-1.9.2

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## What's Changed
* Add artifact name to download before wheel PyPI upload by @nicholasjng in https://github.com/google/benchmark/pull/1882
* Remove if statement from wheel upload job by @nicholasjng in https://github.com/google/benchmark/pull/1883
* Fix malformed clang invocation in build_ext.run by @nicholasjng in https://github.com/google/benchmark/pull/1884
* Remove wheel merge job, merge artifacts on download by @nicholasjng in https://github.com/google/benchmark/pull/1886
* Change SDK version check by @DKLoehr in https://github.com/google/benchmark/pull/1887
* [bazel] Remove selects on CPU by @keith in https://github.com/google/benchmark/pull/1892
* cycleclock: Support for PA-RISC (hppa) architecture by @hdeller in https://github.com/google/benchmark/pull/1894
* fix: remove clang-cl compilation warning by @theComputeKid in https://github.com/google/benchmark/pull/1895
* README.md: fix build instructions by @0dminnimda in https://github.com/google/benchmark/pull/1880
* cycleclock: Use clock_gettime() as fallback for any Linux architecture by @hdeller in https://github.com/google/benchmark/pull/1899
* Fix runtime crash when parsing /proc/cpuinfo fails by @hdeller in https://github.com/google/benchmark/pull/1900
* Get number of CPUs with sysconf() on Linux by @hdeller in https://github.com/google/benchmark/pull/1901
* Update nanobind-bazel to v2.4.0 by @nicholasjng in https://github.com/google/benchmark/pull/1904
* ci: Update pre-commit hooks by @nicholasjng in https://github.com/google/benchmark/pull/1905
* Lint Python: Add more ruff rules by @cclauss in https://github.com/google/benchmark/pull/1909
* GitHub Actions: build-and-test on an ARM processor by @cclauss in https://github.com/google/benchmark/pull/1911
* ruff rule E501: Fix long lines in Python code by @cclauss in https://github.com/google/benchmark/pull/1910
* [BUG] Fix ProfilerManager number of iterations #1913 by @xdje42 in https://github.com/google/benchmark/pull/1914
* Update error message now that /proc/cpuinfo is no longer in use by @brad0 in https://github.com/google/benchmark/pull/1917
* add back /proc/cpuinfo as a fallback for some platforms by @dmah42 in https://github.com/google/benchmark/pull/1918
* change pacboy compiler target for windows builds by @dmah42 in https://github.com/google/benchmark/pull/1915
* Retrieve the number of online CPUs on OpenBSD and NetBSD by @brad0 in https://github.com/google/benchmark/pull/1916
* Replace usage of deprecated sysctl on macOS by @brad0 in https://github.com/google/benchmark/pull/1919
* Try to use the _SC_NPROCESSORS_ONLN sysconf elsewhere by @brad0 in https://github.com/google/benchmark/pull/1920
* fix sanitizer cmake builds by @dmah42 in https://github.com/google/benchmark/pull/1906
* Remove /proc/cpuinfo fallback path by @brad0 in https://github.com/google/benchmark/pull/1921
* Build `libpfm` with `rules_cc` by @UebelAndre in https://github.com/google/benchmark/pull/1922
* remove cxx03 test, fully unblocking c++1X development by @dmah42 in https://github.com/google/benchmark/pull/1903
* run clang-tidy using a common config and reduced set of tests by @dmah42 in https://github.com/google/benchmark/pull/1923
* benchmark declarations can and should be const (clang-tidy) by @dmah42 in https://github.com/google/benchmark/pull/1924
* [clang-tidy] use unique_ptr for benchmark registration by @dmah42 in https://github.com/google/benchmark/pull/1927
* [clang-tidy] fix warning about decaying array to pointer by @dmah42 in https://github.com/google/benchmark/pull/1926
* [clang-tidy] fix missing braces by @dmah42 in https://github.com/google/benchmark/pull/1928
* [clang-tidy] autofix cppcoreguidelines by @dmah42 in https://github.com/google/benchmark/pull/1932
* [clang-tidy] autofix readability issues by @dmah42 in https://github.com/google/benchmark/pull/1931
* dx: Update pre-commit repos, change imports of Python / CC rules by @nicholasjng in https://github.com/google/benchmark/pull/1937
* deps: Update nanobind_bazel to v2.5.0 by @nicholasjng in https://github.com/google/benchmark/pull/1936
* use smart pointers by @dmah42 in https://github.com/google/benchmark/pull/1935
* [clang-tidy] resolve some global clang-tidy issues by @dmah42 in https://github.com/google/benchmark/pull/1933
* Fix build errors on QuRT (Hexagon) by @dsharlet in https://github.com/google/benchmark/pull/1938
* change setup and teardown callback type by @EfesX in https://github.com/google/benchmark/pull/1934
* Install FindPFM.cmake for bencmarkConfig.cmake by @parona-source in https://github.com/google/benchmark/pull/1942
* fix memory manager result bug by @EfesX in https://github.com/google/benchmark/pull/1941
* Compilation example was wrong. Fixed standard by @maxvdec in https://github.com/google/benchmark/pull/1945
* CI: unbreak MSan job by @LebedevRI in https://github.com/google/benchmark/pull/1946
* update version of gtest to v1.15.2 (latest) and also the cmake config by @imrichardcole in https://github.com/google/benchmark/pull/1864
* Finish cxx version bump by @LebedevRI in https://github.com/google/benchmark/pull/1948

New Contributors

Full Changelog: google/benchmark@v1.9.1...v1.9.2

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Mar 25, 2025
@daeho-ro daeho-ro force-pushed the bump-google-benchmark-1.9.2 branch from 82a9013 to 051ae94 Compare March 25, 2025 15:42
@daeho-ro
Copy link
Member

From readme file,

The library can be used with C++11. However, it requires C++17 to build,

@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Mar 25, 2025
@BrewTestBot BrewTestBot enabled auto-merge March 25, 2025 16:50
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 25, 2025
Merged via the queue into master with commit ccf7c68 Mar 25, 2025
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-google-benchmark-1.9.2 branch March 25, 2025 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants