aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-port_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds a smoketest for ThreadWithParam.vladlosev2010-03-051-0/+10
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-041-17/+33
* Simplifies ThreadStartSemaphore's implementation.zhanyong.wan2010-02-261-12/+7
* Simplifies the threading implementation and improves some comments.zhanyong.wan2010-02-251-24/+6
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-2/+221
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-271-3/+43
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-2/+0
* Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev2009-11-171-0/+8
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-131-0/+4
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-3/+3
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-111-3/+4
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-071-5/+1
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-221-4/+4
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...zhanyong.wan2009-07-011-0/+14
* Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...zhanyong.wan2009-04-071-0/+43
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-061-13/+25
* Cleans up macro definitions.zhanyong.wan2009-02-231-3/+3
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-291-12/+489
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+156