summaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-tuple.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes gtest-tuple.h in Visual C++ 7.1.vladlosev2012-09-061-23/+23
|
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-22/+66
|
* Indents preprocessor directives.zhanyong.wan2011-02-221-2/+2
|
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-031-1/+2
|
* Implements support for AssertionResult in Boolean assertions such as ↵vladlosev2009-10-201-10/+11
| | | | EXPECT_TRUE; Fixes Google Tests's tuple implementation to default-initialize its fields in the default constructor (by Zhanyong Wan); Populates gtest_stress_test.cc with actual tests.
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility ↵zhanyong.wan2009-08-071-5/+5
| | | | with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev).
* Makes gtest's tuple implementation work with Symbian 5th edition by ↵zhanyong.wan2009-06-241-29/+50
| | | | bypassing 2 compiler bugs (by Zhanyong Wan); refactors for the event listener API (by Vlad Losev).
* Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).zhanyong.wan2009-06-191-3/+3
|
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-171-0/+945
Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).