Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 10 | -223/+144 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Merge 86fe8a25eb5a6e4546f9e39cf23a5c764217bf85 into ↵ | Marco Bubke | 2018-10-02 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | 440527a61e1c91188195f7de212c63c77e8f0a45 Closes #1867 PiperOrigin-RevId: 215392714 | |||||
* | | 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 | 5 | -8/+2 | |
| | | ||||||
* | | Comments changes, no functionality changes | Gennadiy Civil | 2018-08-14 | 20 | -40/+20 | |
| | | ||||||
* | | Update gmock_output_test.py | Gennadiy Civil | 2018-08-09 | 1 | -1/+1 | |
| | | ||||||
* | | Formatting change for auto code management, no functionality changes | Gennadiy Civil | 2018-08-09 | 1 | -1/+2 | |
| | | | | | | | | Merge branch 'master' of https://github.com/google/googletest | |||||
* | | small cleanup, np functional changes | Gennadiy Civil | 2018-08-07 | 1 | -2/+0 | |
| | | ||||||
* | | automatic code sync mgt, comment only | Gennadiy Civil | 2018-08-06 | 1 | -0/+2 | |
| | | ||||||
* | | Formatting changes and upstreaming one test | Gennadiy Civil | 2018-08-01 | 2 | -3/+0 | |
| | | ||||||
* | | Formatting changes, code sync | Gennadiy Civil | 2018-07-25 | 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 | |
| | | ||||||
* | | Code sync, mostly formatting and removing outdates | Gennadiy Civil | 2018-07-18 | 2 | -203/+2 | |
| | | ||||||
* | | Put ifdef guard after the includes. | Adrian Moran | 2018-07-13 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Adrian Moran <amoran@ikerlan.es> | |||||
* | | Avoid full test in no exceptions are enabled. | Adrian Moran | 2018-07-12 | 1 | -5/+2 | |
| | | | | | | | | Signed-off-by: Adrian Moran <amoran@ikerlan.es> | |||||
* | | Fix issue #1654. | Adrian Moran | 2018-07-11 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Adrian Moran <amoran@ikerlan.es> | |||||
* | | formatting changes | Gennadiy Civil | 2018-05-23 | 1 | -1/+1 | |
| | | ||||||
* | | Formatting changes | Gennadiy Civil | 2018-05-23 | 2 | -2/+2 | |
| | | ||||||
* | | 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 | 2 | -4/+86 | |
| |\ \ | ||||||
| * | | | Clone of unsubmitted cr/176529515. Introduce parameterless expectations. | David Sunderland | 2018-04-18 | 2 | -1/+108 | |
| | | | | ||||||
* | | | | merging, | Gennadiy Civil | 2018-04-25 | 2 | -13/+124 | |
| |/ / |/| | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | typo | Gennadiy Civil | 2018-04-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | more msvc | Gennadiy Civil | 2018-04-16 | 1 | -1/+2 | |
| | | | ||||||
* | | | typo | Gennadiy Civil | 2018-04-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | msvc warnings | Gennadiy Civil | 2018-04-16 | 1 | -0/+11 | |
| | | | ||||||
* | | | merging gmock generated matchers | Gennadiy Civil | 2018-04-16 | 1 | -4/+47 | |
|/ / | ||||||
* | | merging, testing, this should be it | Gennadiy Civil | 2018-04-16 | 1 | -1/+1 | |
| | | ||||||
* | | merging | Gennadiy Civil | 2018-04-16 | 1 | -3/+2 | |
| | | ||||||
* | | merging | Gennadiy Civil | 2018-04-16 | 1 | -2/+3 | |
| | | ||||||
* | | more pizza | Gennadiy Civil | 2018-04-13 | 1 | -3/+2 | |
| | | ||||||
* | | more OSX pizzas | Gennadiy Civil | 2018-04-13 | 1 | -1/+2 | |
| | | ||||||
* | | osx pizzas | Gennadiy Civil | 2018-04-13 | 1 | -2/+3 | |
| | | ||||||
* | | merging gmock actions test | Gennadiy Civil | 2018-04-13 | 1 | -0/+1 | |
| | | ||||||
* | | merging, gmock actions test | Gennadiy Civil | 2018-04-13 | 1 | -1/+142 | |
| | | ||||||
* | | merging | Gennadiy Civil | 2018-04-13 | 2 | -10/+13 | |
| | | ||||||
* | | more fixing osx libstd++ bugs | Gennadiy Civil | 2018-04-12 | 1 | -1/+2 | |
| | | ||||||
* | | fixing | Gennadiy Civil | 2018-04-12 | 1 | -0/+1 | |
| | | ||||||
* | | merging, fix OSX issue | Gennadiy Civil | 2018-04-12 | 2 | -2/+2 | |
| | | ||||||
* | | merging | Gennadiy Civil | 2018-04-12 | 2 | -10/+8 | |
| | |