summaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-param-util-generated.h
Commit message (Collapse)AuthorAge
* Fixes C++0x compatibility problems.vladlosev2011-09-26
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@596 861a406c-534a-0410-8894-cb66d6ee9925
* Avoids iterator_traits, as it's not available in libCStd when compiled with ↵zhanyong.wan2011-04-12
| | | | | | Sun C++. git-svn-id: http://googletest.googlecode.com/svn/trunk@568 861a406c-534a-0410-8894-cb66d6ee9925
* Indents preprocessor directives.zhanyong.wan2011-02-22
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@544 861a406c-534a-0410-8894-cb66d6ee9925
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@482 861a406c-534a-0410-8894-cb66d6ee9925
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed ↵zhanyong.wan2009-11-13
| | | | | | 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). git-svn-id: http://googletest.googlecode.com/svn/trunk@339 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-10
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@337 861a406c-534a-0410-8894-cb66d6ee9925
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-18
| | | | | | | assignment operator cannot be generated) enabled. git-svn-id: http://googletest.googlecode.com/svn/trunk@313 861a406c-534a-0410-8894-cb66d6ee9925
* Cleans up macro definitions.zhanyong.wan2009-02-23
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@195 861a406c-534a-0410-8894-cb66d6ee9925
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵shiqian2008-12-09
| | | | | | with the TR1 spec. git-svn-id: http://googletest.googlecode.com/svn/trunk@152 861a406c-534a-0410-8894-cb66d6ee9925
* Value-parameterized tests and many bugfixesvladlosev2008-11-20
git-svn-id: http://googletest.googlecode.com/svn/trunk@120 861a406c-534a-0410-8894-cb66d6ee9925