Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
7db42db1
Commit
7db42db1
authored
Oct 01, 2009
by
zhanyong.wan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates the 1.4.0 release notes.
parent
7c95d834
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
CHANGES
CHANGES
+9
-7
No files found.
CHANGES
View file @
7db42db1
Changes for 1.2.0 (up to r194):
Changes for 1.4.0 (we skipped 1.2.* and 1.3.* to match the version of
Google Test):
*
New feature: own implementation of TR1 tuple (no more dependency on
*
Works in more environments: Symbian and minGW, Visual C++ 7.1.
Boost!).
* Lighter weight: comes with our own implementation of TR1 tuple (no
* New feature: support for Visual C++ 7.1
.
more dependency on Boost!)
.
* New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
* New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
* New feature: ACTION_TEMPLATE for defining templatized actions.
* New feature: ACTION_TEMPLATE for defining templatized actions.
* New feature: the .After() clause for specifying expectation order.
* New feature: the .After() clause for specifying expectation order.
...
@@ -10,15 +11,16 @@ Changes for 1.2.0 (up to r194):
...
@@ -10,15 +11,16 @@ Changes for 1.2.0 (up to r194):
constraints.
constraints.
* New feature: actions ReturnArg<k>(), ReturnNew<T>(...), and
* New feature: actions ReturnArg<k>(), ReturnNew<T>(...), and
DeleteArg<k>().
DeleteArg<k>().
* New feature: matchers Key(m), Args<...>(m), AllArgs(m), and
* New feature: matchers Key(), Pair(), Args<...>(), AllArgs(), IsNull(),
Contains(m).
and Contains().
* New feature: utility class MockFunction<F>, useful for checkpoints, etc.
* New feature: functions Value(x, m) and SafeMatcherCast<T>(m).
* New feature: functions Value(x, m) and SafeMatcherCast<T>(m).
* New feature: copying a mock object is rejected at compile time.
* New feature: copying a mock object is rejected at compile time.
* New feature: a script for fusing all Google Mock and Google Test
* New feature: a script for fusing all Google Mock and Google Test
source files for easy deployment.
source files for easy deployment.
* Improved the Google Mock doctor to diagnose more diseases.
* Improved the Google Mock doctor to diagnose more diseases.
* Improved the Google Mock generator script.
* Improved the Google Mock generator script.
* Compatibility fixes for Mac OS X
, Symbian,
and gcc.
* Compatibility fixes for Mac OS X and gcc.
* Bug fixes and implementation clean-ups.
* Bug fixes and implementation clean-ups.
Changes for 1.1.0:
Changes for 1.1.0:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment