summaryrefslogtreecommitdiff
path: root/test/gtest-port_test.cc
Commit message (Expand)AuthorAge
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-15
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-07
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-04
* Fixes C++0x compatibility problems.vladlosev2011-09-26
* Fixes a resource leak in gtest-port_test (by Haruka Iwao).vladlosev2011-07-11
* QNX compatibility patch (by Haruka Iwao).vladlosev2011-06-20
* Avoids iterator_traits, as it's not available in libCStd when compiled with S...zhanyong.wan2011-04-12
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Adds null check for file locations in XML output printer.vladlosev2011-02-02
* Renames some internal functions to avoid name clashes.vladlosev2011-01-29
* Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).zhanyong.wan2011-01-10
* 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
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10
* Fixes gtest-port_test on MinGW.vladlosev2010-04-22
* Fixes a leak in ThreadLocal.zhanyong.wan2010-03-26
* Adds a smoketest for ThreadWithParam.vladlosev2010-03-05
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-04
* 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
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-27
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-16
* Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev2009-11-17
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-13
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-30
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-11
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-07
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-22
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...zhanyong.wan2009-07-01
* Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...zhanyong.wan2009-04-07
* 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 a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-29
* Value-parameterized tests and many bugfixesvladlosev2008-11-20