aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/src/gmock-spec-builders.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2497 from thejcannon:handle_null_filenameGennadiy Civil2019-10-101-1/+5
|\ | | | | | | PiperOrigin-RevId: 273585229
| * Use FormatFileLocation for streaming file and lineJoshua Cannon2019-10-071-1/+2
|/
* restore mistakenly removed iffs in their explicit formKrystian Kuzniarek2019-08-201-6/+7
| | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* fix typosKrystian Kuzniarek2019-07-301-5/+5
|
* Googletest exportmisterg2019-07-161-1/+1
| | | | | | Fix documentation links PiperOrigin-RevId: 258389329
* Googletest exportAbseil Team2019-07-161-1/+1
| | | | | | Update a broken link in a comment. PiperOrigin-RevId: 257493975
* Renaming doc files to make the file names more palatable and in preparation ↵Gennadiy Civil2019-06-191-1/+1
| | | | for including documentation in sync process
* Googletest exportmisterg2019-01-031-4/+4
| | | | | | TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164
* Googletest exportmisterg2019-01-021-3/+0
| | | | | | Internal Change PiperOrigin-RevId: 227575279
* Googletest exportAbseil Team2019-01-021-3/+0
| | | | | | | | Remove the #ifs for old, unsupported and buggy compilers: * old versions of GCC & MSVC * Symbian PiperOrigin-RevId: 227116941
* Googletest exportmisterg2018-12-131-1/+1
| | | | | | Internal Change PiperOrigin-RevId: 225231727
* Googletest exportmisterg2018-11-201-1/+1
| | | | | | Internal Change PiperOrigin-RevId: 222123106
* Remove workarounds for unsupported MSVC versionsRobin Lindén2018-11-101-3/+3
|
* Merge pull request #1941 from barkovv:masterGennadiy Civil2018-10-291-2/+2
|\ | | | | | | PiperOrigin-RevId: 219134349
| * Replaced all NULLs with nullptr in googlemockVadim Barkov2018-10-281-2/+2
| |
* | Googletest exportmisterg2018-10-291-1/+2
|/ | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
* Googletest exportAbseil Team2018-10-261-2/+1
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184
* Googletest exportmisterg2018-10-261-1/+2
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
* Merge branch 'isnice' of https://github.com/BrukerJWD/googletest into isniceJonathan Wendeborn2018-10-161-74/+130
|\
| * Merge branch 'master' into isniceBrukerJWD2018-10-161-74/+130
| |\
| | * Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-22/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * more comments changesGennadiy Civil2018-08-141-1/+1
| | |
| | * more comments changesGennadiy Civil2018-08-141-1/+1
| | |
| | * Comments changes, no functionality changesGennadiy Civil2018-08-141-2/+1
| | |
| | * mergingGennadiy Civil2018-04-101-7/+10
| | |
| | * mergeGennadiy Civil2018-04-101-10/+7
| | |\
| | | * Revert "gmock actions 2"Gennadiy Civil2018-04-091-15/+0
| | | |
| | | * formattingGennadiy Civil2018-04-091-1/+1
| | | |
| | | * And also silence for MSVS14Gennadiy Civil2018-04-091-2/+2
| | | |
| | | * preproc syntax ( I can never remember it)Gennadiy Civil2018-04-091-5/+9
| | | |
| | | * syntaxGennadiy Civil2018-04-091-2/+2
| | | |
| | | * cont.Gennadiy Civil2018-04-091-2/+2
| | | |
| | | * continuedGennadiy Civil2018-04-091-1/+0
| | | |
| | * | RE-Doing the merge, this time with gcc on mac in the PR so I can catch ↵Gennadiy Civil2018-04-101-7/+10
| | |/ | | | | | | | | | errors before merging the PR
| | * more mcvs fixingGennadiy Civil2018-04-061-0/+12
| | |
| | * Merging gMock, 2Gennadiy Civil2018-04-051-42/+80
| | |
| | * Pass the -Wmissing-declarations warning.David Benjamin2018-01-031-1/+1
| | | | | | | | | | | | | | | | | | 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.
| | * Use gender-neutral pronouns in comments and docsJonathan Wakely2017-09-271-2/+2
| | |
| | * Merge branch 'refs/heads/master' into flag-defaultAlyssa Wilk2017-08-281-1/+1
| | |\
| | | * Add function name to exception if there's no default actionMaurice Gilden2017-08-161-1/+1
| | | |
| | * | Handling invalid flag valuesAlyssa Wilk2017-08-161-1/+8
| | | |
| | * | Adding a flag option to change the default mock typeAlyssa Wilk2017-08-101-1/+2
| | |/
| | * Use std::string and ::string explicitly in gtest and gmock code.Nico Weber2017-05-151-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Use existing Mock::GetReactionOnUninterestingCalls()Jonathan Wendeborn2018-10-161-17/+3
|/ /
* | Don't fully qualify enum memberJonathan Wendeborn2018-10-161-6/+4
| |
* | Added Mock::IsNaggy, IsNice, and IsStrictJonathan Wendeborn2018-10-161-0/+29
|/
* Fix link that's returned when running tests. #714Jacob Meacham2016-02-161-2/+2
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+823