aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/internal/gmock-internal-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Unconditionally use std::tuple.Abseil Team2018-10-091-5/+6
| | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-1/+1
|
* Comments changes, no functionality changesGennadiy Civil2018-08-141-2/+1
|
* Formatting changes for automatic code managementGennadiy Civil2018-07-271-0/+2
|
* 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
|
* Revert "gmock actions 2"Gennadiy Civil2018-04-091-15/+1
|
* 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
|
* Try to handle unsigned wchar_t (arm) a bit betterScott Graham2018-02-231-0/+2
|
* Code mergesGennadiy Civil2018-01-261-3/+36
|
* 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-251-0/+511