- Aug 26, 2015
-
-
Billy Donahue authored
-
Billy Donahue authored
-
Billy Donahue authored
-
- Aug 25, 2015
-
-
Google Code Exporter authored
-
- Jul 28, 2015
- Jul 25, 2015
-
-
kosak authored
works properly where return type is a reference.
-
- Jul 20, 2015
- Jul 14, 2015
-
-
kosak authored
This prevents implicitly constructing a matcher from {}.
-
- Apr 29, 2015
- Feb 15, 2015
-
-
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.
-
- Feb 14, 2015
-
-
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
-
- Jan 08, 2015
- Nov 17, 2014
-
-
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.
-
- Jul 29, 2014
- Jun 18, 2014
-
-
kosak authored
-
- May 20, 2014
-
-
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/
-
- Apr 03, 2014
-
-
kosak authored
-