googletest: update to 1.12.1.

1.12.1

C++ Language Support

    This will be the last release to support C++11. Future releases will require at least C++14.

Mocking

    Support for move-only values to Return (5126f71)

Matchers

    New matchers
        WhenBase64Unescaped (652ec31)
    ResultOf() now has a 3-arg overload that takes a description string for better error messages (0e40217)

Build & Test

    CMake minimum increased to 3.5
    Bazel users that build GoogleTest using the Abseil library as a dependency now also require a dependency on RE2 (e33c2b2)
    Bazel users that build GoogleTest using the Abseil library now use the Abseil library to parse all command-line flags (25dcdc7)

Patches

58d77fa - Fixes the version number in CMakeLists.txt (#3911)
This commit is contained in:
wiz 2022-07-03 13:36:45 +00:00
parent ba7fd55cad
commit aa222f8cc9
3 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.20 2021/06/28 09:07:53 wiz Exp $
# $NetBSD: Makefile,v 1.21 2022/07/03 13:36:45 wiz Exp $
DISTNAME= googletest-1.11.0
DISTNAME= googletest-1.12.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
GITHUB_TAG= release-${PKGVERSION_NOREV}
@ -13,7 +13,7 @@ LICENSE= modified-bsd
INSTALLATION_DIRS= bin
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_LANGUAGES= c c++11
# cc1plus: error: unrecognized command line option "-std=c++11"
GCC_REQD+= 4.8

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2021/06/28 09:07:53 wiz Exp $
@comment $NetBSD: PLIST,v 1.9 2022/07/03 13:36:45 wiz Exp $
include/gmock/gmock-actions.h
include/gmock/gmock-cardinalities.h
include/gmock/gmock-function-mocker.h
@ -15,6 +15,7 @@ include/gmock/internal/custom/gmock-port.h
include/gmock/internal/gmock-internal-utils.h
include/gmock/internal/gmock-port.h
include/gmock/internal/gmock-pp.h
include/gtest/gtest-assertion-result.h
include/gtest/gtest-death-test.h
include/gtest/gtest-matchers.h
include/gtest/gtest-message.h

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2021/10/26 10:14:47 nia Exp $
$NetBSD: distinfo,v 1.14 2022/07/03 13:36:45 wiz Exp $
BLAKE2s (googletest-1.11.0.tar.gz) = 0b546cc02c7a8d6e15337b5dde02e2ff1c17bb5232212cba0b665ad47ff51eac
SHA512 (googletest-1.11.0.tar.gz) = 6fcc7827e4c4d95e3ae643dd65e6c4fc0e3d04e1778b84f6e06e390410fe3d18026c131d828d949d2f20dde6327d30ecee24dcd3ef919e21c91e010d149f3a28
Size (googletest-1.11.0.tar.gz) = 886330 bytes
BLAKE2s (googletest-1.12.1.tar.gz) = e922ffca935005022fa75550fe5d8ea68341cdac406a7082d7d7ae1a6ca35b7f
SHA512 (googletest-1.12.1.tar.gz) = a9104dc6c53747e36e7dd7bb93dfce51a558bd31b487a9ef08def095518e1296da140e0db263e0644d9055dbd903c0cb69380cb2322941dbfb04780ef247df9c
Size (googletest-1.12.1.tar.gz) = 854944 bytes