summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Prints a useful message when GetParam() is called in a non-parameterized test.zhanyong.wan2013-03-12
* Supports colored output on term type screen-256color.zhanyong.wan2013-03-11
* Fixes unused function warning on Mac, and fixes compatibility with newer GCC.gtest-embtk-1.1.0zhanyong.wan2013-02-28
* Fixes gUnit streaming output format.kosak@google.com2013-02-22
* 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
* Removes obsolete debug code.vladlosev2012-09-06
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-07
* Fixes threading annotations and compatibility with C++11, which doesn'tzhanyong.wan2012-05-31
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-09
* Adds file and line information to the "message", which is used as the summaryjgm@google.com2012-01-17
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-04
* Adds support for detection of running in death test child processes.vladlosev2011-10-28
* Changes to fix gtest-printers_test on VC++ 2010.vladlosev2011-10-24
* Implements the timestamp attribute for the testsuites element in the output X...vladlosev2011-10-05
* Fixes test failure on 32-bit Ubuntu.vladlosev2011-10-05
* Fixes C++0x compatibility problems.vladlosev2011-09-26
* Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...vladlosev2011-09-09
* Fixes a user reported test break (modifying a dict while iterating).vladlosev2011-08-16
* Fixes a resource leak in gtest-port_test (by Haruka Iwao).vladlosev2011-07-11
* QNX compatibility patch (by Haruka Iwao).vladlosev2011-06-20
* Fixes broken build on VC++ 7.1.vladlosev2011-06-13
* Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-12
* Avoids iterator_traits, as it's not available in libCStd when compiled with S...zhanyong.wan2011-04-12
* Removes commas from last items in enums (a C++ standard compliance fix).vladlosev2011-04-08
* makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan2011-04-07
* Changes diagnostic output of the question mark from '\?' to '?'.vladlosev2011-04-01
* Fixes Windows CE compatibility problem (issue http://code.google.com/p/google...vladlosev2011-03-30
* Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Ha...zhanyong.wan2011-03-09
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-05
* Fixes non-conforming uses of commas in enums s.t. the code compiles onzhanyong.wan2011-03-05
* Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64...vladlosev2011-02-28
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Fixes off-by-one error in a message about test sharding (by David Glasser).vladlosev2011-02-12
* Updates an outdated error message.vladlosev2011-02-10
* Adds null check for file locations in XML output printer.vladlosev2011-02-02
* Add markers to death test messages to make them more recogizable (by Jeff Shu...zhanyong.wan2011-02-02
* Removes unused include directive.vladlosev2011-02-02
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-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
* Removes unused NC tests.zhanyong.wan2011-01-07
* Suppresses self-assignment warnings.zhanyong.wan2011-01-07
* Allows a value-parameterized test fixture to derive from Test and WithParamIn...zhanyong.wan2010-12-06
* Makes gtest print string literals correctly when it contains \x escape sequen...zhanyong.wan2010-12-02
* Changes default of --gtest_catch_exceptions to true.vladlosev2010-10-26
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-22
* Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev2010-10-18
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-11