- 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
-
- 12 Mar, 2014 1 commit
-
-
kosak authored
which lack a size() member. Also pull in gtest 678.
-
- 29 Jan, 2014 1 commit
-
-
kosak authored
-
- 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 1 commit
-
-
kosak 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
-
- 27 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 25 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 08 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 01 Mar, 2013 6 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 28 Feb, 2013 1 commit
-
-
zhanyong.wan authored
method with no default value is invoked (if exceptions are enabled).
-
- 15 Nov, 2012 1 commit
-
-
jgm authored
changes that haven't made it to svn. The descriptions of each change are listed below. - Fixes some python shebang lines. - Add ElementsAreArray overloads to gmock. ElementsAreArray now makes a copy of its input elements before the conversion to a Matcher. ElementsAreArray can now take a vector as input. ElementsAreArray can now take an iterator pair as input. - Templatize MatchAndExplain to allow independent string types for the matcher and matchee. I also templatized the ConstCharPointer version of MatchAndExplain to avoid calls with "char*" from using the new templated MatchAndExplain. - Fixes the bug where the constructor of the return type of ElementsAre() saves a reference instead of a copy of the arguments. - Extends ElementsAre() to accept arrays whose sizes aren't known. - Switches gTest's internal FilePath class from testing::internal::String to std::string. testing::internal::String was introduced when gTest couldn't depend on std::string. It's now deprecated. - Switches gTest & gMock from using testing::internal::String objects to std::string. Some static methods of String are still in use. We may be able to remove some but not all of them. In particular, String::Format() should eventually be removed as it truncates the result at 4096 characters, often causing problems.
-
- 14 Aug, 2012 1 commit
-
-
vladlosev authored
-
- 31 May, 2012 1 commit
-
-
zhanyong.wan authored
Renames internal enums to the kFoo naming style. Fixes gmock doctor to work with newer versions of Clang.
-
- 10 Apr, 2012 1 commit
-
-
jgm authored
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
-
- 24 Oct, 2011 2 commits
- 16 Sep, 2011 1 commit
-
-
zhanyong.wan authored
-
- 20 May, 2011 1 commit
-
-
vladlosev authored
-
- 14 Apr, 2011 2 commits
-
-
zhanyong.wan authored
-
vladlosev authored
-
- 13 Apr, 2011 1 commit
-
-
vladlosev authored
-
- 08 Apr, 2011 1 commit
-
-
vladlosev authored
-
- 16 Mar, 2011 1 commit
-
-
zhanyong.wan authored
-
- 09 Mar, 2011 1 commit
-
-
zhanyong.wan authored
adds support for SetArgPointee(L"wide string literal") -- by Vlad Losev.
-
- 24 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-