aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal
Commit message (Expand)AuthorAgeFilesLines
* Simplifies the threading implementation and improves some comments.zhanyong.wan2010-02-251-106/+112
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-251-1/+0
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-242-34/+294
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-033-18/+26
* Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan2010-02-022-0/+11
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-281-3/+9
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-271-4/+19
* Fixes a typo in gtest-port.h, by Manuel Klimek.zhanyong.wan2010-01-071-1/+1
* Fixes issue 217: lets MSVC 10 uses its own tr1 tuple.zhanyong.wan2010-01-051-9/+8
* Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock.zhanyong.wan2009-12-231-6/+11
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-163-60/+12
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-163-24/+27
* Stops supporting MSVC 7.1 with exceptions disabled.zhanyong.wan2009-12-141-0/+4
* Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on Alex...zhanyong.wan2009-12-072-16/+14
* Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).zhanyong.wan2009-12-011-0/+5
* Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev2009-11-171-0/+2
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-132-0/+30
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-103-8/+14
* Prints help when encountering unrecognized Google Test flags.vladlosev2009-10-221-0/+1
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-203-19/+30
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-301-1/+1
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-303-6/+16
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-242-21/+30
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-211-0/+22
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-181-3/+3
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-183-31/+286
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-171-2/+2
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-163-46/+33
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-111-0/+49
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-042-37/+18
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-011-63/+94
* Unbreak the build for Solaris by selecting the correct include headers for itschandlerc2009-08-101-2/+4
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-072-8/+6
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-161-6/+2
* Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...zhanyong.wan2009-07-131-3/+3
* Makes List a random-access data structure. This simplifies the implementatio...zhanyong.wan2009-07-011-2/+0
* Makes gtest's tuple implementation work with Symbian 5th edition by bypassing...zhanyong.wan2009-06-242-34/+70
* Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...zhanyong.wan2009-06-221-1/+0
* Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).zhanyong.wan2009-06-194-11/+38
* Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes...zhanyong.wan2009-06-191-1/+1
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-173-13/+1295
* Fixes the logic for determining whether cxxabi.h is available.zhanyong.wan2009-06-112-8/+12
* Works around a gcc bug when compiling tr1/tuple with RTTI disabled.zhanyong.wan2009-06-111-0/+14
* Enables tr1 tuple on Symbian.zhanyong.wan2009-06-091-2/+20
* Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...zhanyong.wan2009-05-051-4/+4
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-282-19/+39
* Ports gtest to minGW (by Kenton Varda).zhanyong.wan2009-04-251-0/+19
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-242-49/+42
* Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...zhanyong.wan2009-04-071-3/+3
* Fixes the comment about GTEST_ATTRIBUTE_UNUSED_.zhanyong.wan2009-04-031-3/+6