aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-param-util.h
Commit message (Collapse)AuthorAgeFilesLines
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-731/+0
|
* Prevent MSVC from issuing warnings about possible value truncations.kosak2015-07-281-2/+2
|
* Add support for named value-parameterized tests.kosak2015-07-241-11/+120
|
* Add support for --gtest_flagfile.kosak2015-07-171-7/+10
|
* Removes testing::internal::String::Format(), which causes problems as it ↵kosak2013-02-221-4/+4
| | | | truncates the result at 4096 chars. Also update an obsolete link in comment.
* Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-121-11/+11
|
* Fixes Windows CE compatibility problem (issue ↵vladlosev2011-03-301-1/+1
| | | | http://code.google.com/p/googletest/issues/detail?id=362).
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-021-3/+2
| | | | | | report; also removes the comment() and test_case_comment() fields of TestInfo. Proposed and initally implemented by Joey Oravec. Re-implemented by Vlad Losev.
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-4/+4
|
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-181-5/+6
|
* Makes gtest work with Sun Studio. Patch submitted by Hady Zalek.zhanyong.wan2010-03-231-22/+0
|
* Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script ↵zhanyong.wan2010-03-171-1/+2
| | | | to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev).
* Fixes a typo in comment, by Vlad Losev.zhanyong.wan2010-03-151-1/+1
|
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-051-2/+2
|
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-161-6/+6
|
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-101-4/+6
|
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-181-1/+10
| | | | assignment operator cannot be generated) enabled.
* Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.zhanyong.wan2009-03-251-2/+2
|
* Cleans up macro definitions.zhanyong.wan2009-02-231-1/+1
|
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+629