summaryrefslogtreecommitdiff
path: root/src/gtest-port.cc
Commit message (Expand)AuthorAgeFilesLines
* Order the initializers correctly.kosak@google.com2015-07-271-2/+2
* Inject GetArgvs() with a macro from custom/gtest-port.h.kosak@google.com2015-07-241-4/+1
* Inject implementation of *FromGTestEnv using macros.kosak@google.com2015-07-241-0/+9
* Determine the existence of hash_map/hash_set in gtest-port.h.kosak@google.com2015-07-171-1/+0
* Implement GetThreadCount for Linux.kosak@google.com2015-07-171-4/+26
* Add support for --gtest_flagfilekosak@google.com2015-07-171-35/+45
* Reduce the number of occurrences of gendered pronouns in gtest.kosak@google.com2014-06-181-3/+3
* Push upstream to SVN.billydonahue@google.com2014-05-151-7/+2
* Implement threading support for gtest on Windows.kosak@google.com2014-03-241-4/+387
* Standards compliance changes to fix QNX build.kosak@google.com2014-03-121-0/+1
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-221-6/+6
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-151-17/+21
* Improves Android support (by David Turner).vladlosev2012-09-191-4/+18
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-091-3/+8
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-1/+0
* Adds ability to inject death test child arguments for test purposes.vladlosev2011-10-051-3/+15
* QNX compatibility patch (by Haruka Iwao).vladlosev2011-06-201-0/+25
* Indents preprocessor directives.zhanyong.wan2011-02-221-15/+16
* Adds null check for file locations in XML output printer.vladlosev2011-02-021-0/+32
* Adds a missing #include (by Vlad Losev).zhanyong.wan2010-10-141-0/+1
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-4/+4
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-311-15/+15
* Allows Google Test to build on OSes other then a pre-determined set and imple...vladlosev2010-07-221-0/+1
* Simplifies ThreadStartSemaphore's implementation.zhanyong.wan2010-02-261-40/+0
* Simplifies the threading implementation and improves some comments.zhanyong.wan2010-02-251-57/+9
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-0/+88
* Adds Solaris support to test scripts.vladlosev2010-02-111-1/+8
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-031-5/+12
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-281-3/+2
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-271-54/+72
* 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