Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include gtest headers as user headers instead of system headers. | zhanyong.wan | 2010-09-14 | 1 | -2/+2 |
| | |||||
* | Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed ↵ | zhanyong.wan | 2009-11-13 | 1 | -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.wan | 2009-11-10 | 1 | -2/+4 |
| | |||||
* | Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor / | zhanyong.wan | 2009-09-18 | 1 | -3/+18 |
| | | | | assignment operator cannot be generated) enabled. | ||||
* | Cleans up macro definitions. | zhanyong.wan | 2009-02-23 | 1 | -2/+2 |
| | |||||
* | Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵ | shiqian | 2008-12-09 | 1 | -4/+0 |
| | | | | with the TR1 spec. | ||||
* | Value-parameterized tests and many bugfixes | vladlosev | 2008-11-20 | 1 | -0/+273 |