summaryrefslogtreecommitdiff
path: root/src/gtest-port.cc
Commit message (Expand)AuthorAge
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-22
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-15
* Improves Android support (by David Turner).vladlosev2012-09-19
* 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
* Adds ability to inject death test child arguments for test purposes.vladlosev2011-10-05
* QNX compatibility patch (by Haruka Iwao).vladlosev2011-06-20
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Adds null check for file locations in XML output printer.vladlosev2011-02-02
* Adds a missing #include (by Vlad Losev).zhanyong.wan2010-10-14
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-31
* Allows Google Test to build on OSes other then a pre-determined set and imple...vladlosev2010-07-22
* Simplifies ThreadStartSemaphore's implementation.zhanyong.wan2010-02-26
* Simplifies the threading implementation and improves some comments.zhanyong.wan2010-02-25
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24
* Adds Solaris support to test scripts.vladlosev2010-02-11
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-03
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-28
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-27
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-24
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-16
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-01
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-07
* Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).zhanyong.wan2009-06-19
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-28
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-24
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...zhanyong.wan2009-04-09
* Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...zhanyong.wan2009-04-07
* Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER.zhanyong.wan2009-03-31
* Works around a VC bug by avoiding defining a function named strdup().zhanyong.wan2009-03-26
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-26
* Fixes build failure on Windows, by Rainer Klaffenboeck.zhanyong.wan2009-03-11
* 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
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-29
* Value-parameterized tests and many bugfixesvladlosev2008-11-20
* Many changes:shiqian2008-10-11
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-31
* Makes death tests create temporary files in /tmp instead of the current folder.shiqian2008-07-29
* Initial import.shiqian2008-07-03