pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/google-benchmark
Module Name: pkgsrc
Committed By: adam
Date: Wed Dec 4 11:23:46 UTC 2024
Modified Files:
pkgsrc/benchmarks/google-benchmark: Makefile distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/benchmarks/google-benchmark/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/google-benchmark/Makefile
diff -u pkgsrc/benchmarks/google-benchmark/Makefile:1.28 pkgsrc/benchmarks/google-benchmark/Makefile:1.29
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.28 Sun Aug 25 06:18:26 2024
+++ pkgsrc/benchmarks/google-benchmark/Makefile Wed Dec 4 11:23:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/08/25 06:18:26 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2024/12/04 11:23:46 adam Exp $
-DISTNAME= benchmark-1.9.0
+DISTNAME= benchmark-1.9.1
PKGNAME= google-${DISTNAME}
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.27 pkgsrc/benchmarks/google-benchmark/distinfo:1.28
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.27 Mon Aug 19 22:03:38 2024
+++ pkgsrc/benchmarks/google-benchmark/distinfo Wed Dec 4 11:23:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/08/19 22:03:38 wiz Exp $
+$NetBSD: distinfo,v 1.28 2024/12/04 11:23:46 adam Exp $
-BLAKE2s (benchmark-1.9.0.tar.gz) = 7db74edde853e055f081767e6bcd2becf7103f66b2514bdf8853eeba105c2b7b
-SHA512 (benchmark-1.9.0.tar.gz) = 0e91e0e5a2222d7650fd8bd9cafb2f0e7c1689cd1b87b2cc529c738db12bfef31162aa5a4da78f7b0aa7f0101dc08b626802c58d39862458f82f9fea9316ca25
-Size (benchmark-1.9.0.tar.gz) = 253961 bytes
+BLAKE2s (benchmark-1.9.1.tar.gz) = b9b23592e286b53acf3058c5c0104b96333206d36ecebc423768a0785ff01b3a
+SHA512 (benchmark-1.9.1.tar.gz) = fc787d3d60a55abb3edaa575bf947c72e1ad1404a35bfddf585299411bcd04d32503bba563f9a36dccf128fce6261b97d460d6c293ed2c2d0807cf0154c86aa7
+Size (benchmark-1.9.1.tar.gz) = 255148 bytes
Home |
Main Index |
Thread Index |
Old Index