kosak
|
6e87b780d3
|
Update gmock_doctor to accept static_assert output.
|
11 years ago |
zhanyong.wan
|
2fd619edd3
|
Pulls in gtest r615.
Renames internal enums to the kFoo naming style.
Fixes gmock doctor to work with newer versions of Clang.
|
13 years ago |
jgm
|
79a367eb21
|
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
|
13 years ago |
vladlosev
|
f44bdc7398
|
Fixed Google Mock Doctor Clang regexes to work on both k8 and piii (by Greg Miller).
|
14 years ago |
vladlosev
|
0fd8396827
|
Modifies gmock_doctor.py to work with GCC output that contains file:line:char positions and left and right quote characters (U+2018 and U+2019) instead of apostrophes (U+0027).
|
14 years ago |
vladlosev
|
eca38cd7ec
|
More Clang support improvements in Google Mock Doctor.
|
14 years ago |
vladlosev
|
787146bdb7
|
Improves support for Clang in Google Mock Doctor.
|
14 years ago |
vladlosev
|
71d08627a3
|
Fixes Google Mock Doctor affected by the latest tweaks to Clang.
|
14 years ago |
zhanyong.wan
|
ed6c9277bb
|
Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68.
|
14 years ago |
zhanyong.wan
|
5b61ce3ee5
|
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).
|
14 years ago |
zhanyong.wan
|
a684b5a526
|
Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525.
|
15 years ago |
zhanyong.wan
|
5921483640
|
Adds SetArgPointee to replace SetArgumentPointee.
|
15 years ago |
vladlosev
|
662d8a2350
|
Factors out email address in Google Mock Doctor messages.
|
15 years ago |
vladlosev
|
4c91551c3b
|
Updates the gMock Doctor script to understand Clang error messages.
|
15 years ago |
zhanyong.wan
|
02f7106557
|
Moves the universal printer from gmock to gtest (by Vlad Losev).
|
15 years ago |
zhanyong.wan
|
099e3b93c5
|
Makes gmock_doctor work with gcc 4.4.0.
|
16 years ago |
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).
|
16 years ago |
vladlosev
|
a63be0bd91
|
Adjusts gMock Doctor to work with Return implementation updated in r233
|
16 years ago |
zhanyong.wan
|
a89034c802
|
Removes gmock's dependency on python2.4.
|
16 years ago |
zhanyong.wan
|
387bdd551d
|
Makes ByRef(x) printable as a reference to x.
|
16 years ago |
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.
|
16 years ago |
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.
|
16 years ago |
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.
|
16 years ago |
zhanyong.wan
|
5b95fa7b16
|
Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor.
|
16 years ago |
shiqian
|
e35fdd936d
|
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
|
17 years ago |