- 05 Oct, 2011 1 commit
-
-
vladlosev authored
-
- 26 Sep, 2011 1 commit
-
-
vladlosev authored
-
- 16 Sep, 2011 1 commit
-
-
zhanyong.wan authored
-
- 09 Sep, 2011 1 commit
-
-
vladlosev authored
Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs permanently if it consumes more cpu than the SIGPROF signal timer interval (by Nabeel Mian).
-
- 20 Jun, 2011 1 commit
-
-
vladlosev authored
-
- 13 Jun, 2011 1 commit
-
-
vladlosev authored
-
- 20 May, 2011 1 commit
-
-
vladlosev authored
-
- 14 Apr, 2011 1 commit
-
-
zhanyong.wan authored
-
- 12 Apr, 2011 1 commit
-
-
zhanyong.wan authored
-
- 09 Apr, 2011 1 commit
-
-
vladlosev authored
Simplifies ASCII character detection in gtest-printers.h. This also makes it possible to build Google Test on MinGW.
-
- 08 Apr, 2011 1 commit
-
-
vladlosev 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).
-
- 01 Apr, 2011 1 commit
-
-
vladlosev authored
-
- 30 Mar, 2011 2 commits
-
-
vladlosev authored
Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362).
-
vladlosev authored
-
- 11 Mar, 2011 1 commit
-
-
zhanyong.wan authored
with Android (by Zachary Vorhies).
-
- 05 Mar, 2011 1 commit
-
-
zhanyong.wan authored
Kelley. Simplified by Zhanyong Wan.
-
- 22 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-
- 12 Feb, 2011 1 commit
-
-
vladlosev authored
-
- 02 Feb, 2011 3 commits
-
-
vladlosev authored
-
zhanyong.wan authored
-
zhanyong.wan authored
report; also removes the comment() and test_case_comment() fields of TestInfo. Proposed and initally implemented by Joey Oravec. Re-implemented by Vlad Losev.
-
- 29 Jan, 2011 2 commits
- 02 Dec, 2010 1 commit
-
-
zhanyong.wan authored
Makes gtest print string literals correctly when it contains \x escape sequences. Contributed by Yair Chuchem.
-
- 30 Nov, 2010 1 commit
-
-
vladlosev authored
-
- 26 Oct, 2010 1 commit
-
-
vladlosev authored
-
- 22 Oct, 2010 1 commit
-
-
vladlosev authored
-
- 18 Oct, 2010 1 commit
-
-
vladlosev authored
-
- 14 Oct, 2010 1 commit
-
-
zhanyong.wan authored
-
- 11 Oct, 2010 1 commit
-
-
zhanyong.wan authored
Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release() method (by Zhanyong Wan).
-
- 27 Sep, 2010 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 08 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 31 Aug, 2010 1 commit
-
-
zhanyong.wan authored
Casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); removes conditional #includes keyed on GTEST_HAS_PROTOBUF_ (by Zhanyong Wan); publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); forward declares some classes properly (by Samuel Benzaquen); honors the --gtest_catch_exceptions flag (by Vlad Losev).
-
- 19 Aug, 2010 1 commit
-
-
zhanyong.wan authored
Removes the Windows golden file (by Vlad Losev); implements test result streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan).
-
- 09 Aug, 2010 1 commit
-
-
zhanyong.wan authored
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev).
-
- 22 Jul, 2010 1 commit
-
-
vladlosev authored
Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them.
-
- 21 Jul, 2010 1 commit
-
-
zhanyong.wan authored
Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan). Works around a bug in Cymbian's C++ compiler (by Vlad Losev).
-