summaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-internal.h
Commit message (Expand)AuthorAge
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-07
* Fixes broken build on VC++ 7.1.vladlosev2011-06-13
* Adds support for building Google Mock as a shared library (DLL).vladlosev2011-05-20
* Simplifies the code by removing condfitional section that is no longer necess...vladlosev2011-05-12
* Fixes XL C++ 10.1 compiler errors (based on patch by Hady Zalek); cleans up f...zhanyong.wan2011-04-15
* fixes XL C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-08
* Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibilityzhanyong.wan2011-03-11
* Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...zhanyong.wan2011-03-09
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-05
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Adds null check for file locations in XML output printer.vladlosev2011-02-02
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-02
* Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).zhanyong.wan2011-01-10
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-31
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan2010-07-26
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-21
* Adds tests for SkipPrefix().zhanyong.wan2010-06-08
* Adds GTEST_REMOVE_REFERENCE_AND_CONST_.zhanyong.wan2010-05-17
* Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and Zha...zhanyong.wan2010-05-10
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10
* Adds missing gtest DLL exports.zhanyong.wan2010-03-22
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-05
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-25
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-16
* Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on Alex...zhanyong.wan2009-12-07
* Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).zhanyong.wan2009-12-01
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-20
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-30
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-21
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-18
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-17
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-16
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-04
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-16
* Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...zhanyong.wan2009-07-13
* Makes List a random-access data structure. This simplifies the implementatio...zhanyong.wan2009-07-01
* Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...zhanyong.wan2009-06-22
* Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).zhanyong.wan2009-06-19
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-28
* Fixes death-test-related tests on Windows, by Vlad Losev.zhanyong.wan2009-03-11
* Cleans up macro definitions.zhanyong.wan2009-02-23
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...zhanyong.wan2009-02-06
* Fixes some warnings when compiled with MSVC at warning level 4.zhanyong.wan2009-01-29
* Allow Google Mock to initialize Google Testvladlosev2008-11-26
* Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X T...shiqian2008-11-24
* Value-parameterized tests and many bugfixesvladlosev2008-11-20
* Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.shiqian2008-11-10
* Many changes:shiqian2008-10-11
* Adds exception assertions. By balaz.dan@gmail.com.shiqian2008-09-12