aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on Alex...zhanyong.wan2009-12-071-7/+4
* Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).zhanyong.wan2009-12-011-0/+5
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-201-3/+13
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-2/+8
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-211-0/+22
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-181-3/+3
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-171-2/+2
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-161-5/+5
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-041-1/+0
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-161-6/+2
* Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...zhanyong.wan2009-07-131-3/+3
* Makes List a random-access data structure. This simplifies the implementatio...zhanyong.wan2009-07-011-2/+0
* Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...zhanyong.wan2009-06-221-1/+0
* Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).zhanyong.wan2009-06-191-1/+1
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-281-12/+16
* Fixes death-test-related tests on Windows, by Vlad Losev.zhanyong.wan2009-03-111-0/+1
* Cleans up macro definitions.zhanyong.wan2009-02-231-3/+3
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...zhanyong.wan2009-02-061-5/+11
* Fixes some warnings when compiled with MSVC at warning level 4.zhanyong.wan2009-01-291-1/+4
* Allow Google Mock to initialize Google Testvladlosev2008-11-261-0/+3
* Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X T...shiqian2008-11-241-9/+28
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-2/+15
* Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.shiqian2008-11-101-13/+19
* Many changes:shiqian2008-10-111-43/+62
* Adds exception assertions. By balaz.dan@gmail.com.shiqian2008-09-121-0/+61
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-081-11/+196
* Changes test creation functions to factories. By Vlad Losev.shiqian2008-08-061-10/+34
* Fixes some style nits; also fixes minor bugs in gtest-death-test.cc.shiqian2008-07-231-2/+2
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest com...shiqian2008-07-081-23/+0
* Initial import.shiqian2008-07-031-0/+569