- 14 Aug, 2018 2 commits
-
-
Gennadiy Civil authored
Comments changes, no functionality changes.
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
- 27 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
Formatting changes for automatic code management
-
- 20 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
code merge
-
- 19 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
code sync
-
- 02 May, 2018 1 commit
-
-
Scott Graham authored
Fixes issue #1554. This is internal cl/195020996.
-
- 25 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
merging,
-
- 18 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 17 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
http://cl/193060888
-
- 16 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
test-meerging
-
- 11 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
Upstream cl/192179348
-
- 04 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
merging gmock matchers 1
-
- 26 Mar, 2018 3 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 23 Mar, 2018 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
gmock-matchers merging -2
-
- 22 Mar, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 27 Feb, 2018 2 commits
-
-
Gennadiy Civil authored
-
Xiaoyi Zhang authored
-
- 12 Feb, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 08 Feb, 2018 1 commit
-
-
Troy Holsapple authored
-
- 26 Jan, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 03 Jan, 2018 1 commit
-
-
David Benjamin authored
This makes it easier to use GTest in projects that build with the -Wmissing-declarations warning. This fixes the warning in headers and source files, though not GTest's own tests as it is rather noisy there.
-
- 22 Aug, 2017 1 commit
-
-
Roman Perepelitsa authored
-
- 19 Jun, 2017 1 commit
-
-
Hector Dearman authored
This upstreams a Google-internal change (146491438).
-
- 15 May, 2017 1 commit
-
-
Nico Weber authored
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.
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 27 Jul, 2015 1 commit
-
-
kosak authored
-
- 13 Jul, 2015 1 commit
-
-
kosak authored
This prevents implicitly constructing a matcher from {}.
-
- 28 Apr, 2015 2 commits
- 14 Feb, 2015 1 commit
-
-
kosak authored
in VC++'s /analyze compiler that was causing build errors in Chrome: https://code.google.com/p/googlemock/issues/detail?id=172
-
- 08 Jan, 2015 1 commit
-
-
kosak authored
Also fix bogus MSVC warning about "alignment of a member was sensitive to packing". Also bring in gtest 701.
-
- 17 Nov, 2014 2 commits
- 28 Jul, 2014 2 commits
- 19 May, 2014 1 commit
-
-
billydonahue authored
Make single argument constructors explicit in macros. Remove NOMINMAX macro. Add macros for disabling Microsoft Visual C++ warnings. Add WhenDynamicCastTo<T> matcher. A matcher that matches a pointer that matches inner_matcher when dynamic_cast<T> is applied. Add IWYU export pragmas to the tuple include lines. Fix NativeArray to not require a copy constructor unless we ask for one. This allows ElementsAre() to support non-copyable types. Examine WINAPI_FAMILY_PARTITION macros to better distinguish windows platforms. Author: martin@martin.st From: https://codereview.appspot.com/57220043/
-
- 02 Apr, 2014 1 commit
-
-
kosak authored
-