summaryrefslogtreecommitdiff
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Export tuple and friends in the ::testing namespace.kosak@google.com2014-04-021-3/+3
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-046-13/+10
* Simplifies test assertions in sample5.vladlosev2011-10-141-7/+7
* Fixes comments in sample7_unittest.cc.vladlosev2010-11-171-11/+9
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-1410-10/+10
* Fixes a wrong comment for OnTestPartResult().vladlosev2010-05-311-1/+1
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-042-12/+12
* 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 wa...zhanyong.wan2009-12-293-4/+7
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-302-4/+4
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-242-65/+17
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-181-9/+9
* Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan2009-09-171-1/+1
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-112-0/+353
* 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
* Initial import.shiqian2008-07-0312-0/+1180