- 04 Aug, 2017 1 commit
-
-
Shlomi Fish authored
-
- 15 May, 2017 1 commit
-
-
Nico Weber authored
This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks.
-
- 27 Apr, 2016 1 commit
-
-
Li Peng authored
Signed-off-by:Li Peng <lip@dtdream.com>
-
- 08 Sep, 2015 1 commit
-
-
Billy Donahue authored
These tuples are created with make_tuple, which is given temporaries. The make_tuple is in a function argument list. A possibly overzealous static_assert in libc++'s std::tuple ctor is firing in our 'Perform(make_tuple("hi"))' calls, so we can't use its make_tuple here. Instead we will use explicitly-constructed tuples constructed from non-temporary strings. Workaround for llvm bug: https://llvm.org/bugs/show_bug.cgi?id=20855 An alternative to https://github.com/google/googletest/pull/580 .
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue 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
-
- 29 Jan, 2014 1 commit
-
-
kosak authored
-
- 18 Jun, 2013 1 commit
-
-
zhanyong.wan authored
AllOf() and AnyOf() can accept any number of arguments now in C++11 mode.
-
- 01 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 24 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-
- 05 Oct, 2010 1 commit
-
-
zhanyong.wan authored
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 23 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 22 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 21 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 20 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 17 Jun, 2009 1 commit
-
-
zhanyong.wan authored
-
- 11 May, 2009 1 commit
-
-
zhanyong.wan authored
Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementation of Not, AnyOf, and AllOf to use SafeMatcherCast (by Vlad Losev); implemented ACTION_TEMPLATE (by Zhanyong Wan); worked around bugs on Symbian (by Zhanyong Wan).
-
- 09 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 19 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-
- 06 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-
- 02 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-
- 09 Jan, 2009 1 commit
-
-
shiqian authored
-
- 10 Dec, 2008 1 commit
-
-
shiqian authored
-