R9484/scriptsmaster
R9484/scripts
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
affb09edf0df | Billy Donahue | move googlemock files into googlemock/ subdir | Aug 25 2015 | |||
6e1087218be3 | kosak | Rename custom/callback-actions.h[.pump] => custom/gmock-generated-actions.h… | Jul 28 2015 | |||
67c377d3b182 | kosak | Move Callback-related generated actions to a custom/ file. | Jul 19 2015 | |||
6305ff5a922d | kosak | Change IsNull and NotNull to use ==/!= nullptr in C++11. Also update… | Apr 29 2015 | |||
8e838ce0fd14 | kosak | Adding support to gmock_gen for nested templates. | Jan 8 2015 | |||
61adbcc5c6b8 | kosak | Add support for C++11 explicitly defaulted and deleted special member functions… | Nov 17 2014 | |||
055b6b17d235 | kosak | Prevent gmock_gen from returning exit code zero on a failure to parse. | Nov 17 2014 | |||
f58b49a2b14f | kosak | Handle parameters without variable names when the type includes *, & or []. | Nov 17 2014 | |||
6e87b780d348 | kosak | Update gmock_doctor to accept static_assert output. | Nov 17 2014 | |||
c26f969579d6 | kosak | Make the gmock generator work with the 'override' keyword. Also pull in gtest… | Mar 13 2014 | |||
45fef502fac4 | zhanyong.wan | makes googlemock generator handle some class templates; pulls in gtest r662 | Sep 7 2013 | |||
2fd619edd3d1 | zhanyong.wan | Pulls in gtest r615. | May 31 2012 | |||
79a367eb217f | jgm | Reduced template instantiation depth for the AllOf and AnyOf matchers. Also… | Apr 10 2012 | |||
f44bdc739896 | vladlosev | Fixed Google Mock Doctor Clang regexes to work on both k8 and piii (by Greg… | Oct 24 2011 | |||
0fd839682765 | vladlosev | Modifies gmock_doctor.py to work with GCC output that contains file:line:char… | Sep 28 2011 | |||
5aa8dd99e2ec | vladlosev | Renames the license files. | Sep 9 2011 | |||
eca38cd7ecf0 | vladlosev | More Clang support improvements in Google Mock Doctor. | Aug 25 2011 | |||
787146bdb730 | vladlosev | Improves support for Clang in Google Mock Doctor. | Aug 16 2011 | |||
f4eeaedb39b6 | vladlosev | Fixes issue 139 and issue 140. | May 20 2011 | |||
71d08627a373 | vladlosev | Fixes Google Mock Doctor affected by the latest tweaks to Clang. | Mar 30 2011 | |||
ed6c9277bb12 | zhanyong.wan | Makes Google Mock compile much faster and use much less memory; reviewed by… | Feb 23 2011 | |||
5b61ce3ee5b1 | zhanyong.wan | Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance… | Feb 1 2011 | |||
a684b5a5269e | zhanyong.wan | Enables SetArgPointee<>() to accept a string literal; removes a self-assignment… | Dec 3 2010 | |||
d8e15d9c4a05 | zhanyong.wan | Adds more tests for the gmock generator. | Oct 5 2010 | |||
4b16e8ed2785 | zhanyong.wan | Enables gmock_gen to handle return types that are templates (based on Pride… | Oct 5 2010 | |||
5921483640fe | zhanyong.wan | Adds SetArgPointee to replace SetArgumentPointee. | Oct 5 2010 | |||
662d8a235021 | vladlosev | Factors out email address in Google Mock Doctor messages. | Sep 29 2010 | |||
d43acacf5070 | zhanyong.wan | Fixes issue 105. | Sep 28 2010 | |||
4c91551c3b34 | vladlosev | Updates the gMock Doctor script to understand Clang error messages. | Sep 25 2010 | |||
53e08c44dd34 | zhanyong.wan | Include gtest and gmock headers as user headers instead of system headers. | Sep 14 2010 | |||
02f7106557fd | zhanyong.wan | Moves the universal printer from gmock to gtest (by Vlad Losev). | May 10 2010 | |||
33605ba45417 | zhanyong.wan | Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by… | Apr 23 2010 | |||
099e3b93c588 | zhanyong.wan | Makes gmock_doctor work with gcc 4.4.0. | Dec 9 2009 | |||
19eb9e9e3d4d | zhanyong.wan | Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Python… | Nov 24 2009 | |||
a63be0bd91eb | vladlosev | Adjusts gMock Doctor to work with Return implementation updated in r233 | Nov 18 2009 | |||
a89034c8021e | zhanyong.wan | Removes gmock's dependency on python2.4. | Sep 22 2009 | |||
387bdd551d4a | zhanyong.wan | Makes ByRef(x) printable as a reference to x. | Jul 20 2009 | |||
240fe5a0cf84 | zhanyong.wan | Fixes errors in the autotools scripts. | Jun 5 2009 | |||
b82431625d18 | zhanyong.wan | Makes all container matchers work with (possibly multi-dimensional) native… | Jun 4 2009 | |||
c2ad46a5df44 | zhanyong.wan | Improves gmock generator and adds a test for it (by Neal Norwitz). | Jun 2 2009 | |||
9413f2ff615a | zhanyong.wan | Avoids unnecessary printing of call into to internal buffers; Made the… | May 29 2009 | |||
16cf473930c0 | zhanyong.wan | Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile… | May 14 2009 | |||
d955e83bee39 | zhanyong.wan | Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger. | May 7 2009 | |||
84b8e4c65d08 | zhanyong.wan | Cleans up the mock generator script: | May 7 2009 | |||
ce60784fb51a | nnorwitz | Allow any number of ClassNames to be specified on the command line. 0… | May 6 2009 | |||
60df3efe3971 | nnorwitz | Fix grammar in comment | May 6 2009 | |||
987a978c3c52 | nnorwitz | Issue 44: "const" is missing for const return types | May 6 2009 | |||
56fe7460a898 | zhanyong.wan | Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source files… | Apr 9 2009 | |||
31c4522aa1a1 | zhanyong.wan | Adds upload_gmock.py for uploading a patch for review. | Feb 13 2009 | |||
5b95fa7b1602 | zhanyong.wan | Improves error messages for undefined return value (by Sverre Sundsdal)… | Jan 27 2009 | |||
c50af1ab55b4 | shiqian | Improves the documentation. | Dec 11 2008 | |||
281b1d21dbd7 | shiqian | More tweaks to the build script. | Dec 11 2008 | |||
e35fdd936d13 | shiqian | Initial drop of Google Mock. The files are incomplete and thus may not build… | Dec 10 2008 |
c4science · Help