aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Googletest exportmisterg2018-10-266-136/+20
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
* Merge pull request #1911 from BrukerJWD:isniceGennadiy Civil2018-10-231-0/+28
|\ | | | | | | PiperOrigin-RevId: 218384341
| * Removed last reference to internal::kDefaultJonathan Wendeborn2018-10-161-1/+0
| |
| * Merge branch 'master' into isniceBrukerJWD2018-10-1626-1339/+2875
| |\ | |/ |/|
| * Don't fully qualify enum memberJonathan Wendeborn2018-10-161-2/+1
| |
| * Added Mock::IsNaggy, IsNice, and IsStrictJonathan Wendeborn2018-10-161-0/+30
| |
* | Project import generated by Copybara.Abseil Team2018-10-111-0/+123
| | | | | | | | PiperOrigin-RevId: 216423319
* | Internal Changemisterg2018-10-111-123/+0
| | | | | | | | PiperOrigin-RevId: 216417182
* | Remove non-variadic pre C++11 AnyOfmisterg2018-10-091-26/+16
| | | | | | | | PiperOrigin-RevId: 216411381
* | Unconditionally use std::tuple.Abseil Team2018-10-097-415/+410
| | | | | | | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
* | Fixing AllOfMatches test, where it properly belongsmisterg2018-10-081-8/+8
| | | | | | | | PiperOrigin-RevId: 216193701
* | Remove non-variadic pre C++11 AllOfmisterg2018-10-081-58/+37
| | | | | | | | PiperOrigin-RevId: 216183352
* | Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-0510-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 Bubke2018-10-021-0/+11
| | | | | | | | | | | | | | | | 440527a61e1c91188195f7de212c63c77e8f0a45 Closes #1867 PiperOrigin-RevId: 215392714
* | Googletest exportAbseil Team2018-09-141-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 Team2018-08-271-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 Civil2018-08-145-8/+2
| |
* | Comments changes, no functionality changesGennadiy Civil2018-08-1420-40/+20
| |
* | Update gmock_output_test.pyGennadiy Civil2018-08-091-1/+1
| |
* | Formatting change for auto code management, no functionality changesGennadiy Civil2018-08-091-1/+2
| | | | | | | | Merge branch 'master' of https://github.com/google/googletest
* | small cleanup, np functional changesGennadiy Civil2018-08-071-2/+0
| |
* | automatic code sync mgt, comment onlyGennadiy Civil2018-08-061-0/+2
| |
* | Formatting changes and upstreaming one testGennadiy Civil2018-08-012-3/+0
| |
* | Formatting changes, code syncGennadiy Civil2018-07-251-2/+1
| |
* | code mergeGennadiy Civil2018-07-201-1/+4
| |
* | code syncGennadiy Civil2018-07-191-0/+1
| |
* | Code syncGennadiy Civil2018-07-181-3/+20
| |
* | Code sync, mostly formatting and removing outdatesGennadiy Civil2018-07-182-203/+2
| |
* | Put ifdef guard after the includes.Adrian Moran2018-07-131-1/+1
| | | | | | | | Signed-off-by: Adrian Moran <amoran@ikerlan.es>
* | Avoid full test in no exceptions are enabled.Adrian Moran2018-07-121-5/+2
| | | | | | | | Signed-off-by: Adrian Moran <amoran@ikerlan.es>
* | Fix issue #1654.Adrian Moran2018-07-111-0/+2
| | | | | | | | Signed-off-by: Adrian Moran <amoran@ikerlan.es>
* | formatting changes Gennadiy Civil2018-05-231-1/+1
| |
* | Formatting changes Gennadiy Civil2018-05-232-2/+2
| |
* | Fix gmock not building when -fno-rttiScott Graham2018-05-021-4/+2
| | | | | | | | Fixes issue #1554. This is internal cl/195020996.
* | mergedGennadiy Civil2018-04-251-1/+0
|\ \
| * \ Merge branch 'master' into parameterlessdnsunderland2018-04-182-4/+86
| |\ \
| * | | Clone of unsubmitted cr/176529515. Introduce parameterless expectations.David Sunderland2018-04-182-1/+108
| | | |
* | | | merging, Gennadiy Civil2018-04-252-13/+124
| |/ / |/| |
* | | 193353312Gennadiy Civil2018-04-181-0/+9
| | |
* | | cl/193060888Gennadiy Civil2018-04-171-3/+3
| | |
* | | http://cl/193060888Gennadiy Civil2018-04-171-30/+6
| | |
* | | http://cl/193060888Gennadiy Civil2018-04-171-0/+42
| | |
* | | typoGennadiy Civil2018-04-161-1/+1
| | |
* | | more msvcGennadiy Civil2018-04-161-1/+2
| | |
* | | typoGennadiy Civil2018-04-161-1/+1
| | |
* | | msvc warningsGennadiy Civil2018-04-161-0/+11
| | |
* | | merging gmock generated matchersGennadiy Civil2018-04-161-4/+47
|/ /
* | merging, testing, this should be itGennadiy Civil2018-04-161-1/+1
| |
* | mergingGennadiy Civil2018-04-161-3/+2
| |
* | mergingGennadiy Civil2018-04-161-2/+3
| |