zhanyong.wan
|
4b16e8ed27
|
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).
|
2010-10-05 06:11:56 +00:00 |
|
zhanyong.wan
|
5921483640
|
Adds SetArgPointee to replace SetArgumentPointee.
|
2010-10-05 05:58:51 +00:00 |
|
vladlosev
|
662d8a2350
|
Factors out email address in Google Mock Doctor messages.
|
2010-09-29 00:38:12 +00:00 |
|
zhanyong.wan
|
d43acacf50
|
Fixes issue 105.
|
2010-09-27 22:10:44 +00:00 |
|
vladlosev
|
4c91551c3b
|
Updates the gMock Doctor script to understand Clang error messages.
|
2010-09-25 00:52:20 +00:00 |
|
zhanyong.wan
|
53e08c44dd
|
Include gtest and gmock headers as user headers instead of system headers.
|
2010-09-14 05:38:21 +00:00 |
|
zhanyong.wan
|
02f7106557
|
Moves the universal printer from gmock to gtest (by Vlad Losev).
|
2010-05-10 17:14:29 +00:00 |
|
zhanyong.wan
|
33605ba454
|
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424.
|
2010-04-22 23:37:47 +00:00 |
|
zhanyong.wan
|
099e3b93c5
|
Makes gmock_doctor work with gcc 4.4.0.
|
2009-12-09 17:58:37 +00:00 |
|
zhanyong.wan
|
19eb9e9e3d
|
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).
|
2009-11-24 20:23:18 +00:00 |
|
vladlosev
|
a63be0bd91
|
Adjusts gMock Doctor to work with Return implementation updated in r233
|
2009-11-18 00:42:27 +00:00 |
|
zhanyong.wan
|
a89034c802
|
Removes gmock's dependency on python2.4.
|
2009-09-22 16:18:42 +00:00 |
|
zhanyong.wan
|
387bdd551d
|
Makes ByRef(x) printable as a reference to x.
|
2009-07-20 21:16:35 +00:00 |
|
zhanyong.wan
|
240fe5a0cf
|
Fixes errors in the autotools scripts.
|
2009-06-05 06:42:33 +00:00 |
|
zhanyong.wan
|
b82431625d
|
Makes all container matchers work with (possibly multi-dimensional) native arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease.
|
2009-06-04 05:48:20 +00:00 |
|
zhanyong.wan
|
c2ad46a5df
|
Improves gmock generator and adds a test for it (by Neal Norwitz).
|
2009-06-02 20:41:21 +00:00 |
|
zhanyong.wan
|
9413f2ff61
|
Avoids unnecessary printing of call into to internal buffers;
Made the universal value printer safer when printing char[];
Removed duplicated code in InvokeWith;
Improved gmock_doctor.py.
|
2009-05-29 19:50:06 +00:00 |
|
zhanyong.wan
|
16cf473930
|
Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-time; uses ACTION_TEMPLATE to simplify the definition of many actions; makes mock object uncopyable; teaches gmock doctor about wrong MOCK_METHODn.
|
2009-05-14 20:55:30 +00:00 |
|
zhanyong.wan
|
d955e83bee
|
Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger.
|
2009-05-07 21:20:57 +00:00 |
|
zhanyong.wan
|
84b8e4c65d
|
Cleans up the mock generator script:
- updates the doc string.
- adds a version number.
- fixes the condition for error messages in _GenerateMocks().
|
2009-05-07 20:38:25 +00:00 |
|
nnorwitz
|
ce60784fb5
|
Allow any number of ClassNames to be specified on the command line.
0 ClassNames means emit all classes found in the file.
|
2009-05-06 05:57:09 +00:00 |
|
nnorwitz
|
60df3efe39
|
Fix grammar in comment
|
2009-05-06 05:31:57 +00:00 |
|
nnorwitz
|
987a978c3c
|
Issue 44: "const" is missing for const return types
The modifiers (things like const, volatile, etc) were not being added
to return types.
|
2009-05-06 05:01:46 +00:00 |
|
zhanyong.wan
|
56fe7460a8
|
Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source files (by Zhanyong Wan).
|
2009-04-09 03:01:25 +00:00 |
|
zhanyong.wan
|
31c4522aa1
|
Adds upload_gmock.py for uploading a patch for review.
|
2009-02-13 07:46:38 +00:00 |
|
zhanyong.wan
|
5b95fa7b16
|
Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor.
|
2009-01-27 22:28:45 +00:00 |
|
shiqian
|
c50af1ab55
|
Improves the documentation.
|
2008-12-11 05:22:15 +00:00 |
|
shiqian
|
281b1d21db
|
More tweaks to the build script.
|
2008-12-11 00:13:55 +00:00 |
|
shiqian
|
e35fdd936d
|
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
|
2008-12-10 05:08:54 +00:00 |
|