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: wiz
Date: Sun Aug 15 13:29:06 UTC 2021
Modified Files:
pkgsrc/benchmarks/google-benchmark: Makefile distinfo
Log Message:
google-benchmark: update to 1.5.6.
features
helper methods to create integer lists (#1179)
default of --benchmark_filter is now rather than "." (#1207)
fixes
type warning (#1193)
returning a reference when callers want pointers (65dc63b)
cleanup
remove dead code from PredictNumItersNeeded (#1206)
fix clang-tidy warnings (#1195) and typos (#1194)
prefix macros (#1186) and flags (#1187, #1185) to avoid name clashes
downgrade warnings for googletest (twice) (#1203, 560b0834, ee726a7)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/benchmarks/google-benchmark/Makefile:1.13
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.12 Mon Jun 28 08:10:58 2021
+++ pkgsrc/benchmarks/google-benchmark/Makefile Sun Aug 15 13:29:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/06/28 08:10:58 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2021/08/15 13:29:05 wiz Exp $
-DISTNAME= benchmark-1.5.5
+DISTNAME= benchmark-1.5.6
PKGNAME= google-${DISTNAME}
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
@@ -17,10 +17,9 @@ USE_LANGUAGES= c c++
CMAKE_ARGS+= -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
-# as of 1.5.5
-# 95% tests passed, 3 tests failed out of 61
+# as of 1.5.6
+# 97% tests passed, 2 tests failed out of 61
# The following tests FAILED:
-# 50 - reporter_output_test (Subprocess aborted)
# 52 - user_counters_test (Subprocess aborted)
# 57 - user_counters_tabular_test (Subprocess aborted)
TEST_TARGET= test
Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.11 pkgsrc/benchmarks/google-benchmark/distinfo:1.12
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.11 Mon Jun 28 08:10:58 2021
+++ pkgsrc/benchmarks/google-benchmark/distinfo Sun Aug 15 13:29:05 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/06/28 08:10:58 wiz Exp $
+$NetBSD: distinfo,v 1.12 2021/08/15 13:29:05 wiz Exp $
-SHA1 (benchmark-1.5.5.tar.gz) = 5d9957a347f9abd3a491596cb5e40078cee0ec01
-RMD160 (benchmark-1.5.5.tar.gz) = 8f0ab78a4f4236acb531380d3eb32a90d5da8f75
-SHA512 (benchmark-1.5.5.tar.gz) = 91a2cdf0245625c657b9bb8d76c7d616a99eaed333e42b34ceff4e996b8fa6027b1c7313a815e7b441d2f6e2e1244c139a0911d585bf0d2e767ac3cea23a67d1
-Size (benchmark-1.5.5.tar.gz) = 176710 bytes
+SHA1 (benchmark-1.5.6.tar.gz) = a422b68ba08efae12c80aa561fcfe310896baaf6
+RMD160 (benchmark-1.5.6.tar.gz) = 4eb47421aa2d5b59eabe5645319b9755bf1bffc4
+SHA512 (benchmark-1.5.6.tar.gz) = b3c1fd4407d660456ae51abd7c427460a2c7b029ab6344e21bb61d3ec84e3b60638b7a719655aa04fb9ca639b6371e553e9de18539aca8dd38c361b4c6522538
+Size (benchmark-1.5.6.tar.gz) = 177911 bytes
Home |
Main Index |
Thread Index |
Old Index