summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); ...zhanyong.wan2010-03-26
* Supports no-RTTI mode on AIX (by Hady Zalek).zhanyong.wan2010-03-25
* Makes the cmake script work on Solaris and AIX (by Hady Zalek).zhanyong.wan2010-03-25
* Enables death tests on AIX, by Hady Zalek.zhanyong.wan2010-03-23
* Makes gtest work with Sun Studio. Patch submitted by Hady Zalek.zhanyong.wan2010-03-23
* Adds missing gtest DLL exports.zhanyong.wan2010-03-22
* Fixes comments and tests for the moment of generator parameter evaluation in ...vladlosev2010-03-20
* Solaris and AIX patch by Hady Zalekvladlosev2010-03-17
* Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to...zhanyong.wan2010-03-17
* Fixes a typo in comment, by Vlad Losev.zhanyong.wan2010-03-15
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-05
* Simplifies ThreadWithParam.zhanyong.wan2010-03-04
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-04
* Simplifies ThreadStartSemaphore's implementation.zhanyong.wan2010-02-26
* Simplifies the threading implementation and improves some comments.zhanyong.wan2010-02-25
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-25
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-03
* Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan2010-02-02
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-28
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-27
* Changes Message() to print double with enough precision by default.zhanyong.wan2010-01-08
* Fixes a typo in gtest-port.h, by Manuel Klimek.zhanyong.wan2010-01-07
* Fixes issue 217: lets MSVC 10 uses its own tr1 tuple.zhanyong.wan2010-01-05
* Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock.zhanyong.wan2009-12-23
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-16
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-16
* Stops supporting MSVC 7.1 with exceptions disabled.zhanyong.wan2009-12-14
* Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on Alex...zhanyong.wan2009-12-07
* Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).zhanyong.wan2009-12-01
* Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev2009-11-17
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-13
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-10
* Prints help when encountering unrecognized Google Test flags.vladlosev2009-10-22
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-20
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-30
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-30
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-24
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-21
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-18
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-18
* Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan2009-09-17
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-17
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-16
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-11
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-04
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-01
* Unbreak the build for Solaris by selecting the correct include headers for itschandlerc2009-08-10
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-07
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-16