Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-08Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.Abseil Team
2022-10-25Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service
2022-10-21Fix format without expectation nameDenis Hananein
2022-10-21Change messagesDenis Hananein
2022-10-21Allow naming expectations #3970Denis Hananein
2022-10-12Workaround for Visual C++ error C2039 with std::tuple_element_t.Abseil Team
2022-09-27Port GoogleTest to QuRT (Hexagon RTOS)Marat Dukhan
2022-09-08Remove obsolete MSVC warning pragmas for Invalid<T>()Abseil Team
2022-09-01Fixed header guards to match style guide conventions.Abseil Team
2022-08-30Merge pull request #3916 from asmodai27:mainCopybara-Service
2022-08-22Add support of 19-member structs to gmock UnpackStructImpl.Hardik Vala
2022-08-01Merge pull request #3918 from assafpr:master2mainCopybara-Service
2022-07-29Add support of 18-member structs to gmock UnpackStructImpl.Abseil Team
2022-07-26Add IsEmpty overload for C-style stringsDino Radakovic
2022-07-18Merge pull request #3927 from yutotnh:fix-typoCopybara-Service
2022-07-12Merge pull request #3928 from venik:venik-clean-upCopybara-Service
2022-07-02cleanup from unique_ptr branchAlexander Nikforov
2022-07-01fix: typo in test nameyutotnh
2022-07-01fix: some typos in commentyutotnh
2022-06-29Add support of 17-member structs to gmock UnpackStructImpl.Abseil Team
2022-06-27Mark internal-only function as having internal linkage.Abseil Team
2022-06-27Update gmock-matchers.hassafpr
2022-06-27Update gmock-actions.hassafpr
2022-06-27Update gmock-spec-builders_test.ccassafpr
2022-06-27Update gmock-spec-builders.ccassafpr
2022-06-26Avoid implicit conversion from int to charJérôme Travert
2022-06-22Update gmock_output_test_golden.txtassafpr
2022-06-02Work around a maybe-uninitialized warning under GCC 12Derek Mauro
2022-05-30gmock-spec-builders: remove the name for an unused parameter.Aaron Jacobs
2022-05-28gmock-spec-builders: add support for non-moveable types.Aaron Jacobs
2022-05-27gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs
2022-05-26gmock-spec-builders: move a method to the header.Aaron Jacobs
2022-05-17gmock-internal-utils.cc: Avoid implicit conversion from int to charDino Radakovic
2022-05-13gmock-actions: add support for move-only values to Return.Aaron Jacobs
2022-05-12gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs
2022-05-11gmock-actions: simplify Return and add better documentation.Aaron Jacobs
2022-05-11gmock-actions: make OnceAction public.Aaron Jacobs
2022-05-03Fix example of DescribeMatcher to properly support negation.Abseil Team
2022-05-02gmock-actions: remove a no-longer-necessary friend declaration.Aaron Jacobs
2022-05-02gmock-actions: support ByMove in a specialization of ReturnAction.Aaron Jacobs
2022-04-27gmock-actions: improve comments and tests for the implicit cast in Return.Aaron Jacobs
2022-04-27Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs
2022-04-26Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.Abseil Team
2022-04-26Support move-only and &&-qualified actions in DoAll.Aaron Jacobs
2022-04-22Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro
2022-04-21Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro
2022-04-14Document two surprises in `DoAllAction::NonFinalType`.Aaron Jacobs
2022-04-13Replace infinite recursion call (intentionally invoking undefined behavior to...Abseil Team
2022-04-09Add support for move-only and &&-qualified actions in WillOnce.Abseil Team
2022-04-05gmock: improve SFINAE for actions involving arguments.Abseil Team