Path to this page:
Subject: CVS commit: pkgsrc/benchmarks/google-benchmark
From: Adam Ciarcinski
Date: 2025-03-31 18:48:30
Message id: 20250331164830.B1B33FBE1@cvs.NetBSD.org
Log Message:
google-benchmark: updated to 1.9.2
1.9.2
Add artifact name to download before wheel PyPI upload
Remove if statement from wheel upload job
Fix malformed clang invocation in build_ext.run
Remove wheel merge job, merge artifacts on download
Change SDK version check
[bazel] Remove selects on CPU
cycleclock: Support for PA-RISC (hppa) architecture
fix: remove clang-cl compilation warning
README.md: fix build instructions
cycleclock: Use clock_gettime() as fallback for any Linux architecture
Fix runtime crash when parsing /proc/cpuinfo fails
Get number of CPUs with sysconf() on Linux
Update nanobind-bazel to v2.4.0
ci: Update pre-commit hooks
Lint Python: Add more ruff rules
GitHub Actions: build-and-test on an ARM processor
ruff rule E501: Fix long lines in Python code
[BUG] Fix ProfilerManager number of iterations
Update error message now that /proc/cpuinfo is no longer in use
add back /proc/cpuinfo as a fallback for some platforms
change pacboy compiler target for windows builds
Retrieve the number of online CPUs on OpenBSD and NetBSD
Replace usage of deprecated sysctl on macOS
Try to use the _SC_NPROCESSORS_ONLN sysconf elsewhere
fix sanitizer cmake builds
Remove /proc/cpuinfo fallback path
Build libpfm with rules_cc
remove cxx03 test, fully unblocking c++1X development
run clang-tidy using a common config and reduced set of tests
benchmark declarations can and should be const (clang-tidy)
[clang-tidy] use unique_ptr for benchmark registration
[clang-tidy] fix warning about decaying array to pointer
[clang-tidy] fix missing braces
[clang-tidy] autofix cppcoreguidelines
[clang-tidy] autofix readability issues
dx: Update pre-commit repos, change imports of Python / CC rules
deps: Update nanobind_bazel to v2.5.0
use smart pointers
[clang-tidy] resolve some global clang-tidy issues
Fix build errors on QuRT (Hexagon)
change setup and teardown callback type
Install FindPFM.cmake for bencmarkConfig.cmake
fix memory manager result bug
Compilation example was wrong. Fixed standard
CI: unbreak MSan job
update version of gtest to v1.15.2 (latest) and also the cmake config
Finish cxx version bump
Files: