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 May  7 09:51:01 UTC 2023

Modified Files:
        pkgsrc/benchmarks/google-benchmark: Makefile distinfo

Log Message:
google-benchmark: update to 1.8.0.

v1.8.0

    Removed deprecated function by @oontvoo in #1506
    Return option benchmark_perf_counters to help output by @MaximSmolskiy in #1508
    Fixes incorrect wide string conversion on win32 by @JessyDL in #1516
    Try removing attempt to set the C++ standard by @dmah42 in #1464
    Add a benchmark_deps.bzl function to Google Benchmark by @nicholasjng in #1520
    Bug fix variable 'actual_iterations' set but not used by @yuryf-google in #1517
    Fix Clang-Tidy warnings related to modernize-use-override by @SunBlack in #1523
    Fix typos found by codespell by @SunBlack in #1519
    Include the benchmark's family-name in State by @oontvoo in #1511
    Fix Clang-Tidy warnings readability-else-after-return by @SunBlack in #1528
    [doc]Add quick instructions on how to enable sans checks by @oontvoo in #1529
    Modernize setup.py, extend Python bindings CI by @nicholasjng in #1535
    Switch bindings implementation to nanobind by @nicholasjng in #1526
    try disabling liquid for jekyll to fix curly braces by @dmah42 in #1536
    remove best effort support for ubuntu 18.04 by @dmah42 in #1537
    Deprecate constant reference API to DoNotOptimize. by @ckennelly in #1493
    Fixing issue with ARM64EC and MSVC by @jbr-smtg in #1514
    fix #1446 by removing the address operator by @dmah42 in #1538
    Support --benchmarks_filter in the compare.py 'benchmarks' command by @matta in #1486
    Allow specifying number of iterations via --benchmark_min_time. by @oontvoo in #1525
    Refactor links which include "master" and change it to "main" by @hamptonm1 in #1540
    replace complexity with simplicity for faster libc++ setup by @dmah42 in #1539
    update github actions to latest versions by @dmah42 in #1541
    Removing warnings appearing with C++20 / CLang 15 by @yuryf-google in #1542
    Add missing parentheses in ParseBenchMinTime() by @JonathonReinhart in #1545
    Werror all the time by @dmah42 in #1546
    cleanup: support CMake >= 3.10 by @coryan in #1544
    Fix CPU frequency estimation on riscv by @dtcxzyw in #1549
    add compiler to build-and-test and create min-cmake CI bot by @dmah42 in #1550
    Implement unlimited number of performance counters by @HFTrader in #1552
    Filter performance counter names, not invalidate all by @HFTrader in #1554
    get rid of DoNotOptimize warnings in tests by @dmah42 in #1562
    Refactoring of PerfCounters infrastructure by @HFTrader in #1559
    Bump nanobind to stable v0.2.0, change linker options by @nicholasjng in #1565
    Fix examples in user guide using deprecated DoNotOptimize-API by @mjacobse in #1568
    Fix build break with nvc++ when -Werror is ON by @HFTrader in #1569
    [FR] state.SkipWithMessage #963 by @gatorfax in #1564
    use std::string for skip messages by @dmah42 in #1571
    [FR] Provide public accessors to benchmark name and arguments #1551 by @gatorfax in #1563
    Address warnings on NVIDIA nvc++ by @HFTrader in #1573
    add '@' to correctly reference build file for libpfm by @dmah42 in #1575
    Convert uses of const char* to std::string by @dmah42 in #1567
    link to benchmark directly for tests that aren't link_main_test by @dmah42 in #1576
    Fix compile warnings about ignoring a [[nodiscard]] type. by @pkasting in #1577
    Correct libpfm dep for integrators. by @shiqing117 in #1579
    Guard NOMINMAX to prevent redefinition error (#1581) by @dushko in #1582
    reenable msan sanitizer workflow by @dmah42 in #1589


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.20 -r1.21 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.19 pkgsrc/benchmarks/google-benchmark/Makefile:1.20
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.19    Tue Jan 24 18:36:21 2023
+++ pkgsrc/benchmarks/google-benchmark/Makefile Sun May  7 09:51:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/01/24 18:36:21 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/05/07 09:51:01 wiz Exp $
 
-DISTNAME=      benchmark-1.7.1
+DISTNAME=      benchmark-1.8.0
 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.20 pkgsrc/benchmarks/google-benchmark/distinfo:1.21
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.20    Sat Nov 26 17:53:02 2022
+++ pkgsrc/benchmarks/google-benchmark/distinfo Sun May  7 09:51:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/11/26 17:53:02 adam Exp $
+$NetBSD: distinfo,v 1.21 2023/05/07 09:51:01 wiz Exp $
 
-BLAKE2s (benchmark-1.7.1.tar.gz) = 4bba1c9a60763ec248ed489cd05c18a7f6ce801a3b9f801e5ffbb73e5a03e467
-SHA512 (benchmark-1.7.1.tar.gz) = 396af1c1d3eaa2b78c6d23b1472f6088db85a294056ae1c2366dc5c0becdc8f141ba8fc3a235033324ab0a41c2298f5d242ef09b9b6f69d9877de6bcb2062efd
-Size (benchmark-1.7.1.tar.gz) = 196575 bytes
+BLAKE2s (benchmark-1.8.0.tar.gz) = f8a5618d9c081d45c9f9caec441ff87f8f9814eefdc3bcf3605a91f5c3ca50f0
+SHA512 (benchmark-1.8.0.tar.gz) = ae8df163ca1319752a03497a259800dc33c71164e7def2feeadcf18d018c64eaf846ea2a562183e3d3cde0af58291de0b091ec6d9c025076f469c403b2ab0d51
+Size (benchmark-1.8.0.tar.gz) = 204701 bytes



Home | Main Index | Thread Index | Old Index