Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Googletest export | misterg | 2018-10-29 | 1 | -19/+6 | |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336 | |||||
* | Googletest export | Abseil Team | 2018-10-26 | 1 | -6/+19 | |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184 | |||||
* | Googletest export | misterg | 2018-10-26 | 1 | -19/+6 | |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466 | |||||
* | Googletest export | Abseil Team | 2018-10-18 | 1 | -8/+8 | |
| | | | | | | C++11 code cleanup. PiperOrigin-RevId: 217364243 | |||||
* | Remove non-variadic pre C++11 AnyOf | misterg | 2018-10-09 | 1 | -30/+0 | |
| | | | | PiperOrigin-RevId: 216411381 | |||||
* | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 1 | -45/+47 | |
| | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043 | |||||
* | Remove testing::internal::BothOfMatcher, no longer needed | misterg | 2018-10-09 | 1 | -26/+0 | |
| | | | | PiperOrigin-RevId: 216389313 | |||||
* | Remove non-variadic pre C++11 AllOf | misterg | 2018-10-08 | 1 | -8/+1 | |
| | | | | PiperOrigin-RevId: 216183352 | |||||
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 1 | -25/+23 | |
| | | | | | | | | | | | 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 | misterg | 2018-09-25 | 1 | -17/+17 | |
| | | | | | | Remove non-variadic pre C++11 ElementsAreMatcher and UnorderedElementsAreMatcher PiperOrigin-RevId: 214266944 | |||||
* | Googletest exportrefs/pull/1837/head | Abseil Team | 2018-09-14 | 1 | -13/+1 | |
| | | | | | | | | | 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 | |||||
* | Googletest export | misterg | 2018-08-31 | 1 | -3/+5 | |
| | | | | | | Fix broken OSS windows build. PiperOrigin-RevId: 210969049 | |||||
* | Googletest export | misterg | 2018-08-31 | 1 | -4/+3 | |
| | | | | | | Internal Change PiperOrigin-RevId: 210594341 | |||||
* | Update gmock-matchers.hrefs/pull/1790/head | Gennadiy Civil | 2018-08-30 | 1 | -3/+4 | |
| | ||||||
* | No longer require a functor passed to ResultOf matcher to define `result_of` ↵ | Abseil Team | 2018-08-27 | 1 | -34/+35 | |
| | | | | | | | | | type. This makes ResultOf more convenient to use. In particular, the matcher now accepts lambdas. PiperOrigin-RevId: 210118509 | |||||
* | googletest export | misterg | 2018-08-20 | 1 | -0/+5 | |
| | | | | | | - 209457654 Import of OSS PR, https://github.com/google/googletest/pu... by misterg <misterg@google.com> PiperOrigin-RevId: 209457654 | |||||
* | Comments changes, no functionality changes. | Gennadiy Civil | 2018-08-14 | 1 | -3/+3 | |
| | ||||||
* | Comments changes, no functionality changesrefs/pull/1740/head | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 | |
| | ||||||
* | Formatting changes for automatic code management | Gennadiy Civil | 2018-07-27 | 1 | -0/+2 | |
| | ||||||
* | code mergerefs/pull/1676/head | Gennadiy Civil | 2018-07-20 | 1 | -0/+14 | |
| | ||||||
* | code sync | Gennadiy Civil | 2018-07-19 | 1 | -4/+8 | |
| | ||||||
* | Fix gmock not building when -fno-rtti | Scott Graham | 2018-05-02 | 1 | -4/+4 | |
| | | | | Fixes issue #1554. This is internal cl/195020996. | |||||
* | merging, | Gennadiy Civil | 2018-04-25 | 1 | -128/+91 | |
| | ||||||
* | 193353312 | Gennadiy Civil | 2018-04-18 | 1 | -4/+7 | |
| | ||||||
* | http://cl/193060888 | Gennadiy Civil | 2018-04-17 | 1 | -5/+13 | |
| | ||||||
* | test-meerging | Gennadiy Civil | 2018-04-16 | 1 | -0/+6 | |
| | ||||||
* | Upstream cl/192179348 | Gennadiy Civil | 2018-04-11 | 1 | -2/+4 | |
| | ||||||
* | merging gmock matchers 1 | Gennadiy Civil | 2018-04-04 | 1 | -29/+169 | |
| | ||||||
* | merging gmock-matchers.h 3refs/pull/1512/head | Gennadiy Civil | 2018-03-26 | 1 | -13/+36 | |
| | ||||||
* | merging gmock-matchers.h 2 | Gennadiy Civil | 2018-03-26 | 1 | -7/+44 | |
| | ||||||
* | Upstreaming FloatingEq2Matcher, | Gennadiy Civil | 2018-03-26 | 1 | -9/+13 | |
| | ||||||
* | Merging gmock-matchers.h -2 | Gennadiy Civil | 2018-03-23 | 1 | -29/+208 | |
| | ||||||
* | gmock-matchers merging -2 | Gennadiy Civil | 2018-03-23 | 1 | -10/+250 | |
| | ||||||
* | merging, gmock -1 | Gennadiy Civil | 2018-03-22 | 1 | -24/+45 | |
| | ||||||
* | Merge branch 'master' into variant_matcher | Xiaoyi Zhang | 2018-02-27 | 1 | -44/+187 | |
|\ | ||||||
| * | gmock merging -2 | Gennadiy Civil | 2018-02-27 | 1 | -44/+187 | |
| | | ||||||
* | | Add matcher for std::variant. | Xiaoyi Zhang | 2018-02-27 | 1 | -0/+71 | |
|/ | ||||||
* | moving JoinAsTuple to internal | Gennadiy Civil | 2018-02-12 | 1 | -4/+0 | |
| | ||||||
* | Fixed typosrefs/pull/1446/head | Troy Holsapple | 2018-02-08 | 1 | -2/+2 | |
| | ||||||
* | Code merges | Gennadiy Civil | 2018-01-26 | 1 | -2/+1 | |
| | ||||||
* | Pass the -Wmissing-declarations warning. | David Benjamin | 2018-01-03 | 1 | -0/+4 | |
| | | | | | | This makes it easier to use GTest in projects that build with the -Wmissing-declarations warning. This fixes the warning in headers and source files, though not GTest's own tests as it is rather noisy there. | |||||
* | Support ref-qualified member functions in Property().refs/pull/1220/head | Roman Perepelitsa | 2017-08-22 | 1 | -8/+27 | |
| | ||||||
* | Fixed misspelling in assertion message.refs/pull/1122/head | Hector Dearman | 2017-06-19 | 1 | -1/+1 | |
| | | | | This upstreams a Google-internal change (146491438). | |||||
* | Use std::string and ::string explicitly in gtest and gmock code.refs/pull/1089/head | Nico Weber | 2017-05-15 | 1 | -60/+58 | |
| | | | | | | | | | This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks. | |||||
* | move googlemock files into googlemock/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+4399 | |