788 Commits (b55ac7f36ff032d5519cf55b84ca930ff9f80b97)
 

Author SHA1 Message Date
zhanyong.wan c97e3001cd Updates the version number to 1.7.0 12 years ago
vladlosev f5fa71f728 Implements support for calling Test::RecordProperty() outside of a test. 12 years ago
zhanyong.wan c10a35a26a Fixes some compatibility issues with STLport. 12 years ago
zhanyong.wan 5f18b68bfc Fixes some compatibility issues with STLport. 12 years ago
zhanyong.wan a9a59e06dd Makes WhenSorted() support associative containers (by billydonahue@google.com). 12 years ago
zhanyong.wan 1f122a06e6 Adds special support for matching StringPiece. Pulls in gtest r646. 12 years ago
zhanyong.wan c08ec2a768 Replaces unportable == with portable = in configure.ac. 12 years ago
zhanyong.wan 1edbcbad73 Prints a useful message when GetParam() is called in a non-parameterized test. 12 years ago
zhanyong.wan 6b7a167dca Supports colored output on term type screen-256color. 12 years ago
zhanyong.wan 2eab17b76d Removes an unnecessary semi-colon, which causes a warning in GCC's pedantic mode. 12 years ago
zhanyong.wan a1a98f840e Adds a cmake target for gmock_ex_test; also fixes name shadowing warnings. 12 years ago
zhanyong.wan c896504e41 Improves the tests for nice, naggy, and strict mocks. 12 years ago
zhanyong.wan 20d1a235bc Allows the return type of a mock method to contain unprotected commas. 12 years ago
zhanyong.wan 29be92385e Removes unused variables and functions. 12 years ago
zhanyong.wan 844fa94976 Implements NaggyMock. 12 years ago
zhanyong.wan a31d9ce290 Implements matcher SizeIs(). 12 years ago
zhanyong.wan 83f6b08b5f Clarifies how to implement MatcherInterface. 12 years ago
zhanyong.wan 320814aca0 Implements matcher IsEmpty(); also pulls in gtest r643. 12 years ago
zhanyong.wan fc01f532a6 Fixes unused function warning on Mac, and fixes compatibility with newer GCC. 12 years ago
zhanyong.wan 6a036a5c8c Fixes a nasty issue in gtest's template instantiation. 12 years ago
zhanyong.wan b3ed14ac17 Implements RUN_ALL_TESTS() as a function. 12 years ago
zhanyong.wan edd4ab4945 Makes googlemock throw a runtime_error instead of abort when a mock 12 years ago
zhanyong.wan 1b89db9705 Removes an unused variable; also refactors to support an up-coming 12 years ago
zhanyong.wan 88fe90793c Removes dangling references in make/cmake files. 12 years ago
zhanyong.wan cf40604cf0 Adds -pthread and switches -I to -isystem in build instructions; 12 years ago
zhanyong.wan b854938bd0 Adds -pthread and changes -I to -isystem in gtest's build instructions. 12 years ago
kosak ba072ccca4 Fixes gUnit streaming output format. 12 years ago
kosak cc1fdb58ca Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment. 12 years ago
zhanyong.wan 65b5c22436 Fixes an out-dated URL. 12 years ago
vladlosev 40fa8ffc9e Adds the LICENSE file to the distribution. 12 years ago
vladlosev d367343685 Adds the LICENSE file to the distribution. 12 years ago
jgm 268ba61815 Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support for death tests in iOS simulator. 12 years ago
jgm 38513a8bb1 Unfortunately, the svn repo is a bit out of date. This commit contains 8 12 years ago
jgm 87fdda2cf2 Unfortunately, the svn repo is a bit out of date. This commit contains 8 12 years ago
vladlosev 78bf6d5724 Improves Android support (by David Turner). 13 years ago
vladlosev b535c1767e Removes obsolete debug code. 13 years ago
vladlosev ff8d732cef Fixes gtest-tuple.h in Visual C++ 7.1. 13 years ago
vladlosev ada23475e2 Makes gmock's Pointee() work for optional<T> (by Jeffrey Yasskin). 13 years ago
vladlosev 2147489625 Fixed Native Client build of gtest when using glibc (by Ben Smith). 13 years ago
vladlosev 1f7bb45e07 Prevents pump.py from splitting long IWYU pragma lines. 13 years ago
jgm 4c97512141 fixes a problem in which we pass the address one byte ~/svn/googletest/trunk 13 years ago
jgm a1c4b46bc2 added defines for iOS 13 years ago
zhanyong.wan a88c9a88e4 Improves gtest's failure messages. In particulars, char pointers and 13 years ago
zhanyong.wan 2fd619edd3 Pulls in gtest r615. 13 years ago
zhanyong.wan a3b859162d Fixes threading annotations and compatibility with C++11, which doesn't 13 years ago
vladlosev cdb24f86d5 Teach gtest to autodetect rtti support with clang (by Nico Weber). 13 years ago
jgm 79a367eb21 Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. 13 years ago
jgm 9a56024c9a Added support for platforms where pthread_t is a struct rather than an integral 13 years ago
jgm f0b86fc3b0 Misc small updates to some debug death code, and to messages streaming to macros 13 years ago
jgm cfb40870bc Locking for Notification class. 13 years ago