- 5b61ce3 Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox). by zhanyong.wan · 15 years ago
- a684b5a Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525. by zhanyong.wan · 15 years ago
- 88032d8 Adds comment clarifying the use of default-constructed matchers. by vladlosev · 15 years ago
- 2321b2a Adds action SaveArgPointee. by zhanyong.wan · 15 years ago
- 7dfbea4 Fixes an include order problem in CMakeLists.txt; pulls in gtest r489. by zhanyong.wan · 15 years ago
- d8e15d9 Adds more tests for the gmock generator. by zhanyong.wan · 15 years ago
- 4b16e8e Enables gmock_gen to handle return types that are templates (based on Pride Haveit's patch); also fixes deprecation warnings when using gmock_gen with python 2.6 (by Aaron Jacobs). by zhanyong.wan · 15 years ago
- 5921483 Adds SetArgPointee to replace SetArgumentPointee. by zhanyong.wan · 15 years ago
- 662d8a2 Factors out email address in Google Mock Doctor messages. by vladlosev · 15 years ago
- d43acac Fixes issue 105. by zhanyong.wan · 15 years ago
- 736baa8 Prints the type of the actual value as part of a match message when appropriate. by zhanyong.wan · 15 years ago
- 4c91551 Updates the gMock Doctor script to understand Clang error messages. by vladlosev · 15 years ago
- 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 15 years ago
- ad7c462 Simplifies the VC projects by using gmock-all.cc and by zhanyong.wan · 15 years ago
- 2516f60 Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); fixes the VC projects (by Fredrik Roubert). by zhanyong.wan · 15 years ago
- ccedc1c Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454. by zhanyong.wan · 15 years ago
- c6333dc Picks up gtest r453. by zhanyong.wan · 15 years ago
- d60c5f4 Removes unused scons scripts; picks up gtest r446. by zhanyong.wan · 15 years ago
- e3bd098 Implements ReturnPointee() and ReturnRefOfCopy(). by zhanyong.wan · 15 years ago
- 02c1505 Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. by zhanyong.wan · 15 years ago
- b414080 Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions. by zhanyong.wan · 15 years ago
- 0a781df Fixes build failure on Windows/CMake (issue 111). by vladlosev · 15 years ago
- ab5b77c Implements Pointwise(). by zhanyong.wan · 15 years ago
- 0f3f501 Adds CMake build script. by vladlosev · 15 years ago
- e2e8ba4 Renames test script flags. by vladlosev · 15 years ago
- 02f7106 Moves the universal printer from gmock to gtest (by Vlad Losev). by zhanyong.wan · 15 years ago
- 76c1c61 Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110). by vladlosev · 15 years ago
- 54af9ba Adds a synchronization test. by vladlosev · 15 years ago
- 33605ba Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424. by zhanyong.wan · 15 years ago
- 090c483 Fixes a typo in README. by vladlosev · 15 years ago
- d19f586 Improves Makefile.am (by Vlad Losev); fixes Makefile and updates README (by Zhanyong Wan). by zhanyong.wan · 15 years ago
- aa28b17 Updates the release notes. by zhanyong.wan · 15 years ago
- 439df04 Adds Manuel to CONTRIBUTORS, and pulls in gtest r405. by zhanyong.wan · 15 years ago
- b1c7f93 Improves matcher messages across the board. by zhanyong.wan · 15 years ago
- 676e8cc Fixes the explanation generated by many composite matchers (by Manuel Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan). by zhanyong.wan · 15 years ago
- a862f1d Adds IsInterested() to MatchResultListener; clarifies the format of matcher description and match result explanation; renames the free function MatchAndExplain() to ExplainMatchResult() to avoid it being hidden inside a MATCHER* definition. by zhanyong.wan · 15 years ago
- 34b034c Adds a free function MatchAndExplain(). by zhanyong.wan · 15 years ago
- 5905ba0 Adds threading support (by Vlad Losev); updates the version number (by Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev). by zhanyong.wan · 15 years ago
- 470df42 Enables tests depending on stdout capturing (by Vlad Losev). by zhanyong.wan · 16 years ago
- db22c22 BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/googlemock/wiki/FrequentlyAskedQuestions for details. by zhanyong.wan · 16 years ago
- 99643d2 Removes 'make install' instructions from README. by zhanyong.wan · 16 years ago
- d14aaed Enables regex matchers on all platforms. by zhanyong.wan · 16 years ago
- 6953a72 Allows Field() and Property() to work when the matcher argument is a pointer passed by reference. by zhanyong.wan · 16 years ago
- e122e45 Converts more matchers to the new API; fixes MatchAndExplain() for polymorphic matchers to allow non-const reference arguments. by zhanyong.wan · 16 years ago
- 8211331 Implements the new matcher API. by zhanyong.wan · 16 years ago
- 7f8eb72 Removes support for MSVC 7.1 from the scons scripts. by zhanyong.wan · 16 years ago
- 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 16 years ago
- 284b54d Trims the autotools build script. by zhanyong.wan · 16 years ago
- 39bf784 Removes uses of GTEST_HAS_STD_STRING. by zhanyong.wan · 16 years ago
- 5a3c169 Removes gmock_output_test_.vcproj. by zhanyong.wan · 16 years ago
- 099e3b9 Makes gmock_doctor work with gcc 4.4.0. by zhanyong.wan · 16 years ago
- a95c6a5 Fixes a C++-standard-compliance bug in gmock-printers.h. by zhanyong.wan · 16 years ago
- f6d6a22 Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Losev); Fixes ambiguous call to implicit_cast; Uses gtest's SkipPrefix() instead gmock's own (by Vlad Losev). by zhanyong.wan · 16 years ago
- 19eb9e9 Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev). by zhanyong.wan · 16 years ago
- e56daa7 Tests NotNull/IsNull with testing::internal::scoped_ptr. by vladlosev · 16 years ago
- b006f16 Adds SCons build files for Google Mock by vladlosev · 16 years ago
- 79b8350 Updates IsNull and NotNull matchers to work with smart pointers. by vladlosev · 16 years ago
- a63be0b Adjusts gMock Doctor to work with Return implementation updated in r233 by vladlosev · 16 years ago
- 201ac16 Enables gmock's implicit_cast to work with source types that have a non-const conversion operator (by Zhanyong Wan). by vladlosev · 16 years ago
- a070cbd Enables gmock's implicit_cast to work with source types that by vladlosev · 16 years ago
- 2871bb4 Adds gmock_all_test.cc for compiling most gmock tests in a single file. by zhanyong.wan · 16 years ago
- 21a5846 Makes gmock-generated-function-mockers.h conform to the C++ standard. by zhanyong.wan · 16 years ago
- 4910d29 Makes gmock-all.cc catch errors in fuse_gmock.py. by zhanyong.wan · 16 years ago
- 2e7c475 Adds a dummy test to gmock-port.test.cc. by zhanyong.wan · 16 years ago
- 6c54a5e Enables more verbose output for expectations (by Sverre Sundsdal); Fixes information loss warning when compiled by VC8.0 with /Wp64; Skips two tests on Windows Mobile that don't work there. by vladlosev · 16 years ago
- 7db42db Updates the 1.4.0 release notes. by zhanyong.wan · 16 years ago
- 7c95d83 Works around a Symbian compiler bug that causes memory leak (by Mika Raento). by zhanyong.wan · 16 years ago
- 79643f5 Changes gmock's version to 1.4.0. Also fixes a compiler warning. by zhanyong.wan · 16 years ago
- f3aa4d2 Implements the MockFunction class. by zhanyong.wan · 16 years ago
- 95b1233 Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento. by zhanyong.wan · 16 years ago
- 2d970ee Adds the IsNull() matcher. by zhanyong.wan · 16 years ago
- f7af24c Simplifies gmock code using gtest's OS-indicating macros. by zhanyong.wan · 16 years ago
- b0d1c08 Bumps up the version number for release 1.2.0. by zhanyong.wan · 16 years ago
- f47a2df Makes gmock compile on minGW, which uses gcc 3.4.5. by zhanyong.wan · 16 years ago
- a89034c Removes gmock's dependency on python2.4. by zhanyong.wan · 16 years ago
- bbd6e10 Picks up gtest r314. by zhanyong.wan · 16 years ago
- 93244dc Disbles two tests that crash on Symbian. by zhanyong.wan · 16 years ago
- 4bd79e4 Simplifies the definition of NativeArray. Works around a VC bug in StrictMock & NiceMock. by zhanyong.wan · 16 years ago
- f5e1ce5 Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev). by zhanyong.wan · 16 years ago
- c53b3dc Removes dead code in gmock-more-actions_test.cc. by zhanyong.wan · 16 years ago
- 04d6ed8 Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED. by zhanyong.wan · 16 years ago
- d6ffd13 Adds gmock-more-actions.h to the distribution ('make distcheck' passes). by zhanyong.wan · 16 years ago
- 5bc7cfe Updates CHANGES. by zhanyong.wan · 16 years ago
- 4664285 Depends on gtest r300, which allows String to contain NUL. by zhanyong.wan · 16 years ago
- 2b43a9e Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enables gMock to compile with VC 7.1 (by Vlad Losev). by zhanyong.wan · 16 years ago
- 0ea67f8 Improves protobuf print format. by zhanyong.wan · 16 years ago
- 9571b28 Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gmock compilable on platforms that don't have ::abort() (by Acadeli Checa); Fixes compatibility with Symbian's STLport (by Acadeli Checa). by zhanyong.wan · 16 years ago
- a18423e Re-organizes the file structure for actions. by zhanyong.wan · 16 years ago
- 1afe1c7 Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (by Zhanyong Wan). by zhanyong.wan · 16 years ago
- 387bdd5 Makes ByRef(x) printable as a reference to x. by zhanyong.wan · 16 years ago
- b5937da Adds the Key() matcher, by Marcus Borger. by zhanyong.wan · 16 years ago
- 41b9b0b Implements Expectation, ExpectationSet, and After for specifying expectation orders. by zhanyong.wan · 16 years ago
- 4019819 A trivial comment fix. by zhanyong.wan · 16 years ago
- 81476f2 Makes gmock-spec-builders_test.cc and gmock-internal-utils_test.cc work where both ::string and ::std::string are defined. by zhanyong.wan · 16 years ago
- 90c90f9 Switches from Boost TR1 tuple to gtest's TR1 tuple. by zhanyong.wan · 16 years ago
- 4cd148e Removes the .WithArguments() clause from ON_CALL and EXPECT_CALL. by zhanyong.wan · 16 years ago
- 07587e9 Works around a gcc bug that causes tr1/tuple to fail to compile when RTTI is disabled. by zhanyong.wan · 16 years ago
- bf55085 Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian. by zhanyong.wan · 16 years ago
- 2661c68 Implements the Args<k1, ..., kn>(m) matcher. by zhanyong.wan · 16 years ago
- 240fe5a Fixes errors in the autotools scripts. by zhanyong.wan · 16 years ago