summaryrefslogtreecommitdiffstats
path: root/src/gtest.cc
Commit message (Expand)AuthorAgeFilesLines
* Lots of changes:shiqian2008-09-261-9/+37
* Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw t...shiqian2008-09-181-4/+5
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-121-0/+6
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-081-44/+127
* Implement wide->UTF-8 string conversion more correctlyvladlosev2008-08-251-38/+125
* Changes test creation functions to factories. By Vlad Losev.shiqian2008-08-061-11/+15
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-311-15/+45
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-251-2/+34
* Makes the output understandable by VS when compiled by MSVC.shiqian2008-07-231-2/+10
* Initial import.shiqian2008-07-031-0/+3545