aboutsummaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ↵zhanyong.wan2010-03-042-12/+12
| | | | tests for SCOPED_TRACE() (by Vlad Losev); replaces native pthread calls with gtest's threading constructs (by Vlad Losev); fixes flakiness in CountedDestructor (by Vlad Losev); minor MSVC 7.1 clean-up (by Zhanyong Wan).
* Makes all samples compile with -Wall -Wshadow -Werror.vladlosev2010-02-276-46/+46
|
* Changes Message() to print double with enough precision by default.zhanyong.wan2010-01-081-1/+1
|
* Adds an experimental CMake build script; makes the samples compile without ↵zhanyong.wan2009-12-293-4/+7
| | | | warnings on Windows.
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-302-4/+4
| | | | | | 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.wan2009-09-242-65/+17
| | | | to simplify gtest code (by Zhanyong Wan).
* Renames the TestPartResult type enums and adjusts the order of methods in ↵zhanyong.wan2009-09-181-9/+9
| | | | the event listener interface (by Vlad Losev).
* Renames the methods in the event listener API, and changes the order of *End ↵zhanyong.wan2009-09-171-1/+1
| | | | events (by Vlad Losev).
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and ↵zhanyong.wan2009-09-112-0/+353
| | | | 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).
* Cleans up macro definitions.zhanyong.wan2009-02-233-4/+4
|
* Value-parameterized tests and many bugfixesvladlosev2008-11-205-86/+436
|
* Adds new files for type-parameterized tests, which I forgot to commit in the ↵shiqian2008-09-091-0/+301
| | | | previous revision.
* Initial import.shiqian2008-07-0312-0/+1180