aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
23 hoursUse an internal symbol for deprecate-and-inline that allowsHEADmainDerek Mauro3-15/+13
5 daysAutomated Code ChangeAbseil Team1-1/+1
5 daysUpdate spelling of Mutex::lock and Mutex::unlock for compatibilityDerek Mauro5-18/+18
2025-09-02Bump Abseil dependency to 20250814.0Derek Mauro2-4/+4
2025-08-24Remove unused syslog dependency for Fuchsia.Abseil Team1-1/+0
2025-08-19Internal header include changes.Abseil Team1-2/+1
2025-08-16Deprecate single-argument DoAll and Invoke.Abseil Team4-51/+59
2025-08-11Update the document in typed tests to use using-declaration instead of typedefAbseil Team1-4/+4
2025-07-28Provide a better error message when ASSERT and SKIP macros are used in method...Abseil Team1-1/+4
2025-07-23Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team1-1/+1
2025-07-18Fix the sample usage of `ConvertGenerator` by removing the type-id name.Abseil Team1-1/+1
2025-07-12Automated Code ChangeAbseil Team1-3/+3
2025-07-04Replace internal link in GoogleTest docsAbseil Team1-2/+4
2025-06-27gtest: Reword fail_if_no_test_selected_message for sharding and filtering.David Pizzuto1-1/+5
2025-06-25Merge pull request #4694 from chromy:mainCopybara-Service3-0/+5
2025-06-24Add documentation for exception matchers.Abseil Team1-0/+27
2025-06-13Although the following paragraph explains there is a better solution, having ...Abseil Team1-11/+13
2025-06-12Add UnpackStructImpl for structs with 24, 25 and 26 fields.Abseil Team1-0/+21
2025-06-12Merge pull request #4774 from joel-langlois:FixReadmeCopybara-Service1-2/+2
2025-06-11README.md: Fixed broken Markdown link formatting.Joël Langlois1-1/+1
2025-06-10Automated Code ChangeAbseil Team1-1/+1
2025-06-09In MatcherCast, store the input value as its own type rather than as the Matc...Abseil Team3-18/+72
2025-06-09googletest: Add a flag to fail if no tests were selected to run.David Pizzuto4-5/+123
2025-06-05Remove "blindly" from the gmock "uninteresting call" message.Abseil Team3-6/+6
2025-05-30Fix unified diff headers.Abseil Team3-15/+15
2025-05-30Use the provided length in ConditionalPrintAsTextAbseil Team2-1/+17
2025-05-27Merge pull request #4765 from qubka:mainCopybara-Service1-1/+1
2025-05-25Fix extra ';' after member function definitionqubka1-1/+1
2025-05-22Updates Google Analytics tracker.Abseil Team1-7/+7
2025-05-22Print std::basic_string_view<Char> as a string literalDaniel Cheng3-28/+83
2025-05-20Delete the absl polyfill support for std::any, std::optionalDerek Mauro5-166/+27
2025-05-19Add UnpackStructImpl specialization for 23 struct members.Abseil Team1-0/+8
2025-05-19Use static_cast instead of ImplicitCast_ for character conversionsAbseil Team1-2/+6
2025-05-15GoogleTest CI UpdateDerek Mauro5-42/+76
2025-05-13Add [[nodiscard]] to GetParam() to prevent accidental misuse.Mike Kruskal2-2/+2
2025-05-12Clarify that the return value of `InvokeArgument` is not the return value of ...Abseil Team1-2/+2
2025-05-01gtest: Remove incorrect documentation of private headers as PIMPL idiomAbseil Team1-4/+1
2025-04-30Update documentation for v1.17.0Derek Mauro4-32/+21
2025-04-30Update GoogleTest dependencies in preparation for releaseDerek Mauro3-12/+12
2025-04-29Use std::memcpy instead of a union to access floating point bits.Laramie Leavitt1-21/+13
2025-04-29Fix GCC15 warning that <ciso646> is deprecated in C++17Derek Mauro1-4/+8
2025-04-23AllOf, AnyOf, Optional: Avoid generating unnecessary match explanationsAbseil Team2-0/+91
2025-04-17Bump RE2 dependency to 2024-07-02.bcr.1Derek Mauro1-1/+1
2025-04-09`gmock-actions`: add a missing conversion operator to `WithArgsAction`.Aaron Jacobs2-0/+40
2025-04-09`gmock-actions`: run clang-format.Aaron Jacobs1-3/+2
2025-03-26Remove obsolete references to LinuxThreads.Andy Getzendanner1-13/+0
2025-03-21Add UnpackStructImpl for structs with 22 fields.Abseil Team1-0/+8
2025-03-21Fix a typoTommy Chiang1-1/+1
2025-03-20Add a non-'const' overload for the function invoked by the IgnoreArgs action ...Abseil Team1-0/+4
2025-03-18Improve the failure messages of `ElementsAre()`, `ElementsAreArray()`, etc.Zhanyong Wan2-27/+348