| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Contributed by tk@giga.or.at.
|
| |
|
|
|
|
|
|
| |
Proposed as a one-line patch by Tom Jakubowski (tom@crystae.net);
finished by Zhanyong Wan.
|
| |
|
| |
|
| |
|
|
|
|
| |
googlemock change.
|
| |
|
| |
|
| |
|
|
|
|
| |
truncates the result at 4096 chars. Also update an obsolete link in comment.
|