diff options
Diffstat (limited to 'gtest/CHANGES')
-rw-r--r-- | gtest/CHANGES | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gtest/CHANGES b/gtest/CHANGES index 1858f7f..e574415 100644 --- a/gtest/CHANGES +++ b/gtest/CHANGES @@ -1,3 +1,25 @@ +Changes for 1.5.0: + + * 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. + * 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 and AIX. + * Build and test script improvements. + * Bug fixes and implementation clean-ups. + + Potentially breaking changes: + + * Stopped supporting VC++ 7.1 with exceptions disabled. + * Dropped support for 'make install'. + Changes for 1.4.0: * New feature: the event listener API |