aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-param-util-generated.h
Commit message (Expand)AuthorAgeFilesLines
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-5146/+0
* Allow the single-arg Values() overload to to conversions, just like every otherkosak2015-07-191-1/+4
* Export tuple and friends in the ::testing namespace.kosak2014-04-021-39/+39
* Fixes C++0x compatibility problems.vladlosev2011-09-261-136/+457
* Avoids iterator_traits, as it's not available in libCStd when compiled with S...zhanyong.wan2011-04-121-3/+5
* Indents preprocessor directives.zhanyong.wan2011-02-221-2/+2
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-2/+2
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-131-0/+15
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-101-2/+4
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-181-27/+258
* Cleans up macro definitions.zhanyong.wan2009-02-231-2/+2
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform w...shiqian2008-12-091-4/+0
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+4576