- 22 Feb, 2013 1 commit
-
-
kosak authored
Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment.
-
- 02 Feb, 2013 1 commit
-
-
zhanyong.wan authored
-
- 03 Dec, 2012 1 commit
-
-
jgm authored
Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support for death tests in iOS simulator.
-
- 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.
-
- 19 Sep, 2012 1 commit
-
-
vladlosev authored
-
- 06 Sep, 2012 2 commits
- 14 Aug, 2012 1 commit
-
-
vladlosev authored
-
- 09 Jul, 2012 1 commit
-
-
jgm authored
-
- 07 Jun, 2012 1 commit
-
-
zhanyong.wan authored
char arrays are not escapped properly.
-
- 02 May, 2012 1 commit
-
-
vladlosev authored
-
- 02 Apr, 2012 1 commit
-
-
jgm authored
type.
-
- 09 Mar, 2012 1 commit
-
-
jgm authored
-
- 27 Jan, 2012 1 commit
-
-
jgm authored
-
- 04 Nov, 2011 1 commit
-
-
vladlosev authored
-
- 28 Oct, 2011 1 commit
-
-
vladlosev authored
-
- 24 Oct, 2011 2 commits
- 05 Oct, 2011 2 commits
- 26 Sep, 2011 2 commits
- 16 Aug, 2011 1 commit
-
-
vladlosev authored
-
- 20 Jun, 2011 1 commit
-
-
vladlosev authored
-
- 13 Jun, 2011 1 commit
-
-
vladlosev authored
-
- 20 May, 2011 1 commit
-
-
vladlosev authored
-
- 12 May, 2011 1 commit
-
-
vladlosev authored
-
- 03 May, 2011 1 commit
-
-
vladlosev authored
-
- 15 Apr, 2011 1 commit
-
-
zhanyong.wan authored
Fixes XL C++ 10.1 compiler errors (based on patch by Hady Zalek); cleans up formatting of GTEST_NO_INLINE_.
-
- 14 Apr, 2011 1 commit
-
-
zhanyong.wan authored
-
- 12 Apr, 2011 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 08 Apr, 2011 1 commit
-
-
zhanyong.wan authored
-
- 07 Apr, 2011 1 commit
-
-
zhanyong.wan authored
makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name of xlC (by Hady Zalek).
-
- 30 Mar, 2011 1 commit
-
-
vladlosev authored
Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362).
-
- 29 Mar, 2011 1 commit
-
-
vladlosev authored
-
- 11 Mar, 2011 1 commit
-
-
zhanyong.wan authored
with Android (by Zachary Vorhies).
-
- 09 Mar, 2011 1 commit
-
-
zhanyong.wan authored
Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Hady Zalek's report and experiment; also fixes a bug that causes it to think that a class named const_iterator is a container; also clarifies the Borland C++ compatibility fix in the comments based on Josh Kelley's suggestion.
-
- 05 Mar, 2011 1 commit
-
-
zhanyong.wan authored
Kelley. Simplified by Zhanyong Wan.
-
- 22 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-