Home | History | Annotate | Download | only in gtest
      1 Changes for 1.4.0:
      2 
      3  * New feature: the event listener API
      4  * New feature: test shuffling
      5  * New feature: the XML report format is closer to junitreport and can
      6    be parsed by Hudson now.
      7  * New feature: when a test runs under Visual Studio, its failures are
      8    integrated in the IDE.
      9  * New feature: /MD(d) versions of VC++ projects.
     10  * New feature: elapsed time for the tests is printed by default.
     11  * New feature: comes with a TR1 tuple implementation such that Boost
     12    is no longer needed for Combine().
     13  * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
     14  * New feature: the Xcode project can now produce static gtest
     15    libraries in addition to a framework.
     16  * Compatibility fixes for Solaris, Cygwin, minGW, Windows Mobile,
     17    Symbian, gcc, and C++Builder.
     18  * Bug fixes and implementation clean-ups.
     19 
     20 Changes for 1.3.0:
     21 
     22  * New feature: death tests on Windows, Cygwin, and Mac.
     23  * New feature: ability to use Google Test assertions in other testing
     24    frameworks.
     25  * New feature: ability to run disabled test via
     26    --gtest_also_run_disabled_tests.
     27  * New feature: the --help flag for printing the usage.
     28  * New feature: access to Google Test flag values in user code.
     29  * New feature: a script that packs Google Test into one .h and one
     30    .cc file for easy deployment.
     31  * New feature: support for distributing test functions to multiple
     32    machines (requires support from the test runner).
     33  * Bug fixes and implementation clean-ups.
     34 
     35 Changes for 1.2.1:
     36 
     37  * Compatibility fixes for Linux IA-64 and IBM z/OS.
     38  * Added support for using Boost and other TR1 implementations.
     39  * Changes to the build scripts to support upcoming release of Google C++
     40    Mocking Framework.
     41  * Added Makefile to the distribution package.
     42  * Improved build instructions in README.
     43 
     44 Changes for 1.2.0:
     45 
     46  * New feature: value-parameterized tests.
     47  * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS)
     48    macros.
     49  * Changed the XML report format to match JUnit/Ant's.
     50  * Added tests to the Xcode project.
     51  * Added scons/SConscript for building with SCons.
     52  * Added src/gtest-all.cc for building Google Test from a single file.
     53  * Fixed compatibility with Solaris and z/OS.
     54  * Enabled running Python tests on systems with python 2.3 installed,
     55    e.g. Mac OS X 10.4.
     56  * Bug fixes.
     57 
     58 Changes for 1.1.0:
     59 
     60  * New feature: type-parameterized tests.
     61  * New feature: exception assertions.
     62  * New feature: printing elapsed time of tests.
     63  * Improved the robustness of death tests.
     64  * Added an Xcode project and samples.
     65  * Adjusted the output format on Windows to be understandable by Visual Studio.
     66  * Minor bug fixes.
     67 
     68 Changes for 1.0.1:
     69 
     70  * Added project files for Visual Studio 7.1.
     71  * Fixed issues with compiling on Mac OS X.
     72  * Fixed issues with compiling on Cygwin.
     73 
     74 Changes for 1.0.0:
     75 
     76  * Initial Open Source release of Google Test
     77