summaryrefslogtreecommitdiff
path: root/include/gtest/gtest-death-test.h
Commit message (Expand)AuthorAge
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-09
* Adds support for detection of running in death test child processes.vladlosev2011-10-28
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-05
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-30
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-18
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-11
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-07
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-06
* Cleans up macro definitions.zhanyong.wan2009-02-23
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-29
* Many changes:shiqian2008-10-11
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-12
* Initial import.shiqian2008-07-03