| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
overload.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
custom/gtest-port.h.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
INSTANTIATE_TEST_CASE_P.
|
| |
|
| |
|
|
|
|
| |
INSTANTIATE_TEST_CASE_P.
|
| |
|
| |
|
|
|
|
| |
Thanks to Diego Barrios Romero <eldruin@gmail.com>.
|
|
|
|
|
| |
Addresses issue #173:
https://code.google.com/p/googlemock/issues/detail?id=173
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Thanks tberghammer for pointing it out.
https://codereview.appspot.com/185420043/
|
|
|
|
| |
headers for 'connect' and 'socket'.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
internal::move()).
|
| |
|
|
|
|
| |
std::begin, std::end, and std::move in gtest and gmock.
|
|
|
|
| |
path into their own functions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.
|
| |
|
| |
|
| |
|
| |
|