summaryrefslogtreecommitdiff
path: root/test/gtest-typed-test_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing whitespace when stringifying type lists.kosak@google.com2014-11-171-0/+19
* Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com2014-01-131-1/+2
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-041-6/+6
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-4/+6
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-111-8/+4
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-221-2/+2
* Fixes death-test-related tests on Windows, by Vlad Losev.zhanyong.wan2009-03-111-4/+4
* Cleans up macro definitions.zhanyong.wan2009-02-231-3/+3
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+12
* Adds new files for type-parameterized tests, which I forgot to commit in the ...shiqian2008-09-091-0/+350