Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad ↵ | zhanyong.wan | 2010-07-26 | 1 | -2/+5 | |
| | | | | Losev). | |||||
* | Allows Google Test to build on OSes other then a pre-determined set and ↵ | vladlosev | 2010-07-22 | 1 | -17/+32 | |
| | | | | implements GTEST_HAS_POSIX_REGEX condition for compatibility with them. | |||||
* | Allows EXPECT_EQ to accept arguments that don't have operator << (by ↵ | zhanyong.wan | 2010-07-21 | 1 | -59/+34 | |
| | | | | | | | Zhanyong Wan). Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan). Works around a bug in Cymbian's C++ compiler (by Vlad Losev). | |||||
* | Fixes warnings when built by GCC with -Wswitch-default. Original patch by ↵ | vladlosev | 2010-07-14 | 2 | -1/+3 | |
| | | | | Zhixu Liu (zhixu.liu@gmail.com). | |||||
* | Fixes definitions from pthread.h used before the header inclusion. | vladlosev | 2010-07-12 | 1 | -4/+6 | |
| | ||||||
* | Adds tests for SkipPrefix(). | zhanyong.wan | 2010-06-08 | 1 | -1/+1 | |
| | ||||||
* | Implements printing parameters of failed parameterized tests (issue 71). | vladlosev | 2010-05-18 | 1 | -5/+6 | |
| | ||||||
* | Adds GTEST_REMOVE_REFERENCE_AND_CONST_. | zhanyong.wan | 2010-05-17 | 1 | -1/+5 | |
| | ||||||
* | Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and ↵ | zhanyong.wan | 2010-05-10 | 1 | -20/+27 | |
| | | | | Zhanyong Wan). | |||||
* | Moves the universal printer from gmock to gtest and refactors the cmake ↵ | zhanyong.wan | 2010-05-10 | 2 | -0/+426 | |
| | | | | script for reusing in gmock (by Vlad Losev). | |||||
* | C++ Builder compatibility patch by Josh Kelley. | vladlosev | 2010-04-07 | 1 | -0/+5 | |
| | ||||||
* | Fixes a leak in ThreadLocal. | zhanyong.wan | 2010-03-26 | 1 | -4/+20 | |
| | ||||||
* | Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); ↵ | zhanyong.wan | 2010-03-26 | 1 | -11/+6 | |
| | | | | updates the release notes. | |||||
* | Supports no-RTTI mode on AIX (by Hady Zalek). | zhanyong.wan | 2010-03-25 | 1 | -1/+11 | |
| | ||||||
* | Makes the cmake script work on Solaris and AIX (by Hady Zalek). | zhanyong.wan | 2010-03-25 | 1 | -1/+1 | |
| | ||||||
* | Enables death tests on AIX, by Hady Zalek. | zhanyong.wan | 2010-03-23 | 1 | -1/+2 | |
| | ||||||
* | Makes gtest work with Sun Studio. Patch submitted by Hady Zalek. | zhanyong.wan | 2010-03-23 | 4 | -45/+73 | |
| | ||||||
* | Adds missing gtest DLL exports. | zhanyong.wan | 2010-03-22 | 3 | -12/+13 | |
| | ||||||
* | Solaris and AIX patch by Hady Zalek | vladlosev | 2010-03-17 | 1 | -17/+55 | |
| | ||||||
* | Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script ↵ | zhanyong.wan | 2010-03-17 | 1 | -1/+2 | |
| | | | | to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev). | |||||
* | Fixes a typo in comment, by Vlad Losev. | zhanyong.wan | 2010-03-15 | 1 | -1/+1 | |
| | ||||||
* | Supports building gtest as a DLL (by Vlad Losev). | zhanyong.wan | 2010-03-05 | 6 | -34/+58 | |
| | ||||||
* | Simplifies ThreadWithParam. | zhanyong.wan | 2010-03-04 | 1 | -40/+20 | |
| | ||||||
* | Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ↵ | zhanyong.wan | 2010-03-04 | 2 | -88/+108 | |
| | | | | 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/+26 | |
| | ||||||
* | Simplifies the threading implementation and improves some comments. | zhanyong.wan | 2010-02-25 | 1 | -106/+112 | |
| | ||||||
* | Simplifies the implementation by using std::vector instead of Vector. | zhanyong.wan | 2010-02-25 | 1 | -1/+0 | |
| | ||||||
* | Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵ | zhanyong.wan | 2010-02-24 | 2 | -34/+294 | |
| | | | | 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). | |||||
* | Adds Solaris support (by Hady Zalek) | vladlosev | 2010-02-03 | 3 | -18/+26 | |
| | ||||||
* | Adds support for alternate path separator on Windows, and make all tests ↵ | zhanyong.wan | 2010-02-02 | 2 | -0/+11 | |
| | | | | pass with CMake and VC++ 9 (by Manuel Klimek). | |||||
* | Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes ↵ | zhanyong.wan | 2010-01-28 | 1 | -3/+9 | |
| | | | | unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek). | |||||
* | Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC ↵ | zhanyong.wan | 2010-01-27 | 1 | -4/+19 | |
| | | | | (by Zhanyong Wan). | |||||
* | Fixes a typo in gtest-port.h, by Manuel Klimek. | zhanyong.wan | 2010-01-07 | 1 | -1/+1 | |
| | ||||||
* | Fixes issue 217: lets MSVC 10 uses its own tr1 tuple. | zhanyong.wan | 2010-01-05 | 1 | -9/+8 | |
| | ||||||
* | Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock. | zhanyong.wan | 2009-12-23 | 1 | -6/+11 | |
| | ||||||
* | Removes uses of GTEST_HAS_STD_STRING. | zhanyong.wan | 2009-12-16 | 3 | -60/+12 | |
| | ||||||
* | Turns on -Wshadow (by Preston Jackson). | zhanyong.wan | 2009-12-16 | 3 | -24/+27 | |
| | ||||||
* | Stops supporting MSVC 7.1 with exceptions disabled. | zhanyong.wan | 2009-12-14 | 1 | -0/+4 | |
| | ||||||
* | Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on ↵ | zhanyong.wan | 2009-12-07 | 2 | -16/+14 | |
| | | | | Alexander Demin's patch. | |||||
* | Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev). | zhanyong.wan | 2009-12-01 | 1 | -0/+5 | |
| | ||||||
* | Implements the element_type typedef in testing::internal::scoped_ptr. This ↵ | vladlosev | 2009-11-17 | 1 | -0/+2 | |
| | | | | 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 | 2 | -0/+30 | |
| | | | | 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). | |||||
* | Fixes the code to work with fuse_gtest.py. | zhanyong.wan | 2009-11-10 | 3 | -8/+14 | |
| | ||||||
* | Prints help when encountering unrecognized Google Test flags. | vladlosev | 2009-10-22 | 1 | -0/+1 | |
| | ||||||
* | Implements support for AssertionResult in Boolean assertions such as ↵ | vladlosev | 2009-10-20 | 3 | -19/+30 | |
| | | | | EXPECT_TRUE; Fixes Google Tests's tuple implementation to default-initialize its fields in the default constructor (by Zhanyong Wan); Populates gtest_stress_test.cc with actual tests. | |||||
* | Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original ↵ | zhanyong.wan | 2009-09-30 | 1 | -1/+1 | |
| | | | | | | patch). Enables death tests on minGW (by Vlad Losev). | |||||
* | Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). | zhanyong.wan | 2009-09-30 | 3 | -6/+16 | |
| | | | | | | Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev). | |||||
* | Publishes the even listener API (by Vlad Losev); adds OS-indicating macros ↵ | zhanyong.wan | 2009-09-24 | 2 | -21/+30 | |
| | | | | to simplify gtest code (by Zhanyong Wan). | |||||
* | Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the ↵ | zhanyong.wan | 2009-09-21 | 1 | -0/+22 | |
| | | | | scons script build in a deterministic order (by Zhanyong Wan). | |||||
* | Renames the TestPartResult type enums and adjusts the order of methods in ↵ | zhanyong.wan | 2009-09-18 | 1 | -3/+3 | |
| | | | | the event listener interface (by Vlad Losev). |