external/gmock.git
2013-04-24 zhanyong.wanMakes EXPECT_THAT typesafe; updates CHANGES for 1.7... master
2013-04-07 zhanyong.wanUpdates version number to 1.7.0
2013-04-04 zhanyong.wanFixes some compatibility issues with STLport.
2013-03-27 zhanyong.wanMakes WhenSorted() support associative containers ...
2013-03-25 zhanyong.wanAdds special support for matching StringPiece. Pulls...
2013-03-08 zhanyong.wanRemoves an unnecessary semi-colon, which causes a warni...
2013-03-01 zhanyong.wanAdds a cmake target for gmock_ex_test; also fixes name...
2013-03-01 zhanyong.wanImproves the tests for nice, naggy, and strict mocks.
2013-03-01 zhanyong.wanAllows the return type of a mock method to contain...
2013-03-01 zhanyong.wanRemoves unused variables and functions.
2013-03-01 zhanyong.wanImplements NaggyMock.
2013-03-01 zhanyong.wanImplements matcher SizeIs().
2013-03-01 zhanyong.wanClarifies how to implement MatcherInterface.
2013-03-01 zhanyong.wanImplements matcher IsEmpty(); also pulls in gtest r643.
2013-02-28 zhanyong.wanMakes googlemock throw a runtime_error instead of abort...
2013-02-27 zhanyong.wanPulls in gtest r639, which fixes dangling reference...
2013-02-27 zhanyong.wanAdds -pthread and switches -I to -isystem in build...
2013-01-31 vladlosevAdds the LICENSE file to the distribution.
2012-11-15 jgm@google.comUnfortunately, the svn repo is a bit out of date. This...
2012-08-14 vladlosevMakes gmock's Pointee() work for optional<T> (by Jeffre...
2012-05-31 zhanyong.wanPulls in gtest r615.
2012-04-10 jgm@google.comReduced template instantiation depth for the AllOf...
2011-10-24 vladlosevFixes a lock reentrancy when destroying a mock causes...
2011-10-24 vladlosevExpressed the thread-safety annotations in code, replac...
2011-10-24 vladlosevFixed Google Mock Doctor Clang regexes to work on both...
2011-09-28 vladlosevModifies gmock_doctor.py to work with GCC output that...
2011-09-16 zhanyong.wanImplements matchers WhenSorted() and WhenSortedBy(...
2011-09-09 vladlosevRenames the license files.
2011-08-25 vladlosevMore Clang support improvements in Google Mock Doctor.
2011-08-16 vladlosevImproves support for Clang in Google Mock Doctor.
2011-05-20 vladlosevFixes issue 139 and issue 140.
2011-05-20 vladlosevAdds a DLL-related section to Google Mock's README.
2011-05-20 vladlosevAdds support for building Google Mock as a shared libra...
2011-05-11 vladlosevA test to verify correcteness of Google Mock on multipl...
2011-04-21 vladlosevMakes generation of fused sources contingent on availab...
2011-04-15 zhanyong.wanpulls in gtest r572
2011-04-14 zhanyong.wansimplifies TrulyMatcher and adds a test for it
2011-04-14 zhanyong.wanDocuments latest changes and pulls in gtest r570
2011-04-14 vladlosevUpdates conditional directives to be consistent with...
2011-04-13 vladlosevCorrects condition to compile out MSVC's pragmas. This...
2011-04-12 zhanyong.wanPulls in gtest r569
2011-04-08 vladlosevRemoves commas from last items in enums (a C++ standard...
2011-04-07 zhanyong.wandisables 'make install'
2011-04-07 zhanyong.wanfixes link errors in 'make check'
2011-04-07 zhanyong.wanpulls in gtest r562
2011-04-01 vladlosevChanges diagnostic output of the question mark from...
2011-03-29 vladlosevFixes Google Mock Doctor affected by the latest tweaks...
2011-03-16 zhanyong.wanPulls in gtest r555.
2011-03-16 zhanyong.wanPrevents ADL in AllOf() and AnyOf() (by Manuel Klimek).
2011-03-09 zhanyong.wanPulls in gtest r554. git-svn
2011-03-09 zhanyong.wanDisables SetArgPointee("string literal") for GCC 4...
2011-02-24 zhanyong.wanAdds CMake scripts to gmock's release package.
2011-02-24 zhanyong.wanPulls in gtest r550.
2011-02-24 zhanyong.wanPulls in gtest r549.
2011-02-24 zhanyong.wanDeletes the empty scons directory.
2011-02-24 zhanyong.wanPulls in gtest r548.
2011-02-24 zhanyong.wanChanges gmock's version to 1.6.0 and adds release notes.
2011-02-24 zhanyong.wanIndents preprocessor directives.
2011-02-23 zhanyong.wanPulls in gtest r544.
2011-02-23 zhanyong.wanMakes Google Mock compile much faster and use much...
2011-02-12 vladlosevAdds project files for MSVC 2010 (by Fredrik Roubert).
2011-02-11 vladlosevImproves cross-platform compatibility of gmock output...
2011-02-02 zhanyong.wanPulls in gtest r539.
2011-02-01 zhanyong.wanPicks up gtest r536; renames implicit_cast and down_cas...
2010-12-02 zhanyong.wanEnables SetArgPointee<>() to accept a string literal...
2010-11-17 vladlosevAdds comment clarifying the use of default-constructed...
2010-10-14 zhanyong.wanAdds action SaveArgPointee.
2010-10-11 zhanyong.wanPulls in gtest r492.
2010-10-05 zhanyong.wanFixes an include order problem in CMakeLists.txt; pulls...
2010-10-05 zhanyong.wanAdds more tests for the gmock generator.
2010-10-05 zhanyong.wanEnables gmock_gen to handle return types that are templ...
2010-10-05 zhanyong.wanAdds SetArgPointee to replace SetArgumentPointee.
2010-09-29 vladlosevFactors out email address in Google Mock Doctor messages.
2010-09-27 zhanyong.wanFixes issue 105.
2010-09-27 zhanyong.wanPrints the type of the actual value as part of a match...
2010-09-25 vladlosevUpdates the gMock Doctor script to understand Clang...
2010-09-15 zhanyong.wanPulls in gtest r484.
2010-09-14 zhanyong.wanInclude gtest and gmock headers as user headers instead...
2010-09-09 zhanyong.wanSimplifies the VC projects by using gmock-all.cc and
2010-09-08 zhanyong.wanpulls in gtest r481.
2010-08-31 zhanyong.wanPublishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev...
2010-08-09 zhanyong.wanRemoves some gmock internal macros; sorts the file...
2010-08-09 zhanyong.wanPicks up gtest r453.
2010-07-21 zhanyong.wanRemoves unused scons scripts; picks up gtest r446.
2010-07-03 zhanyong.wanImplements ReturnPointee() and ReturnRefOfCopy().
2010-06-09 zhanyong.wanIncreases the maximum arity of AllOf() and AnyOf()...
2010-06-08 zhanyong.wanReplaces Python-style interpolation with arbitrary...
2010-05-20 vladlosevPulls r435 of gtest. This brings in the gtest_force_sha...
2010-05-20 vladlosevFixes build failure on Windows/CMake (issue 111).
2010-05-17 zhanyong.wanImplements Pointwise().
2010-05-13 vladlosevAdds CMake build script.
2010-05-13 vladlosevRenames test script flags.
2010-05-10 zhanyong.wanMoves the universal printer from gmock to gtest (by...
2010-05-05 vladlosevFixes tests leaking altered values of GMOCK_FLAG(verbos...
2010-05-04 vladlosevAdds a synchronization test.
2010-04-22 zhanyong.wanAdds Each(m) (by Wojtek Moczydlowski); removes scripts...
2010-04-16 vladlosevFixes a typo in README.
2010-04-14 zhanyong.wanImproves Makefile.am (by Vlad Losev); fixes Makefile...
2010-03-26 zhanyong.wanPulls in gtest r408, with the ThreadLocal leak fix.
2010-03-26 zhanyong.wanUpdates the release notes.
next