- 27 Jul, 2015 2 commits
- 24 Jul, 2015 2 commits
- 19 Jul, 2015 1 commit
-
-
kosak authored
-
- 17 Jul, 2015 3 commits
- 14 Jul, 2015 2 commits
- 28 Apr, 2015 2 commits
-
-
kosak authored
-
kosak authored
Addresses issue #173: https://code.google.com/p/googlemock/issues/detail?id=173
-
- 08 Jan, 2015 2 commits
-
-
kosak authored
Thanks tberghammer for pointing it out. https://codereview.appspot.com/185420043/
-
kosak authored
Change an example to use 'override' rather than 'virtual'. Add missing headers for 'connect' and 'socket'.
-
- 17 Nov, 2014 1 commit
-
-
kosak authored
-
- 28 Jul, 2014 1 commit
-
-
kosak authored
-
- 18 Jun, 2014 1 commit
-
-
kosak authored
-
- 15 May, 2014 1 commit
-
-
billydonahue authored
-
- 24 Mar, 2014 1 commit
-
-
kosak authored
Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.
-
- 06 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 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
-
- 05 Apr, 2013 1 commit
-
-
vladlosev 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 3 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
googlemock change.
-
- 22 Feb, 2013 2 commits
- 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.
-
- 09 Jul, 2012 1 commit
-
-
jgm authored
-
- 07 Jun, 2012 1 commit
-
-
zhanyong.wan authored
char arrays are not escapped properly.
-
- 31 May, 2012 1 commit
-
-
zhanyong.wan authored
allow exepctions to be thrown in a destructor.
-
- 17 Jan, 2012 1 commit
-
-
jgm authored
of a failure.
-
- 04 Nov, 2011 1 commit
-
-
vladlosev authored
-
- 24 Oct, 2011 1 commit
-
-
vladlosev authored
Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs).
-
- 05 Oct, 2011 1 commit
-
-
vladlosev authored
Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister).
-
- 16 Sep, 2011 1 commit
-
-
zhanyong.wan authored
-