Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds a gtest_disable_pthreads CMake option; also fixes an include order ↵ | zhanyong.wan | 2010-10-05 | 1 | -62/+82 |
| | | | | problem in the cmake script. | ||||
* | Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad ↵ | zhanyong.wan | 2010-07-26 | 1 | -1/+1 |
| | | | | Losev). | ||||
* | Fixes warnings when built by GCC with -Wswitch-default. Original patch by ↵ | vladlosev | 2010-07-14 | 1 | -1/+1 |
| | | | | Zhixu Liu (zhixu.liu@gmail.com). | ||||
* | Corrects test binary paths in the CMake build script. | vladlosev | 2010-05-22 | 1 | -2/+2 |
| | |||||
* | Introduces gtest_force_shared_crt option for CMake build scripts. | vladlosev | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Renames test script flags. | vladlosev | 2010-05-13 | 1 | -4/+8 |
| | |||||
* | Moves the universal printer from gmock to gtest and refactors the cmake ↵ | zhanyong.wan | 2010-05-10 | 1 | -0/+186 |
script for reusing in gmock (by Vlad Losev). |