Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds an experimental CMake build script; makes the samples compile without ↵ | zhanyong.wan | 2009-12-29 | 1 | -1/+1 |
| | | | | warnings on Windows. | ||||
* | Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). | zhanyong.wan | 2009-09-30 | 1 | -2/+2 |
| | | | | | | Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev). | ||||
* | Publishes the even listener API (by Vlad Losev); adds OS-indicating macros ↵ | zhanyong.wan | 2009-09-24 | 1 | -41/+13 |
| | | | | to simplify gtest code (by Zhanyong Wan). | ||||
* | Renames the TestPartResult type enums and adjusts the order of methods in ↵ | zhanyong.wan | 2009-09-18 | 1 | -9/+9 |
| | | | | the event listener interface (by Vlad Losev). | ||||
* | Renames the methods in the event listener API, and changes the order of *End ↵ | zhanyong.wan | 2009-09-17 | 1 | -1/+1 |
| | | | | events (by Vlad Losev). | ||||
* | Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and ↵ | zhanyong.wan | 2009-09-11 | 1 | -0/+188 |
enforcing the validity of arguments (by Vlad Losev); adds samples for the event listener API (by Vlad Losev); simplifies the tests using EXPECT_DEATH_IF_SUPPORTED (by Zhanyong Wan). |