summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix warnings encountered with clang -Wall.kosak@google.com2013-12-03
* Delete whitespace, and change the return type of ImplicitlyConvertible::MakeF...kosak@google.com2013-12-03
* avoids clash with the max() macro on Windowszhanyong.wan2013-09-18
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-06
* makes gtest-death-test_test.cc compile on platforms that don't support death ...zhanyong.wan2013-07-08
* Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant.zhanyong.wan2013-06-18
* When --gtest_filter is specified, XML report now doesn't contain information ...vladlosev2013-04-25
* prints type/value parameters when listing testszhanyong.wan2013-04-10
* Implements support for calling Test::RecordProperty() outside of a test.vladlosev2013-04-05
* Fixes some compatibility issues with STLport.zhanyong.wan2013-04-04
* 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