aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/internal
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix warning C4819: The file contains a character that cannot be represented ↵duxiuxing2018-07-171-1/+1
|/ | | | in the current code page (936). Save the file in Unicode format to prevent data loss
* Fix friend declaration to use GTEST_API_ decl spec.David Sunderland2018-04-191-1/+1
|
* Revert useless use of GTEST_API_ on WithoutMatchers decl.David Sunderland2018-04-191-1/+1
|
* Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the ↵David Sunderland2018-04-181-1/+1
| | | | problem on MSVC?
* Mark new GetWithoutMatchers method as part of the exported API, to address ↵David Sunderland2018-04-181-1/+1
| | | | MSVC linker errors.
* Clone of unsubmitted cr/176529515. Introduce parameterless expectations.David Sunderland2018-04-181-0/+15
|
* ..and this should be itGennadiy Civil2018-04-111-1/+15
|
* mergeGennadiy Civil2018-04-101-15/+1
|\
| * Revert "gmock actions 2"Gennadiy Civil2018-04-092-16/+2
| |
| * yet moreGennadiy Civil2018-04-091-1/+1
| |
* | RE-Doing the merge, this time with gcc on mac in the PR so I can catch ↵Gennadiy Civil2018-04-101-1/+1
|/ | | | errors before merging the PR
* linkage, fixing MSVCGennadiy Civil2018-04-061-1/+1
|
* warningsGennadiy Civil2018-04-061-1/+2
|
* cont - 2Gennadiy Civil2018-04-061-1/+1
|
* contGennadiy Civil2018-04-061-1/+1
|
* more warningsGennadiy Civil2018-04-061-1/+1
|
* deal with MSVC warn, cont 1Gennadiy Civil2018-04-061-2/+1
|
* Cont. deal with MCVS warningsGennadiy Civil2018-04-061-2/+10
|
* Deal with MCVS warningsGennadiy Civil2018-04-061-0/+6
|
* Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-03-051-0/+2
|\
| * Try to handle unsigned wchar_t (arm) a bit betterScott Graham2018-02-231-0/+2
| |
* | Merges-1Gennadiy Civil2018-03-051-4/+3
|/
* Code mergesGennadiy Civil2018-01-263-23/+59
|
* 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.
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-258-0/+1120