aboutsummaryrefslogtreecommitdiff
path: root/googletest
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Improve error message for invalid parameterized test names.Abseil Team1-2/+2
2023-10-17gtest-death-test-internal: Delete obsolete string constantsDino Radakovic1-3/+1
2023-10-05Fix RE::Init for Android and NetBSD.Abseil Team2-4/+15
2023-10-02Merge pull request #4382 from idzm:fix_cmake_commentsCopybara-Service2-31/+31
2023-09-29cmake: Fix comments in cmake filesDzmitry Ivaniuk2-32/+31
2023-09-25Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...Abseil Team1-2/+2
2023-09-22Update C++ feature detection in `gtest-port.h` to rely on feature test macros...Abseil Team1-24/+36
2023-09-21Use `absl::HasAbslStringify`, instead of the internal version.Abseil Team2-15/+13
2023-09-18Use the `empty()` method to check for emptiness instead of `length()`Abseil Team2-2/+2
2023-09-13Merge pull request #4342 from tanzislam:prefer-tmpdir-on-androidCopybara-Service1-8/+24
2023-09-03Count threads after thread-creation while still holding mutex lockTanzinul Islam1-3/+3
2023-08-26Reuse TempDir() functionTanzinul Islam1-4/+1
2023-08-25googletest: Add universal printer for `std::span`Dino Radakovic3-2/+53
2023-08-23Merge pull request #4349 from sthd:httpToHttpsCopybara-Service7-11/+11
2023-08-22changed http to httpssthd7-11/+11
2023-08-18Merge pull request #4322 from pgawro:ansi_colorsCopybara-Service1-1/+2
2023-08-18Prefer $TMPDIR to /data/local/tmp on AndroidTanzinul Islam1-1/+7
2023-08-17Improve error message for invalid parameterized test names.Abseil Team1-1/+3
2023-08-17googletest: ansi color fixPatryk Gawroński1-1/+2
2023-08-15Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSDCopybara-Service1-3/+14
2023-08-15gtest_help_test: Make method names `snake_case`, conforming with [the style g...Dino Radakovic1-7/+7
2023-08-15gtest_help_test: Inline test helper functionsDino Radakovic1-23/+7
2023-08-15Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSLCopybara-Service1-2/+2
2023-08-15gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil`Dino Radakovic1-13/+0
2023-08-08Merge pull request #4330 from IncludeGuardian:remove-iomanipCopybara-Service2-6/+4
2023-08-07Fix RETest/1.ImplicitConstructorWorks on non-ABSL platformsEnji Cooper1-2/+2
2023-08-07Fix GTestHelpTest.TestHelpFlag on FreeBSDEnji Cooper1-3/+13
2023-08-03Remove public includes of `<iomanip>`Elliot Goodrich2-6/+4
2023-08-03Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnr...Copybara-Service1-1/+1
2023-08-02Update documentation to refer to v1.14Derek Mauro1-1/+1
2023-08-02Remove the GTEST_HAS_DOWNCAST_ customization point.Derek Mauro1-14/+4
2023-08-02Add googletest-message-test to the Bazel testsDerek Mauro1-0/+1
2023-08-01Make testing::Message support streamed AbslStringify valuesPhoebe Liang2-2/+57
2023-07-31Merge pull request #4325 from juliencombattelli:mainCopybara-Service1-1/+1
2023-07-29Use #if and not #ifdef to check filesystem supportJulien Combattelli1-1/+1
2023-07-28Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team1-1/+1
2023-07-27gtest: Supress warning about set unused variablePatryk Gawroński1-1/+1
2023-07-21Make `AbslStringify` usage public in GoogleTestAbseil Team2-0/+50
2023-07-19Remove unused cast implementationDerek Mauro1-41/+0
2023-07-18Merge pull request #4313 from kimvaleen:mainCopybara-Service2-15/+16
2023-07-18Merge pull request #4302 from ciband:feat/nrf52Copybara-Service4-4/+9
2023-07-11Merge pull request #4308 from smr99:fix-float-castCopybara-Service1-2/+2
2023-07-11Fixed variables that could be declared 'const'kimvaleen2-2/+2
2023-07-07Update docstring of PrintWithFallback(..) to reflect the recently changed ord...Abseil Team1-1/+1
2023-07-03Use template type FloatType in the cast.Steve Robbins1-2/+2
2023-06-30Fix C++20 compatibility bug.Mike Kruskal3-8/+8
2023-06-30Make GoogleTest handle SEH exceptions before stack unwinding rather than afte...Abseil Team2-46/+27
2023-06-28Print stack traces on SEH exceptions on WindowsAbseil Team1-18/+21
2023-06-27On platforms without a file system, don't log an error when noDerek Mauro1-2/+4
2023-06-27Resolve an issue where the resolution of `operator<<` overloads would attempt...Abseil Team2-2/+20