Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Googletest export | Abseil Team | 2018-12-17 | 1 | -4/+103 | |
| | | | | | | Allow container matchers to accept move-only containers. PiperOrigin-RevId: 225667441 | |||||
* | Googletest export | Abseil Team | 2018-12-12 | 1 | -5/+88 | |
| | | | | | | | | | | | | | | The gmock matchers have a concept of MatchAndExpain; where the details of the matching are written to a "result listener". A matcher can avoid creating expensive debug info by checking result_listener->IsInterested(); but, unfortunately, the default matcher code (called from EXPECT_THAT) is always "interested". This change implements EXPECT_THAT matching to first run the matcher in a "not interested" mode; and then run it a second time ("interested") only if the match fails. PiperOrigin-RevId: 225036073 | |||||
* | Googletest export | misterg | 2018-12-11 | 1 | -84/+5 | |
| | | | | | | rollback of 224929783 PiperOrigin-RevId: 225008559 | |||||
* | Googletest export | Abseil Team | 2018-12-11 | 1 | -5/+84 | |
| | | | | | | | | | | | | | | The gmock matchers have a concept of MatchAndExpain; where the details of the matching are written to a "result listener". A matcher can avoid creating expensive debug info by checking result_listener->IsInterested(); but, unfortunately, the default matcher code (called from EXPECT_THAT) is always "interested". This change implements EXPECT_THAT matching to first run the matcher in a "not interested" mode; and then run it a second time ("interested") only if the match fails. PiperOrigin-RevId: 224929783 | |||||
* | Googletest export | Abseil Team | 2018-12-04 | 1 | -0/+11 | |
| | | | | | | Deduce SizeType for SizeIs() from the return value of the size() member function PiperOrigin-RevId: 223835674 | |||||
* | Googletest export | Abseil Team | 2018-12-03 | 1 | -14/+7 | |
| | | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219 | |||||
* | Googletest export | Abseil Team | 2018-12-03 | 1 | -3/+149 | |
| | | | | | | Replace pump'd Args() matcher with variadic templates. PiperOrigin-RevId: 223794430 | |||||
* | Googletest export | misterg | 2018-10-30 | 1 | -2/+0 | |
| | | | | | | Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284 | |||||
* | Merge pull request #1941 from barkovv:master | Gennadiy Civil | 2018-10-29 | 1 | -3/+3 | |
|\ | | | | | | | PiperOrigin-RevId: 219134349 | |||||
| * | Replaced all NULLs with nullptr in googlemock | Vadim Barkov | 2018-10-28 | 1 | -3/+3 | |
| | | ||||||
* | | Googletest export | misterg | 2018-10-29 | 1 | -26/+6 | |
|/ | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336 | |||||
* | Googletest export | Abseil Team | 2018-10-26 | 1 | -6/+26 | |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184 | |||||
* | Googletest export | misterg | 2018-10-26 | 1 | -26/+6 | |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466 | |||||
* | Remove non-variadic pre C++11 AnyOf | misterg | 2018-10-09 | 1 | -26/+16 | |
| | | | | PiperOrigin-RevId: 216411381 | |||||
* | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 1 | -48/+45 | |
| | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043 | |||||
* | Fixing AllOfMatches test, where it properly belongs | misterg | 2018-10-08 | 1 | -8/+8 | |
| | | | | PiperOrigin-RevId: 216193701 | |||||
* | Remove non-variadic pre C++11 AllOf | misterg | 2018-10-08 | 1 | -58/+37 | |
| | | | | PiperOrigin-RevId: 216183352 | |||||
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 1 | -62/+62 | |
| | | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400 | |||||
* | Googletest export | Abseil Team | 2018-09-14 | 1 | -10/+29 | |
| | | | | | | | | | Treat default-constructed string_view same as constructed from "". In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith, etc.), a default-constructed string_view (nullptr) should be semantically same as a empty string "". PiperOrigin-RevId: 212816839 | |||||
* | No longer require a functor passed to ResultOf matcher to define `result_of` ↵ | Abseil Team | 2018-08-27 | 1 | -0/+18 | |
| | | | | | | | | | type. This makes ResultOf more convenient to use. In particular, the matcher now accepts lambdas. PiperOrigin-RevId: 210118509 | |||||
* | Comments changes, no functionality changes | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 | |
| | ||||||
* | code merge | Gennadiy Civil | 2018-07-20 | 1 | -1/+4 | |
| | ||||||
* | code sync | Gennadiy Civil | 2018-07-19 | 1 | -0/+1 | |
| | ||||||
* | Code sync | Gennadiy Civil | 2018-07-18 | 1 | -3/+20 | |
| | ||||||
* | Fix gmock not building when -fno-rtti | Scott Graham | 2018-05-02 | 1 | -4/+2 | |
| | | | | Fixes issue #1554. This is internal cl/195020996. | |||||
* | merged | Gennadiy Civil | 2018-04-25 | 1 | -1/+0 | |
|\ | ||||||
| * | Merge branch 'master' into parameterless | dnsunderland | 2018-04-18 | 1 | -0/+27 | |
| |\ | ||||||
| * | | Clone of unsubmitted cr/176529515. Introduce parameterless expectations. | David Sunderland | 2018-04-18 | 1 | -1/+38 | |
| | | | ||||||
* | | | merging, | Gennadiy Civil | 2018-04-25 | 1 | -13/+54 | |
| |/ |/| | ||||||
* | | 193353312 | Gennadiy Civil | 2018-04-18 | 1 | -0/+9 | |
| | | ||||||
* | | cl/193060888 | Gennadiy Civil | 2018-04-17 | 1 | -3/+3 | |
| | | ||||||
* | | http://cl/193060888 | Gennadiy Civil | 2018-04-17 | 1 | -30/+6 | |
| | | ||||||
* | | http://cl/193060888 | Gennadiy Civil | 2018-04-17 | 1 | -0/+42 | |
|/ | ||||||
* | msvc | Gennadiy Civil | 2018-04-12 | 1 | -2/+2 | |
| | ||||||
* | revert this one | Gennadiy Civil | 2018-04-12 | 1 | -1/+1 | |
| | ||||||
* | merge, ... gmock-matchers test | Gennadiy Civil | 2018-04-12 | 1 | -3/+3 | |
| | ||||||
* | small cleanup | Gennadiy Civil | 2018-04-12 | 1 | -1/+7 | |
| | ||||||
* | Have to wait for this one | Gennadiy Civil | 2018-04-05 | 1 | -2/+2 | |
| | ||||||
* | Have to wait for this one | Gennadiy Civil | 2018-04-05 | 1 | -1/+1 | |
| | ||||||
* | Merging matchers test | Gennadiy Civil | 2018-04-05 | 1 | -0/+3 | |
| | ||||||
* | Merging matchers test | Gennadiy Civil | 2018-04-05 | 1 | -40/+779 | |
| | ||||||
* | bad cut/paste | Gennadiy Civil | 2018-04-04 | 1 | -1/+1 | |
| | ||||||
* | More on MSVC warning C4503, decorated name length exceeded | Gennadiy Civil | 2018-04-04 | 1 | -2/+6 | |
| | ||||||
* | More on MSVC warning C4503, decorated name length exceeded | Gennadiy Civil | 2018-04-04 | 1 | -1/+1 | |
| | ||||||
* | Address MSVC warning C4503, decorated name length exceeded, name was truncated | Gennadiy Civil | 2018-04-04 | 1 | -0/+2 | |
| | ||||||
* | Fixing build break on MSVC | Gennadiy Civil | 2018-04-04 | 1 | -1/+1 | |
| | ||||||
* | merging gmock matchers 1 | Gennadiy Civil | 2018-04-04 | 1 | -37/+262 | |
| | ||||||
* | Add matcher for std::variant. | Xiaoyi Zhang | 2018-02-27 | 1 | -0/+64 | |
| | ||||||
* | moving JoinAsTuple to internal | Gennadiy Civil | 2018-02-12 | 1 | -26/+3 | |
| | ||||||
* | Fixed typos | Troy Holsapple | 2018-02-07 | 1 | -4/+4 | |
| |