summaryrefslogtreecommitdiff
path: root/test/gtest_unittest.cc
Commit message (Expand)AuthorAge
* Implements support for calling Test::RecordProperty() outside of a test.vladlosev2013-04-05
* Fixes some compatibility issues with STLport.zhanyong.wan2013-04-04
* Supports colored output on term type screen-256color.zhanyong.wan2013-03-11
* Fixes gUnit streaming output format.kosak@google.com2013-02-22
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-22
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-15
* Improves Android support (by David Turner).vladlosev2012-09-19
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-07
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-09
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-04
* Implements the timestamp attribute for the testsuites element in the output X...vladlosev2011-10-05
* Removes commas from last items in enums (a C++ standard compliance fix).vladlosev2011-04-08
* makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan2011-04-07
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-05
* Fixes non-conforming uses of commas in enums s.t. the code compiles onzhanyong.wan2011-03-05
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).zhanyong.wan2011-01-10
* Suppresses self-assignment warnings.zhanyong.wan2011-01-07
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-22
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-11
* Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...zhanyong.wan2010-09-27
* Implements GTEST_ASSERT_XY as alias of ASSERT_XY.zhanyong.wan2010-09-15
* 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
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-19
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-09
* 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
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-22
* Adds alternative spellings for FAIL, SUCCEED, and TEST.zhanyong.wan2010-04-13
* C++ Builder compatibility patch by Josh Kelley.vladlosev2010-04-07
* Adds missing gtest DLL exports.zhanyong.wan2010-03-22
* Solaris and AIX patch by Hady Zalekvladlosev2010-03-17
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-04
* Fixes MSVC warnings in 64-bit mode.zhanyong.wan2010-02-25
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-25
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-03
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-28
* Changes Message() to print double with enough precision by default.zhanyong.wan2010-01-08
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-16
* Moves mis-placed tests.zhanyong.wan2009-12-16
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-16
* Prevents Google Test from printing help message upon seeing the --gtest_stack...vladlosev2009-11-17
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-20
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-30
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-30