aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2011-06-13Fixes broken build on VC++ 7.1.vladlosev1-14/+24
2010-10-18Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev1-0/+7
2010-10-05Adds a gtest_disable_pthreads CMake option; also fixes an include order probl...zhanyong.wan1-6/+6
2010-08-09Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan1-0/+14
2010-05-18Introduces gtest_force_shared_crt option for CMake build scripts.vladlosev1-0/+7
2010-05-13Comment tweaks in CMakeLists.txt.vladlosev1-5/+5
2010-05-11Renames CMake build script options.vladlosev1-7/+7
2010-05-10Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan1-192/+15
2010-05-05Improves support for building Google Test as Windows DLL.vladlosev1-65/+68
2010-04-22Minor improvement to hermetic build support in the CMake script, by Vlad Losev.zhanyong.wan1-1/+3
2010-04-05CMake 2.8/Visual Age compatibility patch by Hady Zalek.vladlosev1-2/+4
2010-03-26Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); ...zhanyong.wan1-1/+4
2010-03-25Cleans up the cmake script.zhanyong.wan1-9/+15
2010-03-25Makes the cmake script work on Solaris and AIX (by Hady Zalek).zhanyong.wan1-24/+37
2010-03-22Adds missing gtest DLL exports.zhanyong.wan1-11/+14
2010-03-17Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to...zhanyong.wan1-10/+40
2010-03-05Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan1-9/+48
2010-02-27Makes all samples compile with -Wall -Wshadow -Werror.vladlosev1-3/+3
2010-02-24Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan1-4/+12
2010-01-28Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan1-7/+16
2010-01-06Makes the cmake script work on Windows (by Manuel Klimek).zhanyong.wan1-2/+6
2010-01-05Makes the cmake script compatible with cmake 2.6.4.zhanyong.wan1-8/+8
2010-01-05Uses FindThreads to set the proper link flag when using threads (by Manuel Kl...zhanyong.wan1-35/+27
2009-12-29Adds an experimental CMake build script; makes the samples compile without wa...zhanyong.wan1-0/+275