| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add GTEST_ATTRIBUTE_NO_SANITIZE_ADDRESS_
|
|
|
|
| |
Also improve an error message in gtest_test_utils.py.
|
| |
|
| |
|
|
|
|
|
| |
Adds script to automate releasing new version of wiki docs.
|
|
|
|
| |
Fix spelling: repositary -> repository.
|
| |
|
|
|
|
| |
variable kPathSeparatorString.
|
|
|
|
| |
ImplicitlyConvertible::MakeFrom() to From&.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to Jimi Xenidis for reporting the issue and the fix.
|
|
|
|
| |
tests; h/t to Steve Robbins for reporting the issue and suggesting the fix.
|
| |
|
|
|
|
| |
about tests that are filtered out (issue 141).
|