summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan2010-07-26
* Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang.zhanyong.wan2010-07-22
* Allows Google Test to build on OSes other then a pre-determined set and imple...vladlosev2010-07-22
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-21
* Makes gtest_break_on_failure_unittest work on minGW (by vladl); improveszhanyong.wan2010-07-08
* Makes gtest report failures in ad hoc test assertions executed before RUN_ALL...zhanyong.wan2010-06-16
* Adds tests for SkipPrefix().zhanyong.wan2010-06-08
* Fixes issue 286.vladlosev2010-05-22
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-18
* Adds GTEST_REMOVE_REFERENCE_AND_CONST_.zhanyong.wan2010-05-17
* Renames test script flags.vladlosev2010-05-13
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-05
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-22
* Fixes gtest-port_test on MinGW.vladlosev2010-04-22
* Adds alternative spellings for FAIL, SUCCEED, and TEST.zhanyong.wan2010-04-13
* Fixes gtest_filter_unittest and gtest_help_test on systems without death tests.vladlosev2010-04-08
* C++ Builder compatibility patch by Josh Kelley.vladlosev2010-04-07
* Fixes a leak in ThreadLocal.zhanyong.wan2010-03-26
* Adds missing gtest DLL exports.zhanyong.wan2010-03-22
* Fixes comments and tests for the moment of generator parameter evaluation in ...vladlosev2010-03-20
* Solaris and AIX patch by Hady Zalekvladlosev2010-03-17
* Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-...vladlosev2010-03-08
* Adds a smoketest for ThreadWithParam.vladlosev2010-03-05
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-05
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-04
* Modifies gtest-death-test_test not to use core-dumping API calls.vladlosev2010-03-02
* Fixes issue 216 (gtest_output_test broken on Solarisvladlosev2010-02-27
* Simplifies ThreadStartSemaphore's implementation.zhanyong.wan2010-02-26
* Fixes MSVC warnings in 64-bit mode.zhanyong.wan2010-02-25
* Simplifies the threading implementation and improves some comments.zhanyong.wan2010-02-25
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-25
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24
* Fixes a C++ standard conformance bug in gtest-param-test_test.cc.zhanyong.wan2010-02-17
* Google Test's Python tests now pass on Solaris.vladlosev2010-02-15
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-03
* Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan2010-02-02
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-28
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-27
* Changes Message() to print double with enough precision by default.zhanyong.wan2010-01-08
* Removes support for MSVC 7.1 from the scons scripts.zhanyong.wan2009-12-23
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-18
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-16
* Moves mis-placed tests.zhanyong.wan2009-12-16
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-16
* Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ...zhanyong.wan2009-11-24
* Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev2009-11-17
* Prevents Google Test from printing help message upon seeing the --gtest_stack...vladlosev2009-11-17
* Blocks test binaries from inheriting GTEST_OUTPUT variable when invoked from ...vladlosev2009-11-17
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-13