aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2014-01-29Suppress "Conditional expression is constant" warning on Visual Studio.kosak@google.com
2014-01-13Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com
2012-04-02Added support for platforms where pthread_t is a struct rather than an integraljgm@google.com
2011-06-13Fixes broken build on VC++ 7.1.vladlosev
2011-04-07makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan
2010-10-05Adds a gtest_disable_pthreads CMake option; also fixes an include order probl...zhanyong.wan
2010-07-26Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan
2010-07-14Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhi...vladlosev
2010-05-22Corrects test binary paths in the CMake build script.vladlosev
2010-05-18Introduces gtest_force_shared_crt option for CMake build scripts.vladlosev
2010-05-13Renames test script flags.vladlosev
2010-05-10Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan