summaryrefslogtreecommitdiff
path: root/src/gtest.cc
Commit message (Expand)AuthorAge
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-06
* 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
* Fixes a thread annotation; updates CHANGES for 1.7.0zhanyong.wan2013-04-24
* prints type/value parameters when listing testszhanyong.wan2013-04-10
* Implements support for calling Test::RecordProperty() outside of a test.vladlosev2013-04-05
* 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 a nasty issue in gtest's template instantiation.zhanyong.wan2013-02-28
* Removes an unused variable; also refactors to support an up-comingzhanyong.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
* added defines for iOSjgm@google.com2012-07-09
* 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
* 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
* Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev2011-10-24
* Implements the timestamp attribute for the testsuites element in the output X...vladlosev2011-10-05
* Simplifies the implementatoin of the test result printer; by Ulfar Erlingssonzhanyong.wan2011-09-16
* Adds support for building Google Mock as a shared library (DLL).vladlosev2011-05-20
* makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan2011-04-07
* Fixes 'formatting error or buffer exceeded' error when outputting long failur...vladlosev2011-03-30
* Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibilityzhanyong.wan2011-03-11
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-05
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Fixes off-by-one error in a message about test sharding (by David Glasser).vladlosev2011-02-12
* Adds null check for file locations in XML output printer.vladlosev2011-02-02
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-02
* template selection error in IBM's xIC_r compiler.vladlosev2011-01-29
* Changes default of --gtest_catch_exceptions to true.vladlosev2010-10-26
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-22
* Removes uses of deprecated AssertionFailure() API (by Vlad Losev).zhanyong.wan2010-09-27
* Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...zhanyong.wan2010-09-27
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan2010-09-08
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-31
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-19
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-09
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-21
* Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhi...vladlosev2010-07-14
* Makes gtest_break_on_failure_unittest work on minGW (by vladl); improveszhanyong.wan2010-07-08
* Makes gtest report failures in ad hoc test assertions executed before RUN_ALL...zhanyong.wan2010-06-16
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-18
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-22
* Enables death tests on AIX, by Hady Zalek.zhanyong.wan2010-03-23
* Fixes MSVC warnings in 64-bit mode.zhanyong.wan2010-02-25
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-25
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24