aboutsummaryrefslogtreecommitdiff
path: root/googletest/include/gtest
AgeCommit message (Expand)Author
2024-06-17Fix -Wundef warning.Tomasz Wasilczyk
2024-01-23Upgrade googletest to 563ebf1769af08d448765c31064260e1a16fccedemu-34-3-releaseElliott Hughes
2024-01-23Fix double-promotion warnings in AppropriateResolution()Abseil Team
2024-01-22googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRe...Dino Radakovic
2024-01-18If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag libraryAbseil Team
2024-01-16Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEMAbseil Team
2024-01-09Disable -Wfloat-equal in AppropriateResolution().Krzysztof Kosiński
2023-12-12Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`Abseil Team
2023-10-19Improve error message for invalid parameterized test names.Abseil Team
2023-10-17gtest-death-test-internal: Delete obsolete string constantsDino Radakovic
2023-09-28Upgrade googletest to most recent upstream version.Krzysztof Kosiński
2023-09-25Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...Abseil Team
2023-09-22Update C++ feature detection in `gtest-port.h` to rely on feature test macros...Abseil Team
2023-09-21Use `absl::HasAbslStringify`, instead of the internal version.Abseil Team
2023-08-25googletest: Add universal printer for `std::span`Dino Radakovic
2023-08-22changed http to httpssthd
2023-08-17Improve error message for invalid parameterized test names.Abseil Team
2023-08-08Merge pull request #4330 from IncludeGuardian:remove-iomanipCopybara-Service
2023-08-03Remove public includes of `<iomanip>`Elliot Goodrich
2023-08-02Remove the GTEST_HAS_DOWNCAST_ customization point.Derek Mauro
2023-08-01Make testing::Message support streamed AbslStringify valuesPhoebe Liang
2023-07-21Make `AbslStringify` usage public in GoogleTestAbseil Team
2023-07-19Remove unused cast implementationDerek Mauro
2023-07-18Merge pull request #4313 from kimvaleen:mainCopybara-Service
2023-07-18Merge pull request #4302 from ciband:feat/nrf52Copybara-Service
2023-07-11Merge pull request #4308 from smr99:fix-float-castCopybara-Service
2023-07-11Fixed variables that could be declared 'const'kimvaleen
2023-07-07Update docstring of PrintWithFallback(..) to reflect the recently changed ord...Abseil Team
2023-07-03Use template type FloatType in the cast.Steve Robbins
2023-06-30Fix C++20 compatibility bug.Mike Kruskal
2023-06-27Resolve an issue where the resolution of `operator<<` overloads would attempt...Abseil Team
2023-06-27add support for nrf52Chris Johnson
2023-06-22Merge branch 'google:main' into feat/qn9090Chris Johnson
2023-06-22add support for nxp qn9090 mcuChris Johnson
2023-06-15Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team
2023-05-02Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service
2023-05-01Merge branch 'main' into fixes_std_pair_diffAndy Soffer
2023-04-28Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplusDino Radakovic
2023-04-21Use '=default' to define trivial constructor/destructorsTom Hughes
2023-04-20Use std::make_uniqueTom Hughes
2023-04-12Merge pull request #3993 from pgroke-dt:work-around-GCC-11-ADL-bugCopybara-Service
2023-04-11Support --gtest_stream_result_to on macOSAbseil Team
2023-03-28Merge pull request #4103 from gonzalobg:bugfix/nvcxx_supportCopybara-Service
2023-03-24Internal Code ChangeAbseil Team
2023-03-23Add doc commentgonzalobg
2023-03-17Merge pull request #4182 from venik:venik-char8-lib-fixCopybara-Service
2023-03-16Merge pull request #4180 from sergio-nsk:patch-3Copybara-Service
2023-03-10[gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...Lawrence Wolf-Sonkin
2023-03-10Environment variables are accessible in UWP/WinRT appsSergey
2023-03-07Revert "Revert "Revert "Fix device death tests."""Diego Vela