aboutsummaryrefslogtreecommitdiff
path: root/test/gtest_unittest.cc
AgeCommit message (Expand)Author
2011-04-07makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan
2011-03-05Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan
2011-03-05Fixes non-conforming uses of commas in enums s.t. the code compiles onzhanyong.wan
2011-02-22Indents preprocessor directives.zhanyong.wan
2011-01-10Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).zhanyong.wan
2011-01-07Suppresses self-assignment warnings.zhanyong.wan
2010-10-22Fixes compiler warning when built with -std=c++0x.vladlosev
2010-10-11Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan
2010-09-27Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...zhanyong.wan
2010-09-15Implements GTEST_ASSERT_XY as alias of ASSERT_XY.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-08-19Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan
2010-08-09Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan
2010-07-26Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan
2010-07-21Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan
2010-06-08Adds tests for SkipPrefix().zhanyong.wan
2010-05-17Adds GTEST_REMOVE_REFERENCE_AND_CONST_.zhanyong.wan
2010-05-10Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan
2010-04-22Implements color output in GNU Screen sessions (issue 277).vladlosev
2010-04-13Adds alternative spellings for FAIL, SUCCEED, and TEST.zhanyong.wan
2010-04-07C++ Builder compatibility patch by Josh Kelley.vladlosev
2010-03-22Adds missing gtest DLL exports.zhanyong.wan
2010-03-17Solaris and AIX patch by Hady Zalekvladlosev
2010-03-04Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan
2010-02-25Fixes MSVC warnings in 64-bit mode.zhanyong.wan
2010-02-25Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan
2010-02-24Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan
2010-02-03Adds Solaris support (by Hady Zalek)vladlosev
2010-01-28Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan
2010-01-08Changes Message() to print double with enough precision by default.zhanyong.wan
2009-12-16Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan
2009-12-16Moves mis-placed tests.zhanyong.wan
2009-12-16Turns on -Wshadow (by Preston Jackson).zhanyong.wan
2009-11-17Prevents Google Test from printing help message upon seeing the --gtest_stack...vladlosev
2009-10-20Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev
2009-09-30Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan
2009-09-30Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan
2009-09-24Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan
2009-09-21Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan
2009-09-18Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan
2009-09-18Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan
2009-09-17Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan
2009-09-11Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan
2009-09-04More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan
2009-09-01Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan
2009-08-07Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan
2009-07-16More refactoring for the event listener API, by Vlad Losev.zhanyong.wan
2009-07-14Adds the command line flags needed for test shuffling. Most code by Josh Kel...zhanyong.wan
2009-07-13Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...zhanyong.wan