summaryrefslogtreecommitdiff
path: root/test/gtest_output_test_.cc
Commit message (Expand)AuthorAge
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-15
* 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
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* 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
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-18
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-05
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-04
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-22
* Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Mi...zhanyong.wan2009-05-29
* Change a few visibilities to work around a bug in g++ 3.4.2.tsunanet2009-05-18
* Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...zhanyong.wan2009-05-05
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-24
* Makes gtest print elapsed time by default.zhanyong.wan2009-04-14
* Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 an...zhanyong.wan2009-03-31
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-26
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-06
* Cleans up macro definitions.zhanyong.wan2009-02-23
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-09
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...zhanyong.wan2009-02-06
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-10
* Many changes:shiqian2008-10-11
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-08
* Initial import.shiqian2008-07-03