Bump version to v1.14 in preparation for release
PiperOrigin-RevId:
553152072
Change-Id: I0bfbb2da6b3902fc3e41a8e1c4aacb291ffdd098
Remove the GTEST_HAS_DOWNCAST_ customization point.
PiperOrigin-RevId:
553150809
Change-Id: I10d19a45a85c5f63a5e65dc322413307116e1c25
Add googletest-message-test to the Bazel tests
It appears to have been unintentionally left out
PiperOrigin-RevId:
553141410
Change-Id: I8adac55a3df0ec12d6fe03446f71858fc702e178
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
Update GoogleTest dependencies
PiperOrigin-RevId:
552912819
Change-Id: If1b6278f7fe5a8fc41fc3bc390356a94387d0091
Merge pull request #4325 from juliencombattelli:main
PiperOrigin-RevId:
552577282
Change-Id: I2b4d20d155ad5746e36711c039293d5c996a332e
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
Merge pull request #4317 from mrfeod:patch-1
PiperOrigin-RevId:
550585850
Change-Id: I727f74aeb6f1da5bbbf5a5f49f06c4cfea40a73b
Make `AbslStringify` usage public in GoogleTest
Fixes #4314
PiperOrigin-RevId:
549986457
Change-Id: Iff74f02ab1c106696f288540e9c623d56b76e3f7
Remove unused cast implementation
PiperOrigin-RevId:
549456180
Change-Id: I10862e6de981087a5c590cccf6152255e9a176a0
Merge pull request #4313 from kimvaleen:main
PiperOrigin-RevId:
549039222
Change-Id: I96bea310beede5ba0ed6160155251ffd9d7a2103