Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -2/+2 |
| | | | | | | Validate spec modifiers. PiperOrigin-RevId: 221810235 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -47/+4 |
| | | | | | | Unify implementation of GMOCK_PP_REPEAT and GMOCK_PP_FOREACH. PiperOrigin-RevId: 221659669 | ||||
* | Googletest export | Abseil Team | 2018-11-15 | 1 | -0/+360 |
| | | | | | | One macro to rule them all. PiperOrigin-RevId: 221462515 | ||||
* | Remove workarounds for unsupported MSVC versions | Robin Lindén | 2018-11-10 | 1 | -3/+3 |
| | |||||
* | Googletest export | misterg | 2018-10-29 | 2 | -10/+0 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336 | ||||
* | Googletest export | Abseil Team | 2018-10-26 | 2 | -0/+10 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184 | ||||
* | Googletest export | misterg | 2018-10-26 | 2 | -10/+0 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466 | ||||
* | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 3 | -59/+51 |
| | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043 | ||||
* | Comments changes, no functionality changes. | Gennadiy Civil | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Comments changes, no functionality changes | Gennadiy Civil | 2018-08-14 | 4 | -8/+4 |
| | |||||
* | formatting custom/README.md | Gennadiy Civil | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | formatting for new READMEs | Gennadiy Civil | 2018-08-13 | 1 | -6/+6 |
| | |||||
* | Move instructions into custom/README files | Gennadiy Civil | 2018-08-13 | 3 | -13/+18 |
| | |||||
* | comment cleanup | Gennadiy Civil | 2018-08-13 | 1 | -2/+0 |
| | |||||
* | Formatting changes for automatic code management | Gennadiy Civil | 2018-07-27 | 8 | -0/+16 |
| | |||||
* | Merge branch 'master' into googletest_for_asam | duxiuxing | 2018-07-19 | 1 | -1/+1 |
|\ | |||||
| * | Formatting and a link | Gennadiy Civil | 2018-07-18 | 1 | -1/+1 |
| | | |||||
* | | Fix warning C4819: The file contains a character that cannot be represented ↵ | duxiuxing | 2018-07-17 | 1 | -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 Sunderland | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Revert useless use of GTEST_API_ on WithoutMatchers decl. | David Sunderland | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the ↵ | David Sunderland | 2018-04-18 | 1 | -1/+1 |
| | | | | problem on MSVC? | ||||
* | Mark new GetWithoutMatchers method as part of the exported API, to address ↵ | David Sunderland | 2018-04-18 | 1 | -1/+1 |
| | | | | MSVC linker errors. | ||||
* | Clone of unsubmitted cr/176529515. Introduce parameterless expectations. | David Sunderland | 2018-04-18 | 1 | -0/+15 |
| | |||||
* | ..and this should be it | Gennadiy Civil | 2018-04-11 | 1 | -1/+15 |
| | |||||
* | merge | Gennadiy Civil | 2018-04-10 | 1 | -15/+1 |
|\ | |||||
| * | Revert "gmock actions 2" | Gennadiy Civil | 2018-04-09 | 2 | -16/+2 |
| | | |||||
| * | yet more | Gennadiy Civil | 2018-04-09 | 1 | -1/+1 |
| | | |||||
* | | RE-Doing the merge, this time with gcc on mac in the PR so I can catch ↵ | Gennadiy Civil | 2018-04-10 | 1 | -1/+1 |
|/ | | | | errors before merging the PR | ||||
* | linkage, fixing MSVC | Gennadiy Civil | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | warnings | Gennadiy Civil | 2018-04-06 | 1 | -1/+2 |
| | |||||
* | cont - 2 | Gennadiy Civil | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | cont | Gennadiy Civil | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | more warnings | Gennadiy Civil | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | deal with MSVC warn, cont 1 | Gennadiy Civil | 2018-04-06 | 1 | -2/+1 |
| | |||||
* | Cont. deal with MCVS warnings | Gennadiy Civil | 2018-04-06 | 1 | -2/+10 |
| | |||||
* | Deal with MCVS warnings | Gennadiy Civil | 2018-04-06 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2018-03-05 | 1 | -0/+2 |
|\ | |||||
| * | Try to handle unsigned wchar_t (arm) a bit better | Scott Graham | 2018-02-23 | 1 | -0/+2 |
| | | |||||
* | | Merges-1 | Gennadiy Civil | 2018-03-05 | 1 | -4/+3 |
|/ | |||||
* | Code merges | Gennadiy Civil | 2018-01-26 | 3 | -23/+59 |
| | |||||
* | Use std::string and ::string explicitly in gtest and gmock code. | Nico Weber | 2017-05-15 | 1 | -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/ subdir | Billy Donahue | 2015-08-25 | 8 | -0/+1120 |