1 Changes for 1.3.0: 2 3 * New feature: death tests on Windows, Cygwin, and Mac. 4 * New feature: ability to use Google Test assertions in other testing 5 frameworks. 6 * New feature: ability to run disabled test via 7 --gtest_also_run_disabled_tests. 8 * New feature: the --help flag for printing the usage. 9 * New feature: access to Google Test flag values in user code. 10 * New feature: a script that packs Google Test into one .h and one 11 .cc file for easy deployment. 12 * New feature: support for distributing test functions to multiple 13 machines (requires support from the test runner). 14 * Bug fixes and implementation clean-up. 15 16 Changes for 1.2.1: 17 18 * Compatibility fixes for Linux IA-64 and IBM z/OS. 19 * Added support for using Boost and other TR1 implementations. 20 * Changes to the build scripts to support upcoming release of Google C++ 21 Mocking Framework. 22 * Added Makefile to the distribution package. 23 * Improved build instructions in README. 24 25 Changes for 1.2.0: 26 27 * New feature: value-parameterized tests. 28 * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS) 29 macros. 30 * Changed the XML report format to match JUnit/Ant's. 31 * Added tests to the Xcode project. 32 * Added scons/SConscript for building with SCons. 33 * Added src/gtest-all.cc for building Google Test from a single file. 34 * Fixed compatibility with Solaris and z/OS. 35 * Enabled running Python tests on systems with python 2.3 installed, 36 e.g. Mac OS X 10.4. 37 * Bug fixes. 38 39 Changes for 1.1.0: 40 41 * New feature: type-parameterized tests. 42 * New feature: exception assertions. 43 * New feature: printing elapsed time of tests. 44 * Improved the robustness of death tests. 45 * Added an Xcode project and samples. 46 * Adjusted the output format on Windows to be understandable by Visual Studio. 47 * Minor bug fixes. 48 49 Changes for 1.0.1: 50 51 * Added project files for Visual Studio 7.1. 52 * Fixed issues with compiling on Mac OS X. 53 * Fixed issues with compiling on Cygwin. 54 55 Changes for 1.0.0: 56 57 * Initial Open Source release of Google Test 58