aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-death-test-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-161-5/+6
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-2/+2
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-161-7/+5
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-111-0/+49
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-241-1/+1
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-261-15/+1
* Cleans up death test implementation (by Vlad Losev); changes the XML format t...zhanyong.wan2009-03-241-6/+8
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-061-7/+44
* Cleans up macro definitions.zhanyong.wan2009-02-231-1/+1
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-081-0/+1
* Many changes:shiqian2008-10-111-10/+10
* Initial import.shiqian2008-07-031-0/+201