aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* makes googlemock generator handle some class templates; pulls in gtest r662zhanyong.wan2013-09-061-0/+2
|
* Makes some container matchers accept initializer lists in C++11 mode and ↵zhanyong.wan2013-08-081-0/+4
| | | | work with stream-like containers that don't have size() or empty(); exposes StringMatchResultListener for defining composite matchers.
* Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls inzhanyong.wan2013-07-281-1/+2
| | | | gtest r660.
* New floating-point matchers: DoubleNear() and friends;zhanyong.wan2013-06-181-2/+5
| | | | AllOf() and AnyOf() can accept any number of arguments now in C++11 mode.
* Makes EXPECT_THAT typesafe; updates CHANGES for 1.7.0; pulls in gtest r653zhanyong.wan2013-04-241-1/+21
|
* Updates version number to 1.7.0zhanyong.wan2013-04-071-0/+4
|
* Documents latest changes and pulls in gtest r570zhanyong.wan2011-04-141-0/+2
|
* Adds CMake scripts to gmock's release package.zhanyong.wan2011-02-241-0/+1
|
* Changes gmock's version to 1.6.0 and adds release notes.zhanyong.wan2011-02-241-0/+23
|
* Updates the release notes.zhanyong.wan2010-03-261-4/+7
|
* Adds threading support (by Vlad Losev); updates the version number (by ↵zhanyong.wan2010-02-241-0/+24
| | | | Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev).
* Updates the 1.4.0 release notes.zhanyong.wan2009-10-011-7/+9
|
* Updates CHANGES.zhanyong.wan2009-09-041-1/+24
|
* Adds release note for 1.1.0 and switches to use gtest 1.3.0.zhanyong.wan2009-03-171-0/+11
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-101-0/+3
build correctly yet.