summaryrefslogtreecommitdiff
path: root/include/gtest/gtest-death-test.h
Commit message (Expand)AuthorAgeFilesLines
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-091-3/+3
* Adds support for detection of running in death test child processes.vladlosev2011-10-281-0/+11
* Indents preprocessor directives.zhanyong.wan2011-02-221-21/+21
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-051-2/+2
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-2/+2
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-181-0/+3
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-111-7/+3
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-071-0/+22
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-061-0/+2
* Cleans up macro definitions.zhanyong.wan2009-02-231-1/+1
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-291-0/+51
* Many changes:shiqian2008-10-111-3/+3
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-121-16/+20
* Initial import.shiqian2008-07-031-0/+205