summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.13.0 in preparation for releasev1.13.0-prev1.13.0v1.13.xDerek Mauro2023-01-171-1/+1
* CMake: Add GTEST_HAS_ABSL build option for using AbslAbseil Team2022-10-181-0/+1
* Merge pull request #3921 from Krzmbrzl:patch-1Copybara-Service2022-07-181-0/+4
|\
| * Set cmake policy CMP0069Robert Adam2022-07-181-0/+4
* | Update version number in CMakeLists.txtDerek Mauro2022-06-301-1/+1
|/
* Set CMake Policy CMP0077 to NEWJoris van der Pol2022-01-051-0/+4
* Googletest exportAbseil Team2021-08-241-5/+3
* Googletest exportrelease-1.11.0Abseil Team2021-06-111-1/+1
* Bump CMake minimum to 2.8.12Chuck Atkins2020-10-301-1/+1
* Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fixMark Jan van Kampen2020-04-161-1/+1
|\
| * Googletest exportAbseil Team2020-03-171-1/+1
* | Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fixMark Jan van Kampen2020-02-171-5/+1
|\ \ | |/
| * Googletest exportAbseil Team2020-02-131-5/+1
* | Fixes extensions missing for QNXMark Jan van Kampen2020-01-221-1/+1
|/
* Activate GNU extensions in case of MSYS generatorIlya Kravchuk2019-12-131-1/+1
* Googletest exportv1.10.xrelease-1.10.0Abseil Team2019-10-031-1/+1
* Suppress CMake policy warning (CMP0048)Matthijs Brobbel2019-05-281-4/+4
* Fix typo introduced in 63be3dcc245 (maintaners -> maintainers)Enji Cooper2019-05-191-1/+1
* Googletest exportmisterg2019-05-031-0/+3
* cmake: detect Cygwin which needs extensions to buildMatthias Grob2019-02-041-1/+3
* cmake: move global project definition to beginningMatthias Grob2019-02-041-3/+3
* Disable extensions and force standardpeter2018-10-241-0/+2
* Fix -std=c++11 flagpeter2018-10-241-1/+6
* Merge c1170881039e859738c62b02a918116fc6d346bc into 27c86f29417e53a622a2902ba...Eisoku Kuroiwa2018-10-081-0/+1
* Merge 68b8a4c60cd80c78e1875b77807fa13cdd2313f8 into 77962730563eece3525f40b87...Gennadiy Civil2018-10-021-1/+0
* Add a cached variable to CMAKE_CXX_STANDARDJerry Turcios2018-09-301-1/+1
* Add C++11 support in the root CMakeLists.txtJerry Turcios2018-09-281-0/+1
* Install CMake export filesStefano Soffia2018-08-221-29/+2
* Improve CMake exported targets.Dakota Hawkins2018-08-211-10/+27
* Fix problem installing gtest when gmock enabledMatthew Woehlke2017-08-161-1/+2
* Merge pull request #1160 from mwoehlke-kitware/honor-lib_suffixGennadiy Civil2017-08-111-0/+12
|\
| * Fix library install destinationsMatthew Woehlke2017-08-091-0/+12
* | Fixed cmake policy issueJoel Laity2017-08-031-2/+2
* | Fix policy issue with old cmakesManuel VIVES2017-08-021-1/+4
* | Merge pull request #782 from Manozco/709-cmake-policy-project-versionGennadiy Civil2017-08-021-0/+1
|\ \
| * | Issue 709: Fix Cmake policy 0048Manuel Vives2016-05-211-0/+1
| |/
* | 2.6.4 is the minimum CMake version, so enforce it (#656)Craig Scott2016-12-171-1/+1
|/
* Create CMakeLists.txtFábio Junqueira2015-11-111-0/+16
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-260/+0
* Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak2014-01-131-8/+16
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-061-0/+2
* fixes a typo in CMake script; h/t to Jay Mueller for reporting the issuezhanyong.wan2013-07-091-1/+1
* Removes dangling references in make/cmake files.zhanyong.wan2013-02-271-1/+0
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak2013-02-221-0/+1
* Fixes broken build on VC++ 7.1.vladlosev2011-06-131-14/+24
* Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev2010-10-181-0/+7
* Adds a gtest_disable_pthreads CMake option; also fixes an include order probl...zhanyong.wan2010-10-051-6/+6
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-091-0/+14
* Introduces gtest_force_shared_crt option for CMake build scripts.vladlosev2010-05-181-0/+7
* Comment tweaks in CMakeLists.txt.vladlosev2010-05-131-5/+5