]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
2 years agoBump version to v1.14 in preparation for release v1.14.0 v1.14.0-pre
Derek Mauro [Wed, 2 Aug 2023 15:24:13 +0000 (08:24 -0700)]
Bump version to v1.14 in preparation for release

PiperOrigin-RevId: 553152072
Change-Id: I0bfbb2da6b3902fc3e41a8e1c4aacb291ffdd098

2 years agoRemove the GTEST_HAS_DOWNCAST_ customization point.
Derek Mauro [Wed, 2 Aug 2023 15:18:56 +0000 (08:18 -0700)]
Remove the GTEST_HAS_DOWNCAST_ customization point.

PiperOrigin-RevId: 553150809
Change-Id: I10d19a45a85c5f63a5e65dc322413307116e1c25

2 years agoAdd googletest-message-test to the Bazel tests
Derek Mauro [Wed, 2 Aug 2023 14:40:26 +0000 (07:40 -0700)]
Add googletest-message-test to the Bazel tests
It appears to have been unintentionally left out

PiperOrigin-RevId: 553141410
Change-Id: I8adac55a3df0ec12d6fe03446f71858fc702e178

2 years agoMake testing::Message support streamed AbslStringify values
Phoebe Liang [Tue, 1 Aug 2023 21:01:00 +0000 (14:01 -0700)]
Make testing::Message support streamed AbslStringify values

This allows types that provide an AbslStringify definition to be streamed into GoogleTest macros.

PiperOrigin-RevId: 552914482
Change-Id: I5fb386980d4d24873f95f0a8ef83067a6a3c86ac

2 years agoUpdate GoogleTest dependencies
Derek Mauro [Tue, 1 Aug 2023 20:56:21 +0000 (13:56 -0700)]
Update GoogleTest dependencies

PiperOrigin-RevId: 552912819
Change-Id: If1b6278f7fe5a8fc41fc3bc390356a94387d0091

2 years agoMerge pull request #4325 from juliencombattelli:main
Copybara-Service [Mon, 31 Jul 2023 20:32:19 +0000 (13:32 -0700)]
Merge pull request #4325 from juliencombattelli:main

PiperOrigin-RevId: 552577282
Change-Id: I2b4d20d155ad5746e36711c039293d5c996a332e

2 years agoUse #if and not #ifdef to check filesystem support
Julien Combattelli [Thu, 27 Jul 2023 08:19:12 +0000 (10:19 +0200)]
Use #if and not #ifdef to check filesystem support

2 years agoAdjust includes to use <> instead of "", consistent with quickstart pages.
Abseil Team [Fri, 28 Jul 2023 16:50:50 +0000 (09:50 -0700)]
Adjust includes to use <> instead of "", consistent with quickstart pages.

Right now, gtest documentation uses different #include syntax. The quickstart
pages (e.g., http://google.github.io/googletest/quickstart-bazel.html#create-and-run-a-binary) are checked in with `#include <gtest/gtest.h>` However, other
documentation (such as the primer) uses `#include "gtest/gtest.h"` (e.g.,
https://google.github.io/googletest/primer.html#writing-the-main-function).

PiperOrigin-RevId: 551878641
Change-Id: Iab93cc1da3ef4870a07b624071b75d6e9d3568c1

2 years agoMerge pull request #4317 from mrfeod:patch-1
Copybara-Service [Mon, 24 Jul 2023 16:31:31 +0000 (09:31 -0700)]
Merge pull request #4317 from mrfeod:patch-1

PiperOrigin-RevId: 550585850
Change-Id: I727f74aeb6f1da5bbbf5a5f49f06c4cfea40a73b

2 years agoMake `AbslStringify` usage public in GoogleTest
Abseil Team [Fri, 21 Jul 2023 17:35:31 +0000 (10:35 -0700)]
Make `AbslStringify` usage public in GoogleTest

Fixes #4314

PiperOrigin-RevId: 549986457
Change-Id: Iff74f02ab1c106696f288540e9c623d56b76e3f7

2 years agoRemove unused cast implementation
Derek Mauro [Wed, 19 Jul 2023 23:21:08 +0000 (16:21 -0700)]
Remove unused cast implementation

PiperOrigin-RevId: 549456180
Change-Id: I10862e6de981087a5c590cccf6152255e9a176a0

2 years agoFix typo in gmock_cook_book.md
Anton Sosnin [Wed, 19 Jul 2023 15:08:41 +0000 (18:08 +0300)]
Fix typo in gmock_cook_book.md

2 years agoMerge pull request #4313 from kimvaleen:main
Copybara-Service [Tue, 18 Jul 2023 17:18:14 +0000 (10:18 -0700)]
Merge pull request #4313 from kimvaleen:main

PiperOrigin-RevId: 549039222
Change-Id: I96bea310beede5ba0ed6160155251ffd9d7a2103