Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moves the universal printer from gmock to gtest and refactors the cmake ↵ | zhanyong.wan | 2010-05-10 | 1 | -0/+112 |
| | | | | script for reusing in gmock (by Vlad Losev). | ||||
* | Fixes gtest-port_test on MinGW. | vladlosev | 2010-04-22 | 1 | -1/+3 |
| | |||||
* | Fixes a leak in ThreadLocal. | zhanyong.wan | 2010-03-26 | 1 | -17/+64 |
| | |||||
* | Adds a smoketest for ThreadWithParam. | vladlosev | 2010-03-05 | 1 | -0/+10 |
| | |||||
* | Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ↵ | zhanyong.wan | 2010-03-04 | 1 | -17/+33 |
| | | | | 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). | ||||
* | Simplifies ThreadStartSemaphore's implementation. | zhanyong.wan | 2010-02-26 | 1 | -12/+7 |
| | |||||
* | Simplifies the threading implementation and improves some comments. | zhanyong.wan | 2010-02-25 | 1 | -24/+6 |
| | |||||
* | Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵ | zhanyong.wan | 2010-02-24 | 1 | -2/+221 |
| | | | | Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth). | ||||
* | Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC ↵ | zhanyong.wan | 2010-01-27 | 1 | -3/+43 |
| | | | | (by Zhanyong Wan). | ||||
* | Removes uses of GTEST_HAS_STD_STRING. | zhanyong.wan | 2009-12-16 | 1 | -2/+0 |
| | |||||
* | Implements the element_type typedef in testing::internal::scoped_ptr. This ↵ | vladlosev | 2009-11-17 | 1 | -0/+8 |
| | | | | is needed to test gmock's IsNull/NotNull with it. | ||||
* | Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed ↵ | zhanyong.wan | 2009-11-13 | 1 | -0/+4 |
| | | | | tests in gtest-port_test.cc only when typed tests are available (by Zhanyong Wan); makes gtest-param-util-generated.h conform to the C++ standard (by Zhanyong Wan). | ||||
* | Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). | zhanyong.wan | 2009-09-30 | 1 | -3/+3 |
| | | | | | | Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev). | ||||
* | Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and ↵ | zhanyong.wan | 2009-09-11 | 1 | -3/+4 |
| | | | | 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). | ||||
* | Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility ↵ | zhanyong.wan | 2009-08-07 | 1 | -5/+1 |
| | | | | with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev). | ||||
* | Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); ↵ | zhanyong.wan | 2009-07-22 | 1 | -4/+4 |
| | | | | refactors scons script (by Vlad Losev). | ||||
* | Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; ↵ | zhanyong.wan | 2009-07-01 | 1 | -0/+14 |
| | | | | hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). | ||||
* | Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the ↵ | zhanyong.wan | 2009-04-07 | 1 | -0/+43 |
| | | | | thread count on Mac (by Vlad Losev); adds HasFailure() and HasNonfatalFailure() (by Zhanyong Wan). | ||||
* | Implements death tests on Windows (by Vlad Losev); enables POSIX regex on ↵ | zhanyong.wan | 2009-03-06 | 1 | -13/+25 |
| | | | | Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX. | ||||
* | Cleans up macro definitions. | zhanyong.wan | 2009-02-23 | 1 | -3/+3 |
| | |||||
* | Implements a simple regex matcher (to be used by death tests on Windows). | zhanyong.wan | 2009-01-29 | 1 | -12/+489 |
| | |||||
* | Value-parameterized tests and many bugfixes | vladlosev | 2008-11-20 | 1 | -0/+156 |