aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_output_test_.cc
Commit message (Expand)AuthorAgeFilesLines
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-041-18/+144
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-221-2/+2
* Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Mi...zhanyong.wan2009-05-291-0/+4
* Change a few visibilities to work around a bug in g++ 3.4.2.tsunanet2009-05-181-1/+1
* Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...zhanyong.wan2009-05-051-7/+0
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-241-2/+2
* Makes gtest print elapsed time by default.zhanyong.wan2009-04-141-0/+2
* Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 an...zhanyong.wan2009-03-311-1/+0
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-261-9/+3
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-061-0/+11
* Cleans up macro definitions.zhanyong.wan2009-02-231-10/+10
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-091-0/+6
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...zhanyong.wan2009-02-061-0/+12
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-101-0/+8
* Many changes:shiqian2008-10-111-1/+135
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-081-0/+91
* Initial import.shiqian2008-07-031-0/+755