aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fixMark Jan van Kampen1-1/+1
2020-03-17Googletest exportAbseil Team1-1/+1
2020-02-17Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fixMark Jan van Kampen1-5/+1
2020-02-13Googletest exportAbseil Team1-5/+1
2020-01-22Fixes extensions missing for QNXMark Jan van Kampen1-1/+1
2019-12-13Activate GNU extensions in case of MSYS generatorIlya Kravchuk1-1/+1
2019-10-03Googletest exportv1.10.xrelease-1.10.0Abseil Team1-1/+1
2019-05-28Suppress CMake policy warning (CMP0048)Matthijs Brobbel1-4/+4
2019-05-19Fix typo introduced in 63be3dcc245 (maintaners -> maintainers)Enji Cooper1-1/+1
2019-05-03Googletest exportmisterg1-0/+3
2019-02-04cmake: detect Cygwin which needs extensions to buildMatthias Grob1-1/+3
2019-02-04cmake: move global project definition to beginningMatthias Grob1-3/+3
2018-10-24Disable extensions and force standardpeter1-0/+2
2018-10-24Fix -std=c++11 flagpeter1-1/+6
2018-10-08Merge c1170881039e859738c62b02a918116fc6d346bc into 27c86f29417e53a622a2902ba...Eisoku Kuroiwa1-0/+1
2018-10-02Merge 68b8a4c60cd80c78e1875b77807fa13cdd2313f8 into 77962730563eece3525f40b87...Gennadiy Civil1-1/+0
2018-09-30Add a cached variable to CMAKE_CXX_STANDARDJerry Turcios1-1/+1
2018-09-28Add C++11 support in the root CMakeLists.txtJerry Turcios1-0/+1
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