aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-166-43/+40
* Moves mis-placed tests.zhanyong.wan2009-12-162-49/+49
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-163-8/+8
* Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ...zhanyong.wan2009-11-244-29/+539
* Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev2009-11-171-0/+8
* Prevents Google Test from printing help message upon seeing the --gtest_stack...vladlosev2009-11-171-43/+95
* Blocks test binaries from inheriting GTEST_OUTPUT variable when invoked from ...vladlosev2009-11-171-0/+8
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-132-3/+7
* Prints help when encountering unrecognized Google Test flags.vladlosev2009-10-221-5/+41
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-203-21/+301
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-304-7/+737
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-308-120/+154
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-247-119/+68
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-211-0/+44
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-182-29/+29
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-181-0/+2
* Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan2009-09-172-71/+219
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-172-14/+15
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-161-6/+6
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-117-34/+90
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-045-7/+625
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-012-18/+142
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-073-34/+54
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-228-99/+84
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-164-137/+524
* Adds the command line flags needed for test shuffling. Most code by Josh Kel...zhanyong.wan2009-07-142-3/+143
* Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...zhanyong.wan2009-07-133-56/+121