aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Install CMake export filesStefano Soffia1-29/+2
2018-08-21Improve CMake exported targets.Dakota Hawkins1-10/+27
2017-08-16Fix problem installing gtest when gmock enabledMatthew Woehlke1-1/+2
2017-08-11Merge pull request #1160 from mwoehlke-kitware/honor-lib_suffixGennadiy Civil1-0/+12
2017-08-09Fix library install destinationsMatthew Woehlke1-0/+12
2017-08-03Fixed cmake policy issueJoel Laity1-2/+2
2017-08-02Fix policy issue with old cmakesManuel VIVES1-1/+4
2017-08-02Merge pull request #782 from Manozco/709-cmake-policy-project-versionGennadiy Civil1-0/+1
2016-12-172.6.4 is the minimum CMake version, so enforce it (#656)Craig Scott1-1/+1
2016-05-21Issue 709: Fix Cmake policy 0048Manuel Vives1-0/+1
2015-11-11Create CMakeLists.txtFábio Junqueira1-0/+16
2015-08-25Move everything in googletest into googletest/googletestBilly Donahue1-260/+0
2014-01-13Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak1-8/+16
2013-09-06supports a protocol for catching tests that prematurely exitzhanyong.wan1-0/+2
2013-07-09fixes a typo in CMake script; h/t to Jay Mueller for reporting the issuezhanyong.wan1-1/+1
2013-02-27Removes dangling references in make/cmake files.zhanyong.wan1-1/+0
2013-02-22Removes testing::internal::String::Format(), which causes problems as it trun...kosak1-0/+1
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