Path to this page:
Subject: CVS commit: pkgsrc/benchmarks/google-benchmark
From: Adam Ciarcinski
Date: 2024-12-04 12:23:46
Message id: 20241204112346.E4A7EFC1C@cvs.NetBSD.org
Log Message:
google-benchmark: updated to 1.9.1
1.9.1
Fix Python manual timing example
Align benchmark::State to a cacheline.
Fix C4459: Rename a function parameter profiler_manager to avoid hiding the \
global declaration.
Bump oldest supported Python to 3.10, eliminate setuptools-scm
enable the /MP MSVC compiler argument for parallel compilation
Added the functionality for a dry run benchmark called through the cli argument \
--benchmark_dry_run.
Version string correction in pkg-config files
Add enum value from newest Windows SDK
Fix spurious warning 'misc-use-anonymous-namespace'
Update user_guide.md
upgrade bazel mods. requires c++14 for tests
Update nanobind_bazel to v2.2.0
bump googletest version to match bazel
Verify RegisterProfilerManager doesn't overwrite an existing registration
ensure background color is preserved
Add nb::is_flag() annotation to Counter::Flags
Add a Python matrix to ensure the bindings build on all supported versions
Declare a Python 3.13 toolchain, revert setup.py toolchain target seleā¦
update standard to C++17 per C++ build support
Improve examples on ComputeStatistics
Files: