summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changed http to httpsrefs/pull/4349/headsthd2023-08-2211-21/+21
* Merge pull request #4343 from sthd:http-to-httpsCopybara-Service2023-08-223-11/+11
|\
| * Merge branch 'google:main' into http-to-httpsrefs/pull/4343/headElior Schneider2023-08-201-1/+2
| |\
| * | Update advanced.mdElior Schneider2023-08-201-1/+1
| * | Merge branch 'google:main' into http-to-httpsElior Schneider2023-08-183-44/+28
| |\ \
| * | | Changed 2 public links from http to httpssthd2023-08-111-2/+2
| * | | Changed 3 public links from http to httpssthd2023-08-111-3/+3
| * | | Changed 2 public links from http to httpssthd2023-08-111-2/+2
| * | | Changed 3 public links from http to httpssthd2023-08-111-3/+3
* | | | googletest: Replace http with https in links to docsDino Radakovic2023-08-222-4/+4
* | | | CI: Update the Linux hybrid-latest docker container used for testingDerek Mauro2023-08-211-1/+1
* | | | Clean up typos: Exhaused => ExhaustedAbseil Team2023-08-211-1/+1
| |_|/ |/| |
* | | Merge pull request #4322 from pgawro:ansi_colorsCopybara-Service2023-08-181-1/+2
|\ \ \ | |_|/ |/| |
| * | googletest: ansi color fixrefs/pull/4322/headPatryk Gawroński2023-08-161-1/+2
* | | Improve error message for invalid parameterized test names.Abseil Team2023-08-171-1/+3
* | | Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSDCopybara-Service2023-08-151-3/+14
|\ \ \
| * | | Fix GTestHelpTest.TestHelpFlag on FreeBSDrefs/pull/4333/headEnji Cooper2023-08-081-3/+13
* | | | gtest_help_test: Make method names `snake_case`, conforming with [the style g...Dino Radakovic2023-08-151-7/+7
* | | | gtest_help_test: Inline test helper functionsDino Radakovic2023-08-151-23/+7
* | | | Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSLCopybara-Service2023-08-151-2/+2
|\ \ \ \
| * | | | Fix RETest/1.ImplicitConstructorWorks on non-ABSL platformsrefs/pull/4334/headEnji Cooper2023-08-081-2/+2
| |/ / /
* | | | gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil`Dino Radakovic2023-08-151-13/+0
| |_|/ |/| |
* | | Specify SetUpTestSuite is required to be public.Abseil Team2023-08-101-4/+4
* | | Merge pull request #4330 from IncludeGuardian:remove-iomanipCopybara-Service2023-08-082-6/+4
|\ \ \
| * | | Remove public includes of `<iomanip>`refs/pull/4330/headElliot Goodrich2023-08-032-6/+4
* | | | Merge pull request #4328 from robert-shade:suppress_unreachable_warningCopybara-Service2023-08-071-1/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid unreachable code warningrefs/pull/4328/headRobert Shade2023-08-021-1/+7
* | | | Make references to `#include`s consistent across docsDino Radakovic2023-08-073-4/+3
* | | | Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnr...Copybara-Service2023-08-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | gtest: Supress warning about set unused variablerefs/pull/4323/headPatryk Gawroński2023-07-261-1/+1
| | |/ | |/|
* | | Update documentation to refer to v1.14Derek Mauro2023-08-022-5/+5
* | | Bump version to v1.14 in preparation for releasev1.14.0-prev1.14.0v1.14.xDerek Mauro2023-08-021-1/+1
* | | Remove the GTEST_HAS_DOWNCAST_ customization point.Derek Mauro2023-08-021-14/+4
* | | Add googletest-message-test to the Bazel testsDerek Mauro2023-08-021-0/+1
* | | Make testing::Message support streamed AbslStringify valuesPhoebe Liang2023-08-012-2/+57
* | | Update GoogleTest dependenciesDerek Mauro2023-08-012-20/+20
* | | Merge pull request #4325 from juliencombattelli:mainCopybara-Service2023-07-311-1/+1
|\ \ \
| * | | Use #if and not #ifdef to check filesystem supportrefs/pull/4325/headJulien Combattelli2023-07-291-1/+1
| |/ /
* | | Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team2023-07-286-8/+8
|/ /
* | Merge pull request #4317 from mrfeod:patch-1Copybara-Service2023-07-241-2/+2
|\ \
| * | Fix typo in gmock_cook_book.mdrefs/pull/4317/headAnton Sosnin2023-07-191-2/+2
* | | Make `AbslStringify` usage public in GoogleTestAbseil Team2023-07-212-0/+50
* | | Remove unused cast implementationDerek Mauro2023-07-191-41/+0
|/ /
* | Merge pull request #4313 from kimvaleen:mainCopybara-Service2023-07-182-15/+16
|\ \
| * | Fixed variables that could be declared 'const'refs/pull/4313/headkimvaleen2023-07-112-2/+2
* | | Merge pull request #4302 from ciband:feat/nrf52Copybara-Service2023-07-185-5/+11
|\ \ \ | |_|/ |/| |
| * | add support for nrf52refs/pull/4302/headChris Johnson2023-06-275-5/+9
* | | Merge pull request #4308 from smr99:fix-float-castCopybara-Service2023-07-111-2/+2
|\ \ \ | |_|/ |/| |
| * | Use template type FloatType in the cast.refs/pull/4308/headSteve Robbins2023-07-041-2/+2
* | | Update docstring of PrintWithFallback(..) to reflect the recently changed ord...Abseil Team2023-07-071-1/+1
|/ /