aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-death-test.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-261-50/+7
* Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.zhanyong.wan2009-03-251-1/+1
* Cleans up death test implementation (by Vlad Losev); changes the XML format t...zhanyong.wan2009-03-241-347/+252
* Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on...zhanyong.wan2009-03-171-21/+52
* Fixes a typo in Vlad's email address.zhanyong.wan2009-03-111-1/+1
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-061-127/+615
* Cleans up macro definitions.zhanyong.wan2009-02-231-7/+7
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-081-2/+23
* Many changes:shiqian2008-10-111-34/+34
* Lots of changes:shiqian2008-09-261-0/+1
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-121-1/+22
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-311-0/+2
* Fixes some style nits; also fixes minor bugs in gtest-death-test.cc.shiqian2008-07-231-2/+2
* Initial import.shiqian2008-07-031-0/+751