aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-port.cc
Commit message (Expand)AuthorAgeFilesLines
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-241-16/+12
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-161-8/+13
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-011-1/+1
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-071-8/+4
* Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).zhanyong.wan2009-06-191-1/+12
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-281-2/+2
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-241-6/+6
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...zhanyong.wan2009-04-091-6/+22
* Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...zhanyong.wan2009-04-071-0/+21
* Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER.zhanyong.wan2009-03-311-3/+3
* Works around a VC bug by avoiding defining a function named strdup().zhanyong.wan2009-03-261-2/+2
* 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