aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-param-util.h
Commit message (Expand)AuthorAgeFilesLines
* Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to...zhanyong.wan2010-03-171-1/+2
* 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
* 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