summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* 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
* Implements GTEST_ASSERT_XY as alias of ASSERT_XY.zhanyong.wan2010-09-15
* 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
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan2010-07-26
* Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang.zhanyong.wan2010-07-22
* Allows Google Test to build on OSes other then a pre-determined set and imple...vladlosev2010-07-22
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-21
* 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
* Adds tests for SkipPrefix().zhanyong.wan2010-06-08
* Fixes issue 286.vladlosev2010-05-22
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-18
* Adds GTEST_REMOVE_REFERENCE_AND_CONST_.zhanyong.wan2010-05-17
* Renames test script flags.vladlosev2010-05-13
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-05
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-22
* Fixes gtest-port_test on MinGW.vladlosev2010-04-22
* Adds alternative spellings for FAIL, SUCCEED, and TEST.zhanyong.wan2010-04-13
* Fixes gtest_filter_unittest and gtest_help_test on systems without death tests.vladlosev2010-04-08
* C++ Builder compatibility patch by Josh Kelley.vladlosev2010-04-07
* Fixes a leak in ThreadLocal.zhanyong.wan2010-03-26
* Adds missing gtest DLL exports.zhanyong.wan2010-03-22
* Fixes comments and tests for the moment of generator parameter evaluation in ...vladlosev2010-03-20
* Solaris and AIX patch by Hady Zalekvladlosev2010-03-17
* Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-...vladlosev2010-03-08
* Adds a smoketest for ThreadWithParam.vladlosev2010-03-05
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-05
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-04
* Modifies gtest-death-test_test not to use core-dumping API calls.vladlosev2010-03-02
* Fixes issue 216 (gtest_output_test broken on Solarisvladlosev2010-02-27