summaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-param-util.h
Commit message (Expand)AuthorAge
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-22
* Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-12
* Fixes Windows CE compatibility problem (issue http://code.google.com/p/google...vladlosev2011-03-30
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-02
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-18
* Makes gtest work with Sun Studio. Patch submitted by Hady Zalek.zhanyong.wan2010-03-23
* Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to...zhanyong.wan2010-03-17
* Fixes a typo in comment, by Vlad Losev.zhanyong.wan2010-03-15
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-05
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-16
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-10
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-18
* Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.zhanyong.wan2009-03-25
* Cleans up macro definitions.zhanyong.wan2009-02-23
* Value-parameterized tests and many bugfixesvladlosev2008-11-20