- Jan 08, 2015
-
-
kosak authored
Also fix bogus MSVC warning about "alignment of a member was sensitive to packing". Also bring in gtest 701.
-
- 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
-
- Mar 25, 2014
-
-
kosak authored
Replace U+2013 with U+002D in comment lines. Pull in gtest 681.
-
- Mar 13, 2014
- Jan 29, 2014
- Jan 14, 2014
-
-
kosak authored
-
- Jan 13, 2014
-
-
kosak authored
Adds a note in the "uninteresting mock method call" warning to advise people how to handle the warning. Clarifies the purpose of utilities in gmock-port.h and adds guidance w.r.t. gmock-port.h vs gtest-port.h. Pulls in gtest r674.
-
- Dec 05, 2013
-
-
kosak authored
Fix spelling: repositary -> repository. Pull in gtest 671.
-
- Dec 04, 2013
- Dec 03, 2013
-
-
kosak authored
-
- Nov 22, 2013
-
-
zhanyong.wan authored
-
- Sep 19, 2013
-
-
zhanyong.wan authored
-
- Sep 16, 2013
-
-
zhanyong.wan authored
-
- Sep 07, 2013
-
-
zhanyong.wan authored
-
- Aug 28, 2013
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- Aug 09, 2013
-
-
zhanyong.wan authored
Makes some container matchers accept initializer lists in C++11 mode and work with stream-like containers that don't have size() or empty(); exposes StringMatchResultListener for defining composite matchers.
-
- Jul 30, 2013
-
-
zhanyong.wan authored
-
- Jul 28, 2013
-
-
zhanyong.wan authored
gtest r660.
-
- Jun 21, 2013
-
-
zhanyong.wan authored
-
- Jun 19, 2013
-
-
zhanyong.wan authored
AllOf() and AnyOf() can accept any number of arguments now in C++11 mode.
-