aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-port.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-261-22/+8
* Fixes build failure on Windows, by Rainer Klaffenboeck.zhanyong.wan2009-03-111-1/+4
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-061-10/+56
* Cleans up macro definitions.zhanyong.wan2009-02-231-6/+7
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-091-11/+11
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-291-2/+269
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-4/+28
* Many changes:shiqian2008-10-111-1/+1
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-311-2/+15
* Makes death tests create temporary files in /tmp instead of the current folder.shiqian2008-07-291-1/+4
* Initial import.shiqian2008-07-031-0/+292