8 Commits (f13bbe2992d188e834339abe6f715b2b2f840a77)

Author SHA1 Message Date
Gennadiy Civil ec425d7160 typo 7 years ago
Gennadiy Civil e4ab316c85 more msvc 7 years ago
Gennadiy Civil 1944bc0f51 typo 7 years ago
Gennadiy Civil e9eff488f9 msvc warnings 7 years ago
Gennadiy Civil bd2a1aed03 merging gmock generated matchers 7 years ago
Bryan Zimmerman 3ea06317cd remove implicit casts 7 years ago
Bryan Zimmerman 1ae4096b9c fix for VS2017 deprecation of ::tr1::tuple 7 years ago
Arkadiy Shapkin 2641b021fc Fix tests with VS2015 and VS2017 7 years ago
Nico Weber 09fd5b3ebf Use std::string and ::string explicitly in gtest and gmock code. 8 years ago
Billy Donahue affb09edf0 move googlemock files into googlemock/ subdir 10 years ago
kosak bd0188320d Export tuple and friends in the ::testing namespace. 11 years ago
kosak 18489fa4f8 Distinguish between C++11 language and library support for <initializer_list>. 11 years ago
kosak 6414d806cd Fix warnings encountered with clang -Wall, and pull in gtest 670. 11 years ago
zhanyong.wan 1cc1d4bcec Makes some container matchers accept initializer lists in C++11 mode and work with stream-like containers that don't have size() or empty(); exposes StringMatchResultListener for defining composite matchers. 12 years ago
zhanyong.wan fb25d53911 Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in 12 years ago
zhanyong.wan 29be92385e Removes unused variables and functions. 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 658ac0b71a Indents preprocessor directives. 14 years ago
zhanyong.wan 53e08c44dd Include gtest and gmock headers as user headers instead of system headers. 15 years ago
zhanyong.wan d60c5f41c2 Removes unused scons scripts; picks up gtest r446. 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 b1c7f93c52 Improves matcher messages across the board. 15 years ago
zhanyong.wan 676e8cc609 Fixes the explanation generated by many composite matchers (by Manuel Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan). 15 years ago
zhanyong.wan db22c22782 BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/googlemock/wiki/FrequentlyAskedQuestions for details. 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 bf55085d45 Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian. 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 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