aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2014-04-02Export tuple and friends in the ::testing namespace.kosak@google.com
2011-11-04Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev
2011-10-14Simplifies test assertions in sample5.vladlosev
2010-11-17Fixes comments in sample7_unittest.cc.vladlosev
2010-09-14Include gtest headers as user headers instead of system headers.zhanyong.wan
2010-05-31Fixes a wrong comment for OnTestPartResult().vladlosev
2010-03-04Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan
2010-02-27Makes all samples compile with -Wall -Wshadow -Werror.vladlosev
2010-01-08Changes Message() to print double with enough precision by default.zhanyong.wan
2009-12-29Adds an experimental CMake build script; makes the samples compile without wa...zhanyong.wan
2009-09-30Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan
2009-09-24Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan
2009-09-18Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan
2009-09-17Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan
2009-09-11Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan
2009-02-23Cleans up macro definitions.zhanyong.wan
2008-11-20Value-parameterized tests and many bugfixesvladlosev
2008-09-09Adds new files for type-parameterized tests, which I forgot to commit in the ...shiqian
2008-07-03Initial import.shiqian