35 Commits (6a015ca1cb4e9d62126f931e5cfcd8e4d2171ded)

Author SHA1 Message Date
Krystian Kuzniarek 6a015ca1cb reuse IndexSequence from googletest 6 years ago
Krystian Kuzniarek bf6df7eaee fix typos 6 years ago
Peter Levine 711fccf831 Don't allow signed/unsigned wchar_t in gcc 9 and later 6 years ago
Abseil Team 0adeadd283 Googletest export 6 years ago
Abseil Team 216c37f057 Googletest export 6 years ago
misterg 14c2fba734 Googletest export 6 years ago
Abseil Team f8b1c1af17 Googletest export 6 years ago
Abseil Team e26a3fa13c Googletest export 6 years ago
misterg 80b43d900b Googletest export 6 years ago
Abseil Team b57c703963 Googletest export 6 years ago
misterg a50e4f05b3 Googletest export 6 years ago
Abseil Team 7d3b73c85a Unconditionally use std::tuple. 7 years ago
Gennadiy Civil 265efde9a5 Comments changes, no functionality changes. 7 years ago
Gennadiy Civil a3c0dd0f4d Comments changes, no functionality changes 7 years ago
Gennadiy Civil 984cba30ed Formatting changes for automatic code management 7 years ago
duxiuxing 65a49a73f0 Fix warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss 7 years ago
Gennadiy Civil b539167cf0 merging, 7 years ago
David Sunderland 2d3024f5bd Fix friend declaration to use GTEST_API_ decl spec. 7 years ago
David Sunderland b2f97ab317 Revert useless use of GTEST_API_ on WithoutMatchers decl. 7 years ago
David Sunderland 1c79ad7a56 Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the problem on MSVC? 7 years ago
David Sunderland d5725da968 Mark new GetWithoutMatchers method as part of the exported API, to address MSVC linker errors. 7 years ago
David Sunderland f437f8ca0d Clone of unsubmitted cr/176529515. Introduce parameterless expectations. 7 years ago
Gennadiy Civil 5cd213ea5e ..and this should be it 7 years ago
Gennadiy Civil ca54b67303
Revert "gmock actions 2" 7 years ago
Gennadiy Civil 701e1e5dc1 linkage, fixing MSVC 7 years ago
Gennadiy Civil c75b76e20a warnings 7 years ago
Gennadiy Civil 04e31881fc cont - 2 7 years ago
Gennadiy Civil 32ac949254 cont 7 years ago
Gennadiy Civil 1831ac9361 more warnings 7 years ago
Gennadiy Civil eb3e4aac2e deal with MSVC warn, cont 1 7 years ago
Gennadiy Civil 50c0bcd7e3 Cont. deal with MCVS warnings 7 years ago
Gennadiy Civil b5c87fbcb6 Deal with MCVS warnings 7 years ago
Scott Graham 567b40eeb1 Try to handle unsigned wchar_t (arm) a bit better 7 years ago
Gennadiy Civil fbb48a7708 Code merges 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
billydonahue 1f5fdea417 Push several shanges: 11 years ago
kosak bd0188320d Export tuple and friends in the ::testing namespace. 11 years ago
kosak b5c81098a8 Support mocking methods with move-only return types. 11 years ago
zhanyong.wan a9a59e06dd Makes WhenSorted() support associative containers (by billydonahue@google.com). 12 years ago
jgm 38513a8bb1 Unfortunately, the svn repo is a bit out of date. This commit contains 8 13 years ago
vladlosev ada23475e2 Makes gmock's Pointee() work for optional<T> (by Jeffrey Yasskin). 13 years ago
zhanyong.wan 2fd619edd3 Pulls in gtest r615. 13 years ago
jgm 79a367eb21 Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. 13 years ago
vladlosev 587c1b37c2 Adds support for building Google Mock as a shared library (DLL). 14 years ago
vladlosev ab29bb6fcd Removes commas from last items in enums (a C++ standard compliance fix). 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 ccedc1c933 Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454. 15 years ago
zhanyong.wan 02f7106557 Moves the universal printer from gmock to gtest (by Vlad Losev). 15 years ago