Path to this page:
./
devel/googletest,
Googles C++ testing framework
Branch: CURRENT,
Version: 1.15.2,
Package name: googletest-1.15.2,
Maintainer: reedThe googletest package provides Google's C++ test writing framework.
It is based on the xUnit architecture and works for a variety of
platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and
Symbian). It provides various options for running the tests, a rich
set of assertions, automatic test discovery, and XML test report
generation. It supports type- and value-parameterized tests, death
tests, fatal and non-fatal failures, and user-defined assertions.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 852.214 KB
Version history: (Expand)
- (2024-08-02) Updated to version: googletest-1.15.2
- (2024-07-19) Updated to version: googletest-1.15.0
- (2023-08-05) Updated to version: googletest-1.14.0
- (2023-03-03) Updated to version: googletest-1.13.0
- (2022-07-03) Updated to version: googletest-1.12.1
- (2021-06-28) Updated to version: googletest-1.11.0
CVS history: (Expand)
2023-11-16 11:11:18 by Nia Alarie | Files touched by this commit (2) |
Log message:
googletest: Add missing header for raise(3), needed on NetBSD/aarch64
|
2023-08-05 09:13:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
googletest: updated to 1.14.0
v1.14.0
Many bug fixes
|
2023-07-20 11:46:34 by Nia Alarie | Files touched by this commit (14) |
Log message:
*: Convert some remaining usage of GCC_REQD.
|
2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35) |
Log message:
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
|
2023-03-03 10:58:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
googletest: updated to 1.13.0
v1.13.0
C++ Language Support
GoogleTest now requires at least C++14 and follows Google's Foundational C++ \
Support Policy. See this table for a list of currently supported versions \
compilers, platforms, and build tools.
Notable Changes
Floating point prints full precision by default to aid in debugging (9c33214)
GTEST_FAIL_AT now terminates the test (like ASSERT_*), rather than failing and \
continuing (like EXPECT_*) (6f14952)
Added testing::SrcDir(), which returns the configured directory for test data \
files (912db74)
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2022-07-03 15:36:45 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
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)
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|