- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 24 Aug, 2015 1 commit
-
-
Google Code Exporter authored
-
- 28 Jul, 2015 4 commits
- 27 Jul, 2015 4 commits
- 24 Jul, 2015 1 commit
-
-
kosak authored
works properly where return type is a reference.
-
- 19 Jul, 2015 2 commits
- 13 Jul, 2015 1 commit
-
-
kosak authored
This prevents implicitly constructing a matcher from {}.
-
- 28 Apr, 2015 2 commits
- 14 Feb, 2015 3 commits
-
-
kosak authored
Suppresses the stack trace in a warning for uninteresting call by default; the stack trace will still be printed when --gmock_verbose=info is printed.
-
kosak authored
constructible return a default-constructed value by default.
-
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 3 commits
- 17 Nov, 2014 11 commits
-
-
kosak authored
Add support for C++11 explicitly defaulted and deleted special member functions in the gmock generator.
-
kosak authored
-
kosak authored
-
kosak authored
-
kosak authored
-
kosak authored
-
kosak authored
-
kosak authored
Pull in gtest 696.
-
kosak authored
include <functional> when using std::function in gmock.
-
kosak authored
-
kosak authored
Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock. Bring in gtest 694.
-
- 28 Jul, 2014 2 commits
- 17 Jun, 2014 1 commit
-
-
kosak authored
-
- 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
-
- 24 Mar, 2014 1 commit
-
-
kosak authored
Replace U+2013 with U+002D in comment lines. Pull in gtest 681.
-
- 12 Mar, 2014 1 commit
-
-
kosak authored
-