aboutsummaryrefslogtreecommitdiff
path: root/test/gtest-port_test.cc
AgeCommit message (Expand)Author
2014-03-24Implement threading support for gtest on Windows.kosak@google.com
2012-11-15Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com
2012-06-07Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan
2011-11-04Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev
2011-09-26Fixes C++0x compatibility problems.vladlosev
2011-07-11Fixes a resource leak in gtest-port_test (by Haruka Iwao).vladlosev
2011-06-20QNX compatibility patch (by Haruka Iwao).vladlosev
2011-04-12Avoids iterator_traits, as it's not available in libCStd when compiled with S...zhanyong.wan
2011-02-22Indents preprocessor directives.zhanyong.wan
2011-02-02Adds null check for file locations in XML output printer.vladlosev
2011-01-29Renames some internal functions to avoid name clashes.vladlosev
2011-01-10Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).zhanyong.wan
2010-09-14Include gtest headers as user headers instead of system headers.zhanyong.wan
2010-08-31Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan
2010-07-22Allows Google Test to build on OSes other then a pre-determined set and imple...vladlosev
2010-05-10Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan
2010-04-22Fixes gtest-port_test on MinGW.vladlosev
2010-03-26Fixes a leak in ThreadLocal.zhanyong.wan
2010-03-05Adds a smoketest for ThreadWithParam.vladlosev
2010-03-04Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan
2010-02-26Simplifies ThreadStartSemaphore's implementation.zhanyong.wan
2010-02-25Simplifies the threading implementation and improves some comments.zhanyong.wan
2010-02-24Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan
2010-01-27Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan
2009-12-16Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan
2009-11-17Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev
2009-11-13Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan
2009-09-30Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan
2009-09-11Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan
2009-08-07Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan
2009-07-22Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan
2009-07-01Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...zhanyong.wan
2009-04-07Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...zhanyong.wan
2009-03-06Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan
2009-02-23Cleans up macro definitions.zhanyong.wan
2009-01-29Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan
2008-11-20Value-parameterized tests and many bugfixesvladlosev