summaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Inject GetArgvs() with a macro from custom/gtest-port.h.kosak@google.com2015-07-241-3/+0
* Add support for --gtest_flagfile.kosak@google.com2015-07-171-13/+56
* Add support for --gtest_flagfilekosak@google.com2015-07-171-0/+5
* Strip trailing whitespace when stringifying type lists.kosak@google.com2014-11-171-1/+1
* Expand equality failure messages with a by-line diff.kosak@google.com2014-07-281-0/+32
* Push upstream to SVN.billydonahue@google.com2014-05-151-38/+41
* Delete whitespace, and change the return type of ImplicitlyConvertible::MakeF...kosak@google.com2013-12-031-1/+1
* avoids clash with the max() macro on Windowszhanyong.wan2013-09-181-0/+11
* Fixes a nasty issue in gtest's template instantiation.zhanyong.wan2013-02-281-45/+1
* Removes an unused variable; also refactors to support an up-comingzhanyong.wan2013-02-281-0/+19
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-221-4/+5
* Fixes an out-dated URL.zhanyong.wan2013-02-021-1/+1
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-151-12/+12
* Removes obsolete debug code.vladlosev2012-09-061-1/+1
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-071-61/+0
* Fixes broken build on VC++ 7.1.vladlosev2011-06-131-0/+10
* Adds support for building Google Mock as a shared library (DLL).vladlosev2011-05-201-1/+1
* Simplifies the code by removing condfitional section that is no longer necess...vladlosev2011-05-121-4/+0
* Fixes XL C++ 10.1 compiler errors (based on patch by Hady Zalek); cleans up f...zhanyong.wan2011-04-151-10/+16
* fixes XL C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-081-6/+7
* Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibilityzhanyong.wan2011-03-111-6/+6
* Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...zhanyong.wan2011-03-091-10/+28
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-051-0/+5
* Indents preprocessor directives.zhanyong.wan2011-02-221-9/+10
* Adds null check for file locations in XML output printer.vladlosev2011-02-021-14/+0
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-021-8/+9
* Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).zhanyong.wan2011-01-101-1/+8
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-4/+4
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-311-1/+1
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan2010-07-261-2/+5
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-211-59/+34
* Adds tests for SkipPrefix().zhanyong.wan2010-06-081-1/+1
* Adds GTEST_REMOVE_REFERENCE_AND_CONST_.zhanyong.wan2010-05-171-1/+5
* Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and Zha...zhanyong.wan2010-05-101-20/+27
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-101-0/+289
* Adds missing gtest DLL exports.zhanyong.wan2010-03-221-5/+6
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-051-18/+21
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-251-1/+0
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-2/+0
* 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