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)
2024-08-02 09:43:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
googletest: updated to 1.15.2
v1.15.2
Bzlmod is now officially supported (previously it was supported by the \
community). Note that it may take several days after the release for it to \
become available in the Bazel Central Registry.
Many bug fixes
|
2024-07-19 08:51:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
googletest: updated to 1.15.0
v1.15.0
Notable Changes
Bzlmod is now officially supported (previously it was supported by the \
community). Note that it may take several days after the release for it to \
become available in the Bazel Central Registry.
Many bug fixes
|
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
|