summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Removes uses of deprecated AssertionFailure() API (by Vlad Losev).zhanyong.wan2010-09-271-16/+11
* Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...zhanyong.wan2010-09-271-0/+23
* Implements GTEST_ASSERT_XY as alias of ASSERT_XY.zhanyong.wan2010-09-151-0/+35
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-1443-70/+70
* Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan2010-09-081-3/+2
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-315-75/+93
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-194-599/+67
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-097-218/+619
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan2010-07-264-8/+40
* Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang.zhanyong.wan2010-07-223-1146/+12
* Allows Google Test to build on OSes other then a pre-determined set and imple...vladlosev2010-07-221-0/+11
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-214-34/+123
* Makes gtest_break_on_failure_unittest work on minGW (by vladl); improveszhanyong.wan2010-07-081-1/+1
* Makes gtest report failures in ad hoc test assertions executed before RUN_ALL...zhanyong.wan2010-06-162-4/+12
* Adds tests for SkipPrefix().zhanyong.wan2010-06-081-0/+27
* Fixes issue 286.vladlosev2010-05-221-3/+2
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-185-19/+79
* Adds GTEST_REMOVE_REFERENCE_AND_CONST_.zhanyong.wan2010-05-171-0/+15
* Renames test script flags.vladlosev2010-05-134-8/+8
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-103-2/+1612
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-052-4/+1
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-221-0/+9
* Fixes gtest-port_test on MinGW.vladlosev2010-04-221-1/+3
* Adds alternative spellings for FAIL, SUCCEED, and TEST.zhanyong.wan2010-04-131-0/+13
* Fixes gtest_filter_unittest and gtest_help_test on systems without death tests.vladlosev2010-04-083-64/+83
* C++ Builder compatibility patch by Josh Kelley.vladlosev2010-04-071-5/+13
* Fixes a leak in ThreadLocal.zhanyong.wan2010-03-261-17/+64
* Adds missing gtest DLL exports.zhanyong.wan2010-03-226-620/+51
* Fixes comments and tests for the moment of generator parameter evaluation in ...vladlosev2010-03-201-8/+19
* Solaris and AIX patch by Hady Zalekvladlosev2010-03-171-10/+6
* Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-...vladlosev2010-03-081-1/+6
* Adds a smoketest for ThreadWithParam.vladlosev2010-03-051-0/+10
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-051-7/+13
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-047-77/+239
* Modifies gtest-death-test_test not to use core-dumping API calls.vladlosev2010-03-021-28/+25
* Fixes issue 216 (gtest_output_test broken on Solarisvladlosev2010-02-271-0/+2
* Simplifies ThreadStartSemaphore's implementation.zhanyong.wan2010-02-261-12/+7
* Fixes MSVC warnings in 64-bit mode.zhanyong.wan2010-02-251-1/+1
* Simplifies the threading implementation and improves some comments.zhanyong.wan2010-02-251-24/+6
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-253-430/+155
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-247-57/+285
* Fixes a C++ standard conformance bug in gtest-param-test_test.cc.zhanyong.wan2010-02-171-37/+69
* Google Test's Python tests now pass on Solaris.vladlosev2010-02-156-59/+133
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-032-35/+55
* Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan2010-02-023-18/+123
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-281-2/+23
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-271-3/+43
* Changes Message() to print double with enough precision by default.zhanyong.wan2010-01-082-27/+41
* Removes support for MSVC 7.1 from the scons scripts.zhanyong.wan2009-12-231-3/+1
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-181-0/+498