77 Commits (7c2bd3af981e9f257a0b61ce664953008c105dad)

Author SHA1 Message Date
Gennadiy Civil a02af2f689 code merge 7 years ago
Gennadiy Civil 0c17888bcf code sync 7 years ago
Scott Graham a9653c401e Fix gmock not building when -fno-rtti 7 years ago
Gennadiy Civil b539167cf0 merging, 7 years ago
Gennadiy Civil 4707c0ffd4 193353312 7 years ago
Gennadiy Civil dff32aff97 http://cl/193060888 7 years ago
Gennadiy Civil 3f88bb1831 test-meerging 7 years ago
Gennadiy Civil ab84d14281 Upstream cl/192179348 7 years ago
Gennadiy Civil e55089ec11 merging gmock matchers 1 7 years ago
Gennadiy Civil 6aae206bc2 merging gmock-matchers.h 3 7 years ago
Gennadiy Civil 23187058e7 merging gmock-matchers.h 2 7 years ago
Gennadiy Civil 8ea10d3878 Upstreaming FloatingEq2Matcher, 7 years ago
Gennadiy Civil b907c26740 Merging gmock-matchers.h -2 7 years ago
Gennadiy Civil 466a49ae30 gmock-matchers merging -2 7 years ago
Gennadiy Civil b7c568326c merging, gmock -1 7 years ago
Gennadiy Civil 2bd1750ba7 gmock merging -2 7 years ago
Xiaoyi Zhang 190e2cdd0b Add matcher for std::variant. 7 years ago
Gennadiy Civil 225e6741ac moving JoinAsTuple to internal 7 years ago
Troy Holsapple c8510504dd Fixed typos 7 years ago
Gennadiy Civil fbb48a7708 Code merges 7 years ago
David Benjamin b3d9be5c1d Pass the -Wmissing-declarations warning. 7 years ago
Roman Perepelitsa 966b549c88 Support ref-qualified member functions in Property(). 8 years ago
Hector Dearman 24054ff073 Fixed misspelling in assertion message. 8 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 6702b97d5e Inject customization point for gmock-matchers.h 10 years ago
kosak d86a723ed9 Mark the default constructor of Matcher<> explicit. 10 years ago
kosak 9b1a944ec4 Fix EXPECT_THAT() to support literal strings as a second argument. 10 years ago
kosak 6305ff5a92 Change IsNull and NotNull to use ==/!= nullptr in C++11. 10 years ago
kosak 02d6479259 This change adds an explicit invocation of std::move to workaround a problem 10 years ago
kosak 6b81780310 Makes DoubleNear() print the diff between the actual and the expected value when the match fails. 10 years ago
kosak 506340a66b Generate relational matchers (Eq,Lt, etc) with CRTP instead of macro. 10 years ago
kosak 5b9cbbb16d Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock. 10 years ago
kosak 2336e9c171 Defines the UnorderedPointwise(m, container) matcher, which is like Pointwise(m, container) but ignores the order of the elements. 11 years ago
kosak 06678924fa Allows {Unordered,}ElementsAreArray() to accept any STL-style container as the parameter. 11 years ago
billydonahue 1f5fdea417 Push several shanges: 11 years ago
kosak bd0188320d Export tuple and friends in the ::testing namespace. 11 years ago
kosak b6a348862b Introduce a BeginEndDistanceIs matcher for containers such as std::forward_list 11 years ago
kosak 18489fa4f8 Distinguish between C++11 language and library support for <initializer_list>. 11 years ago
kosak 5f2a6ca4fd Don't copy the argument in SafeMatcherCast because it's not safe. 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 5579c1a8b1 Makes UnorderedElementsAre*() work with containers that don't have size() or empty(). 12 years ago
zhanyong.wan fb25d53911 Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in 12 years ago
zhanyong.wan 2989703ed8 Fixes uses of pair to std::pair; pulls in gtest r655. 12 years ago
zhanyong.wan 616180e684 New floating-point matchers: DoubleNear() and friends; 12 years ago
zhanyong.wan f4274520da Makes EXPECT_THAT typesafe; updates CHANGES for 1.7.0; pulls in gtest r653 12 years ago
zhanyong.wan a9a59e06dd Makes WhenSorted() support associative containers (by billydonahue@google.com). 12 years ago
zhanyong.wan 1f122a06e6 Adds special support for matching StringPiece. Pulls in gtest r646. 12 years ago
zhanyong.wan 2eab17b76d Removes an unnecessary semi-colon, which causes a warning in GCC's pedantic mode. 12 years ago
zhanyong.wan a31d9ce290 Implements matcher SizeIs(). 12 years ago