summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* Added support for platforms where pthread_t is a struct rather than an integraljgm@google.com2012-04-02
* Fixes broken build on VC++ 7.1.vladlosev2011-06-13
* makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan2011-04-07
* Adds a gtest_disable_pthreads CMake option; also fixes an include order probl...zhanyong.wan2010-10-05
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan2010-07-26
* Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhi...vladlosev2010-07-14
* Corrects test binary paths in the CMake build script.vladlosev2010-05-22
* Introduces gtest_force_shared_crt option for CMake build scripts.vladlosev2010-05-18
* Renames test script flags.vladlosev2010-05-13
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10