diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-03-26 05:35:42 (GMT) |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-03-26 05:35:42 (GMT) |
commit | 3569c3c86d520bd04ea806f84c9cb5aad0615fdf (patch) | |
tree | f9fcb5772dd668f165b69e502f9ca9886c920e27 /CHANGES | |
parent | 2429dfc6414762a692d3fbe02e8f00bbcba58c5e (diff) | |
download | googletest-3569c3c86d520bd04ea806f84c9cb5aad0615fdf.zip googletest-3569c3c86d520bd04ea806f84c9cb5aad0615fdf.tar.gz googletest-3569c3c86d520bd04ea806f84c9cb5aad0615fdf.tar.bz2 |
Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,16 +1,17 @@ Changes for 1.5.0: - * New feature: Ability to use test assertions in multi-threaded tests - on platforms implementing pthreads. - * New feature: Predicates used inside EXPECT_TRUE() and friends + * New feature: assertions can be safely called in multiple threads + where the pthreads library is available. + * New feature: predicates used inside EXPECT_TRUE() and friends can now generate custom failure messages. - * New feature: Google Test can now be compiled as a DLL on Windows. - * New feature: The distribution package now includes fused source files. - * New feature: Prints help when encountering unrecognized Google Test flags. + * New feature: Google Test can now be compiled as a DLL. + * New feature: fused source files are included. + * New feature: prints help when encountering unrecognized Google Test flags. * Experimental feature: CMake build script (requires CMake 2.6.4+). + * Experimental feature: the Pump script for meta programming. * double values streamed to an assertion are printed with enough precision to differentiate any two different values. - * Google Test now works on Solaris. + * Google Test now works on Solaris and AIX. * Build and test script improvements. * Bug fixes and implementation clean-ups. |