summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add missing include for raise(3)refs/pull/4397/headTheo Buehler2023-10-251-0/+1
* | | Export gmock-spec-builders.Abseil Team2023-10-261-0/+1
|/ /
* | StartsWith: Explicitly construct matcher-typed strings from matchee parameterrefs/pull/4398/headDino Radakovic2023-10-232-2/+11
* | Improve error message for invalid parameterized test names.Abseil Team2023-10-191-2/+2
* | s/::testing::/testing::/ in test documentation outside of using statements to...Abseil Team2023-10-181-7/+7
* | gtest-death-test-internal: Delete obsolete string constantsDino Radakovic2023-10-171-3/+1
* | Fix RE::Init for Android and NetBSD.Abseil Team2023-10-052-4/+15
* | gmock_cook_book: Document `DoAll`'s return type requirementDino Radakovic2023-10-031-0/+6
* | Merge pull request #4382 from idzm:fix_cmake_commentsCopybara-Service2023-10-024-42/+42
|\ \
| * | cmake: Fix comments in cmake filesrefs/pull/4382/headDzmitry Ivaniuk2023-09-294-43/+42
|/ /
* | Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...Abseil Team2023-09-251-2/+2
* | Merge pull request #4374 from masbug:mainCopybara-Service2023-09-251-4/+5
|\ \
| * | Fix compile warnings in gmock-function-mocker.hrefs/pull/4374/headMitja Spes2023-09-211-4/+4
* | | Update C++ feature detection in `gtest-port.h` to rely on feature test macros...Abseil Team2023-09-221-24/+36
* | | Use `absl::HasAbslStringify`, instead of the internal version.Abseil Team2023-09-212-15/+13
* | | googletest: Update absl to version with HasAbslStringifyDino Radakovic2023-09-211-4/+4
|/ /
* | Update code with IWYU annotations.Abseil Team2023-09-181-7/+7
* | Use the `empty()` method to check for emptiness instead of `length()`Abseil Team2023-09-182-2/+2
* | GoogleTest FAQ: minor punctuation fixesrefs/pull/4362/headMichael Hirshleifer2023-09-141-15/+15
* | Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `Protoco...Michael Hirshleifer2023-09-141-21/+0
* | Merge pull request #4342 from tanzislam:prefer-tmpdir-on-androidCopybara-Service2023-09-141-8/+24
|\ \
| * | Reuse TempDir() functionrefs/pull/4342/headTanzinul Islam2023-08-261-4/+1
| * | Prefer $TMPDIR to /data/local/tmp on AndroidTanzinul Islam2023-08-181-1/+7
* | | Merge pull request #4365 from tanzislam:fix-thread-count-after-thread-creationCopybara-Service2023-09-111-3/+3
|\ \ \
| * | | Count threads after thread-creation while still holding mutex lockrefs/pull/4365/headTanzinul Islam2023-09-031-3/+3
|/ / /
* | | googletest: Add universal printer for `std::span`Dino Radakovic2023-08-253-2/+53
* | | Merge pull request #4349 from sthd:httpToHttpsCopybara-Service2023-08-2311-20/+20
|\ \ \
| * | | 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