16 Commits (9ab640ce5e5120021c5972d7e60f258bfca64d71)

Author SHA1 Message Date
misterg 81f0026066 Googletest export 6 years ago
Abseil Team a42cdf2abd Googletest export 6 years ago
misterg b492666068 Googletest export 6 years ago
Abseil Team 29b47e45cf Googletest export 6 years ago
misterg 78761b58fc Remove non-variadic pre C++11 AnyOf 6 years ago
Abseil Team 7d3b73c85a Unconditionally use std::tuple. 6 years ago
misterg fab35920ad Remove non-variadic pre C++11 AllOf 6 years ago
misterg ba974c97ac Googletest export 7 years ago
misterg db405ff8c3 Googletest export 7 years ago
misterg 936dae4efe Googletest export 7 years ago
Romain Geissler 93b05da26c Fix gcc misleading indentation again. 7 years ago
Abseil Team 65d03530e6 Googletest export 7 years ago
Gennadiy Civil 984cba30ed Formatting changes for automatic code management 7 years ago
Gennadiy Civil bd2a1aed03 merging gmock generated matchers 7 years ago
Gennadiy Civil e1071eb949 RE-Doing the merge, this time with gcc on mac in the PR so I can catch errors before merging the PR 7 years ago
Gennadiy Civil ca54b67303
Revert "gmock actions 2" 7 years ago
Gennadiy Civil e0b3c269c2 continued 7 years ago
Romain Geissler 20e2de7d8b Remove gcc 6 misleading indentations. 7 years ago
Herbert Thielen e033d8c73d change links from former code.google.com to current github repository 8 years ago
Billy Donahue affb09edf0 move googlemock files into googlemock/ subdir 10 years ago
billydonahue 1f5fdea417 Push several shanges: 11 years ago
kosak bd0188320d Export tuple and friends in the ::testing namespace. 11 years ago
zhanyong.wan fb25d53911 Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in 12 years ago
jgm 38513a8bb1 Unfortunately, the svn repo is a bit out of date. This commit contains 8 12 years ago
jgm 79a367eb21 Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. 13 years ago
zhanyong.wan 86d2eeb112 Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek). 14 years ago
zhanyong.wan 53e08c44dd Include gtest and gmock headers as user headers instead of system headers. 15 years ago
zhanyong.wan 02c1505ebf Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. 15 years ago
zhanyong.wan b4140808f9 Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions. 15 years ago
zhanyong.wan ab5b77c179 Implements Pointwise(). 15 years ago
zhanyong.wan 02f7106557 Moves the universal printer from gmock to gtest (by Vlad Losev). 15 years ago
zhanyong.wan b1c7f93c52 Improves matcher messages across the board. 15 years ago
zhanyong.wan 821133180c Implements the new matcher API. 15 years ago
zhanyong.wan 32de5f5376 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. 15 years ago
zhanyong.wan 95b12332c3 Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento. 16 years ago
zhanyong.wan 1afe1c7971 Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (by Zhanyong Wan). 16 years ago
zhanyong.wan 2661c6821a Implements the Args<k1, ..., kn>(m) matcher. 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 1bee7b2f1d Implements Contains(element) matcher. By Gary Morain. 16 years ago
zhanyong.wan 4a5330d3d6 Implements custom description string for MATCHER*. 16 years ago
zhanyong.wan e0d051ea64 Makes sure all internal macros are named GMOCK_*_. No functionality is changed. 16 years ago
zhanyong.wan ce198ff899 Implements the MATCHER* macros. 16 years ago
shiqian e35fdd936d Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. 16 years ago