Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). | zhanyong.wan | 2009-09-30 | 1 | -2/+2 |
* | Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor / | zhanyong.wan | 2009-09-18 | 1 | -0/+3 |
* | Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci... | zhanyong.wan | 2009-09-11 | 1 | -7/+3 |
* | Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit... | zhanyong.wan | 2009-08-07 | 1 | -0/+22 |
* | Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac... | zhanyong.wan | 2009-03-06 | 1 | -0/+2 |
* | Cleans up macro definitions. | zhanyong.wan | 2009-02-23 | 1 | -1/+1 |
* | Implements a simple regex matcher (to be used by death tests on Windows). | zhanyong.wan | 2009-01-29 | 1 | -0/+51 |
* | Many changes: | shiqian | 2008-10-11 | 1 | -3/+3 |
* | Improves thread-safe death tests by changing to the original working director... | shiqian | 2008-09-12 | 1 | -16/+20 |
* | Initial import. | shiqian | 2008-07-03 | 1 | -0/+205 |