aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the googlemock autotools build.Simon Newton2015-09-173-11/+10
|
* Include <memory> to use std::unique_ptr.Billy Donahue2015-09-081-0/+1
|
* Googlemock has some tuples containing lvalue refs in its unit tests.Billy Donahue2015-09-072-5/+9
| | | | | | | | | | | | | | | These tuples are created with make_tuple, which is given temporaries. The make_tuple is in a function argument list. A possibly overzealous static_assert in libc++'s std::tuple ctor is firing in our 'Perform(make_tuple("hi"))' calls, so we can't use its make_tuple here. Instead we will use explicitly-constructed tuples constructed from non-temporary strings. Workaround for llvm bug: https://llvm.org/bugs/show_bug.cgi?id=20855 An alternative to https://github.com/google/googletest/pull/580 .
* mergeBilly Donahue2015-08-302-8/+8
|\
| * Fix gmock_doctor.py for Python3Syl2015-08-301-7/+7
| |
| * googlemock: fix unified buildArnaud Lacombe2015-08-261-1/+1
| |
* | readme mergingBilly Donahue2015-08-301-7/+54
| |
* | readme mergingBilly Donahue2015-08-261-67/+30
| |
* | readme mergingBilly Donahue2015-08-261-59/+32
|/
* move ProjectHome files into rootBilly Donahue2015-08-251-65/+0
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-25114-0/+65458