Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass the -Wmissing-declarations warning. | David Benjamin | 2018-01-03 | 1 | -0/+4 |
| | | | | | | 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. | ||||
* | Support ref-qualified member functions in Property(). | Roman Perepelitsa | 2017-08-22 | 1 | -8/+27 |
| | |||||
* | Fixed misspelling in assertion message. | Hector Dearman | 2017-06-19 | 1 | -1/+1 |
| | | | | This upstreams a Google-internal change (146491438). | ||||
* | Use std::string and ::string explicitly in gtest and gmock code. | Nico Weber | 2017-05-15 | 1 | -60/+58 |
| | | | | | | | | | 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/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+4399 |