aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-param-util-generated.h
Commit message (Collapse)AuthorAgeFilesLines
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed ↵zhanyong.wan2009-11-131-0/+15
| | | | tests in gtest-port_test.cc only when typed tests are available (by Zhanyong Wan); makes gtest-param-util-generated.h conform to the C++ standard (by Zhanyong Wan).
* 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
| | | | assignment operator cannot be generated) enabled.
* Cleans up macro definitions.zhanyong.wan2009-02-231-2/+2
|
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵shiqian2008-12-091-4/+0
| | | | with the TR1 spec.
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+4576