Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to ↵ | zhanyong.wan | 2010-08-31 | 3 | -16/+16 |
| | | | | unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); fixes the VC projects (by Fredrik Roubert). | ||||
* | Picks up gtest r453. | zhanyong.wan | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Removes unused scons scripts; picks up gtest r446. | zhanyong.wan | 2010-07-21 | 2 | -3/+3 |
| | |||||
* | Implements ReturnPointee() and ReturnRefOfCopy(). | zhanyong.wan | 2010-07-03 | 2 | -0/+35 |
| | |||||
* | Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. | zhanyong.wan | 2010-06-09 | 1 | -0/+51 |
| | |||||
* | Replaces Python-style interpolation with arbitrary C++ string expression in ↵ | zhanyong.wan | 2010-06-08 | 2 | -361/+27 |
| | | | | MATCHER* descriptions. | ||||
* | Implements Pointwise(). | zhanyong.wan | 2010-05-17 | 3 | -47/+172 |
| | |||||
* | Renames test script flags. | vladlosev | 2010-05-13 | 2 | -59/+3 |
| | |||||
* | Moves the universal printer from gmock to gtest (by Vlad Losev). | zhanyong.wan | 2010-05-10 | 5 | -1552/+7 |
| | |||||
* | Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110). | vladlosev | 2010-05-05 | 3 | -15/+25 |
| | |||||
* | Adds a synchronization test. | vladlosev | 2010-05-04 | 1 | -2/+16 |
| | |||||
* | Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by ↵ | zhanyong.wan | 2010-04-22 | 1 | -7/+95 |
| | | | | Zhanyong Wan); pulls in gtest r424. | ||||
* | Improves matcher messages across the board. | zhanyong.wan | 2010-03-24 | 3 | -147/+381 |
| | |||||
* | Fixes the explanation generated by many composite matchers (by Manuel ↵ | zhanyong.wan | 2010-03-16 | 3 | -47/+81 |
| | | | | Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan). | ||||
* | Adds IsInterested() to MatchResultListener; clarifies the format of matcher ↵ | zhanyong.wan | 2010-03-15 | 1 | -8/+45 |
| | | | | description and match result explanation; renames the free function MatchAndExplain() to ExplainMatchResult() to avoid it being hidden inside a MATCHER* definition. | ||||
* | Adds a free function MatchAndExplain(). | zhanyong.wan | 2010-03-05 | 1 | -2/+26 |
| | |||||
* | Enables tests depending on stdout capturing (by Vlad Losev). | zhanyong.wan | 2010-02-02 | 3 | -117/+124 |
| | |||||
* | BREAKING CHANGE: drops the old matcher API. See ↵ | zhanyong.wan | 2010-01-28 | 2 | -37/+38 |
| | | | | http://code.google.com/p/googlemock/wiki/FrequentlyAskedQuestions for details. | ||||
* | Enables regex matchers on all platforms. | zhanyong.wan | 2010-01-14 | 3 | -26/+18 |
| | |||||
* | Allows Field() and Property() to work when the matcher argument is a pointer ↵ | zhanyong.wan | 2010-01-13 | 1 | -0/+23 |
| | | | | passed by reference. | ||||
* | Implements the new matcher API. | zhanyong.wan | 2010-01-08 | 2 | -16/+181 |
| | |||||
* | Fixes a slew of compiler warnings and turns on "warning as error" in the ↵ | zhanyong.wan | 2009-12-23 | 15 | -70/+235 |
| | | | | scons build. | ||||
* | Removes uses of GTEST_HAS_STD_STRING. | zhanyong.wan | 2009-12-16 | 2 | -6/+0 |
| | |||||
* | Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad ↵ | zhanyong.wan | 2009-12-01 | 4 | -9/+26 |
| | | | | Losev); Fixes ambiguous call to implicit_cast; Uses gtest's SkipPrefix() instead gmock's own (by Vlad Losev). | ||||
* | Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the ↵ | zhanyong.wan | 2009-11-24 | 5 | -97/+74 |
| | | | | Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev). | ||||
* | Tests NotNull/IsNull with testing::internal::scoped_ptr. | vladlosev | 2009-11-18 | 1 | -0/+19 |
| | |||||
* | Updates IsNull and NotNull matchers to work with smart pointers. | vladlosev | 2009-11-18 | 1 | -0/+37 |
| | |||||
* | Enables gmock's implicit_cast to work with source types that have a ↵ | vladlosev | 2009-11-18 | 1 | -4/+135 |
| | | | | non-const conversion operator (by Zhanyong Wan). | ||||
* | Enables gmock's implicit_cast to work with source types that | vladlosev | 2009-11-18 | 1 | -0/+47 |
| | |||||
* | Adds gmock_all_test.cc for compiling most gmock tests in a single file. | zhanyong.wan | 2009-11-12 | 1 | -0/+49 |
| | |||||
* | Adds a dummy test to gmock-port.test.cc. | zhanyong.wan | 2009-11-06 | 1 | -1/+5 |
| | |||||
* | Enables more verbose output for expectations (by Sverre Sundsdal); Fixes ↵ | vladlosev | 2009-10-21 | 4 | -63/+81 |
| | | | | information loss warning when compiled by VC8.0 with /Wp64; Skips two tests on Windows Mobile that don't work there. | ||||
* | Changes gmock's version to 1.4.0. Also fixes a compiler warning. | zhanyong.wan | 2009-09-30 | 1 | -1/+1 |
| | |||||
* | Implements the MockFunction class. | zhanyong.wan | 2009-09-25 | 1 | -0/+44 |
| | |||||
* | Makes gmock work on Symbian (both 3rd & 5th editions), original patch ↵ | zhanyong.wan | 2009-09-25 | 4 | -25/+60 |
| | | | | contributed by Mika Raento. | ||||
* | Adds the IsNull() matcher. | zhanyong.wan | 2009-09-24 | 2 | -0/+35 |
| | |||||
* | Simplifies gmock code using gtest's OS-indicating macros. | zhanyong.wan | 2009-09-24 | 2 | -11/+11 |
| | |||||
* | Removes gmock's dependency on python2.4. | zhanyong.wan | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Picks up gtest r314. | zhanyong.wan | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | Disbles two tests that crash on Symbian. | zhanyong.wan | 2009-09-17 | 1 | -3/+13 |
| | |||||
* | Simplifies the definition of NativeArray. Works around a VC bug in ↵ | zhanyong.wan | 2009-09-16 | 3 | -30/+44 |
| | | | | StrictMock & NiceMock. | ||||
* | Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad ↵ | zhanyong.wan | 2009-09-16 | 2 | -87/+116 |
| | | | | Losev). | ||||
* | Removes dead code in gmock-more-actions_test.cc. | zhanyong.wan | 2009-09-12 | 1 | -132/+0 |
| | |||||
* | Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED. | zhanyong.wan | 2009-09-11 | 5 | -60/+23 |
| | |||||
* | Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); ↵ | zhanyong.wan | 2009-08-31 | 2 | -21/+47 |
| | | | | Enables gMock to compile with VC 7.1 (by Vlad Losev). | ||||
* | Improves protobuf print format. | zhanyong.wan | 2009-08-14 | 2 | -3/+29 |
| | |||||
* | Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes ↵ | zhanyong.wan | 2009-08-07 | 1 | -0/+15 |
| | | | | gmock compilable on platforms that don't have ::abort() (by Acadeli Checa); Fixes compatibility with Symbian's STLport (by Acadeli Checa). | ||||
* | Re-organizes the file structure for actions. | zhanyong.wan | 2009-07-22 | 3 | -599/+882 |
| | |||||
* | Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h ↵ | zhanyong.wan | 2009-07-21 | 1 | -0/+16 |
| | | | | (by Zhanyong Wan). | ||||
* | Makes ByRef(x) printable as a reference to x. | zhanyong.wan | 2009-07-20 | 1 | -0/+10 |
| |