- 17 Nov, 2014 10 commits
-
-
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 2 commits
- 29 Jan, 2014 2 commits
- 13 Jan, 2014 1 commit
-
-
kosak authored
-
- 12 Jan, 2014 1 commit
-
-
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.
-
- 04 Dec, 2013 1 commit
-
-
kosak authored
Fix spelling: repositary -> repository. Pull in gtest 671.
-
- 03 Dec, 2013 3 commits
- 21 Nov, 2013 1 commit
-
-
zhanyong.wan authored
-
- 18 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 16 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 06 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 27 Aug, 2013 3 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 08 Aug, 2013 1 commit
-
-
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.
-
- 30 Jul, 2013 1 commit
-
-
zhanyong.wan authored
-
- 28 Jul, 2013 1 commit
-
-
zhanyong.wan authored
gtest r660.
-
- 20 Jun, 2013 1 commit
-
-
zhanyong.wan authored
-
- 18 Jun, 2013 1 commit
-
-
zhanyong.wan authored
AllOf() and AnyOf() can accept any number of arguments now in C++11 mode.
-
- 24 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 07 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-