Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
aa28b178
Commit
aa28b178
authored
Mar 26, 2010
by
zhanyong.wan
Browse files
Updates the release notes.
parent
439df041
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
CHANGES
CHANGES
+7
-4
No files found.
CHANGES
View file @
aa28b178
Changes for 1.5.0:
Changes for 1.5.0:
* Support for use in multi-threaded tests on platforms having pthreads
* New feature: Google Mock can be safely used in multi-threaded tests
(by virtue of the Google Test thread change)
on platforms having pthreads.
* New feature: function for printing a value of arbitrary type.
* New feature: function ExplainMatchResult() for easy definition of
composite matchers.
* The new matcher API lets user-defined matchers generate custom
* The new matcher API lets user-defined matchers generate custom
explanations more directly and efficiently.
explanations more directly and efficiently.
* Better
expectation
failure messages.
* Better failure messages
all around
.
* NotNull() and IsNull() now work with smart pointers.
* NotNull() and IsNull() now work with smart pointers.
* Field() and Property() now work when the matcher argument is a pointer
* Field() and Property() now work when the matcher argument is a pointer
passed by reference.
passed by reference.
* Regular expression match
ing
on all platforms.
* Regular expression match
ers
on all platforms.
* Added GCC 4.0 support for Google Mock Doctor.
* Added GCC 4.0 support for Google Mock Doctor.
* Added gmock_all_test.cc for compiling most Google Mock tests
* Added gmock_all_test.cc for compiling most Google Mock tests
in a single file.
in a single file.
...
...
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