summaryrefslogtreecommitdiff
path: root/test/gtest_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Inject implementation of *FromGTestEnv using macros.kosak@google.com2015-07-241-0/+4
* GTEST_USE_OWN_FLAGFILE supportkosak@google.com2015-07-191-0/+2
* Add support for --gtest_flagfile.kosak@google.com2015-07-171-1/+55
* Add support for --gtest_flagfilekosak@google.com2015-07-171-0/+99
* Add comment.kosak@google.com2015-07-141-0/+10
* Minor changes.kosak@google.com2015-07-141-1/+1
* fully-qualify use of scoped_ptr namekosak@google.com2015-07-131-1/+0
* urxvt supports colorskosak@google.com2015-04-281-0/+6
* Expand equality failure messages with a by-line diff.kosak@google.com2014-07-281-0/+94
* Push upstream to SVN.billydonahue@google.com2014-05-151-25/+41
* Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant.zhanyong.wan2013-06-181-9/+0
* Implements support for calling Test::RecordProperty() outside of a test.vladlosev2013-04-051-47/+187
* Fixes some compatibility issues with STLport.zhanyong.wan2013-04-041-1/+1
* Supports colored output on term type screen-256color.zhanyong.wan2013-03-111-0/+3
* Fixes gUnit streaming output format.kosak@google.com2013-02-221-0/+75
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-221-54/+20
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-151-328/+31
* Improves Android support (by David Turner).vladlosev2012-09-191-1/+1
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-071-20/+0
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-091-4/+117
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-12/+13
* Implements the timestamp attribute for the testsuites element in the output X...vladlosev2011-10-051-0/+106
* Removes commas from last items in enums (a C++ standard compliance fix).vladlosev2011-04-081-1/+1
* makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan2011-04-071-2/+2
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-051-6/+19
* Fixes non-conforming uses of commas in enums s.t. the code compiles onzhanyong.wan2011-03-051-1/+1
* Indents preprocessor directives.zhanyong.wan2011-02-221-29/+45
* Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).zhanyong.wan2011-01-101-8/+10
* Suppresses self-assignment warnings.zhanyong.wan2011-01-071-1/+2
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-221-1/+8
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-111-29/+46
* 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-141-2/+2
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-311-16/+9
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-191-1/+35
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-091-22/+40
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan2010-07-261-0/+15
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-211-0/+59
* Adds tests for SkipPrefix().zhanyong.wan2010-06-081-0/+27
* Adds GTEST_REMOVE_REFERENCE_AND_CONST_.zhanyong.wan2010-05-171-0/+15
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-101-2/+337
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-221-0/+9
* Adds alternative spellings for FAIL, SUCCEED, and TEST.zhanyong.wan2010-04-131-0/+13
* C++ Builder compatibility patch by Josh Kelley.vladlosev2010-04-071-5/+13
* Adds missing gtest DLL exports.zhanyong.wan2010-03-221-7/+0
* Solaris and AIX patch by Hady Zalekvladlosev2010-03-171-10/+6
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-041-21/+10
* Fixes MSVC warnings in 64-bit mode.zhanyong.wan2010-02-251-1/+1
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-251-386/+119