aboutsummaryrefslogtreecommitdiff
path: root/include/gtest/gtest-param-test.h.pump
AgeCommit message (Expand)Author
2012-03-09Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com
2011-04-12Avoids iterator_traits, as it's not available in libCStd when compiled with S...zhanyong.wan
2011-02-22Indents preprocessor directives.zhanyong.wan
2010-12-06Allows a value-parameterized test fixture to derive from Test and WithParamIn...zhanyong.wan
2010-09-14Include gtest headers as user headers instead of system headers.zhanyong.wan
2009-11-10Fixes the code to work with fuse_gtest.py.zhanyong.wan
2009-02-23Cleans up macro definitions.zhanyong.wan
2008-12-09Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform w...shiqian
2008-11-20Value-parameterized tests and many bugfixesvladlosev