summaryrefslogtreecommitdiff
path: root/src/gtest.cc
Commit message (Expand)AuthorAgeFilesLines
* makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan2011-04-071-1/+1
* Fixes 'formatting error or buffer exceeded' error when outputting long failur...vladlosev2011-03-301-17/+13
* Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibilityzhanyong.wan2011-03-111-3/+3
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-051-1/+1
* Indents preprocessor directives.zhanyong.wan2011-02-221-53/+68
* Fixes off-by-one error in a message about test sharding (by David Glasser).vladlosev2011-02-121-2/+3
* Adds null check for file locations in XML output printer.vladlosev2011-02-021-2/+3
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-021-26/+47
* template selection error in IBM's xIC_r compiler.vladlosev2011-01-291-10/+16
* Changes default of --gtest_catch_exceptions to true.vladlosev2010-10-261-3/+4
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-221-2/+2
* Removes uses of deprecated AssertionFailure() API (by Vlad Losev).zhanyong.wan2010-09-271-42/+28
* Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...zhanyong.wan2010-09-271-4/+4
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-2/+2
* Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan2010-09-081-12/+12
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-311-32/+61
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-191-16/+232
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-091-237/+189
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-211-42/+0
* Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhi...vladlosev2010-07-141-2/+2
* Makes gtest_break_on_failure_unittest work on minGW (by vladl); improveszhanyong.wan2010-07-081-1/+5
* Makes gtest report failures in ad hoc test assertions executed before RUN_ALL...zhanyong.wan2010-06-161-1/+3
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-181-14/+19
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-221-0/+1
* Enables death tests on AIX, by Hady Zalek.zhanyong.wan2010-03-231-0/+4
* Fixes MSVC warnings in 64-bit mode.zhanyong.wan2010-02-251-10/+11
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-251-91/+95
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-1/+1
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-281-3/+5
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-271-0/+3
* Changes Message() to print double with enough precision by default.zhanyong.wan2010-01-081-10/+8
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-14/+0
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-161-21/+22
* Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).zhanyong.wan2009-12-011-12/+12
* Prevents Google Test from printing help message upon seeing the --gtest_stack...vladlosev2009-11-171-5/+7
* Fixes linker error when used with gMock on Windowsvladlosev2009-10-231-3/+3
* Prints help when encountering unrecognized Google Test flags.vladlosev2009-10-221-1/+31
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-201-5/+35
* Fixes: Scons build file broken when used in another SConstruct; warning in VC...vladlosev2009-10-141-1/+2
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-301-15/+91
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-38/+89
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-241-59/+44
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-211-1/+20
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-181-50/+52
* Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan2009-09-171-67/+101
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-171-1/+2
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...zhanyong.wan2009-09-111-2/+3
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-041-212/+239
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-011-51/+32
* Makes gtest compilable on Win CE.zhanyong.wan2009-07-231-2/+7