- 13 Jan, 2014 1 commit
-
-
kosak authored
Also improve an error message in gtest_test_utils.py.
-
- 12 Jan, 2014 3 commits
- 04 Dec, 2013 1 commit
-
-
kosak authored
Fix spelling: repositary -> repository.
-
- 03 Dec, 2013 3 commits
- 18 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 06 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 27 Aug, 2013 1 commit
-
-
zhanyong.wan authored
-
- 09 Jul, 2013 1 commit
-
-
zhanyong.wan authored
-
- 08 Jul, 2013 2 commits
-
-
zhanyong.wan authored
allows gtest-config.in to work with an absoulte path for @top_srcdir@. h/t to Jimi Xenidis for reporting the issue and the fix.
-
zhanyong.wan authored
makes gtest-death-test_test.cc compile on platforms that don't support death tests; h/t to Steve Robbins for reporting the issue and suggesting the fix.
-
- 18 Jun, 2013 1 commit
-
-
zhanyong.wan authored
-
- 25 Apr, 2013 1 commit
-
-
vladlosev authored
When --gtest_filter is specified, XML report now doesn't contain information about tests that are filtered out (issue 141).
-
- 24 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 10 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 07 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 05 Apr, 2013 1 commit
-
-
vladlosev authored
-
- 04 Apr, 2013 1 commit
-
-
zhanyong.wan authored
-
- 19 Mar, 2013 1 commit
-
-
zhanyong.wan authored
Contributed by tk@giga.or.at.
-
- 12 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 11 Mar, 2013 1 commit
-
-
zhanyong.wan authored
Proposed as a one-line patch by Tom Jakubowski (tom@crystae.net); finished by Zhanyong Wan.
-
- 28 Feb, 2013 4 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
googlemock change.
-
- 27 Feb, 2013 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 22 Feb, 2013 2 commits
- 02 Feb, 2013 1 commit
-
-
zhanyong.wan authored
-
- 29 Jan, 2013 1 commit
-
-
vladlosev 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
-