aboutsummaryrefslogtreecommitdiff
path: root/googletest/cmake
AgeCommit message (Expand)AuthorFilesLines
2023-12-04Merge pull request #4426 from tamaskenez:cmake_external_absl_re2Copybara-Service1-0/+4
2023-12-04Skip find_package(Python3) when not building testsDerek Mauro1-1/+3
2023-12-01Allow using external absl and re2.Tamas Kenez1-0/+4
2023-10-02Merge pull request #4382 from idzm:fix_cmake_commentsCopybara-Service1-18/+18
2023-09-29cmake: Fix comments in cmake filesDzmitry Ivaniuk1-19/+18
2023-08-22changed http to httpssthd1-1/+1
2023-06-21Merge pull request #4293 from juan-lunarg:juan/fix_remaining_cmake_versionCopybara-Service1-51/+21
2023-06-20cmake: Remove remaining checks for CMAKE_VERSIONJuan Ramos1-49/+19
2023-06-20cmake: Clean up policy codeJuan Ramos1-14/+0
2023-06-12Merge pull request #4188 from Mizzrym1:componentCopybara-Service1-0/+4
2023-05-30Merge pull request #4256 from niranjan-nilakantan:niranjan-nilakantan/issue4255Copybara-Service1-2/+12
2023-05-24Disable some warnings for IntelLLVM on Windows.niranjan1-0/+3
2023-05-24Build googletest with IntelLLVM compilers.Niranjan Nilakantan1-2/+8
2023-03-20Merge pull request #4157 from dpogue:patch-1Copybara-Service1-0/+4
2023-03-14Add COMPONENT to installMaciej Sroczyński1-0/+4
2023-03-06Fix compilation with -Wundef.Tom Hughes1-2/+2
2023-02-17Set CMP0069 policy to avoid warningsDarryl Pogue1-0/+4
2023-02-01Build gmock Python tests when building with cmakeTom Hughes1-2/+4
2022-10-05Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT...Abseil Team1-2/+7
2022-07-18Merge pull request #3940 from anpol:pdb-static-libCopybara-Service1-1/+2
2022-07-13cmake: make PDB output directory match that of a static library.Andrei Polushin1-1/+2
2022-07-13cmake: find python in order specified by PATH environment variable.Andrei Polushin1-0/+6
2022-07-11Merge pull request #3844 from akohlmey:intel-llvm-utf8-fixCopybara-Service1-1/+3
2022-07-08CMake: raise the default C++ standard to cxx_std_14Derek Mauro1-1/+1
2022-05-18set -utf-8 flag only for real MSVC compilers. E.g. not Intel's icx.exeAxel Kohlmeyer1-1/+3
2022-01-13FIX #2174 -- remove `DEBUG_POSTFIX`Ayush Joshi1-4/+0
2021-12-22Makes the Python imports consistently use full paths from the repository root,Derek Mauro1-0/+2
2021-06-22Googletest exportdmauro1-2/+2
2021-03-29Merge pull request #3155 from ZedThree:cmake-alias-librariesDino Radaković1-0/+1
2021-03-22Googletest exportAbseil Team1-0/+2
2021-02-25remove -Zi from MSVC compiler optionsBe1-1/+1
2020-12-04CMake: Add namespaced ALIAS libraryPeter Hill1-0/+1
2020-11-24Merge pull request #3114 from marbre:FindPythonGennadiy Rozental1-1/+7
2020-11-12Googletest exportdmauro1-36/+9
2020-11-11Refactor finding pythonMarius Brehler1-1/+7
2020-07-02use target_compile_features to use c++11 if cmake > 3.8Olivier Ldff1-0/+4
2020-03-21Ensure that gtest/gmock pkgconfig requirements specify versionNeal Gompa1-1/+1
2019-11-13Merge pull request #2556 from ienorand:avoid-pkg-config-lpthread-cflagAndy Getz2-2/+2
2019-11-05pkg-config: Remove pthread link flag from CflagsMartin Erik Werner2-2/+2
2019-10-05Revert "Use pcfiledir for prefix in pkgconfig file"David Seifert2-6/+4
2019-06-12Setting CMP0054 policy to NEW. This allows to use the string "SHARED" without...Matthias Walter1-0/+4
2019-04-05clang: fix `-Wsign-conversion` errorsEnji Cooper1-1/+1
2019-04-05Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flagGennadiy Civil1-0/+1
2019-04-03clang: explicitly enable/disable RTTI support with the compilerEnji Cooper1-1/+2
2019-02-22Merge pull request #2126 from ngie-eign:clang-add-more-strict-warningsGennadiy Civil1-0/+1
2019-02-18Ignore `-Wsign-conversion` issuesEnji Cooper1-1/+1
2019-02-13Add `cxx_strict_flags` for clang to match FreeBSD's WARNS flagsEnji Cooper1-0/+1
2019-02-13Merge pull request #2114 from knuto:pr/libtool_supportGennadiy Civil1-0/+21
2019-02-12Compile clang with `-Wall -Wshadow -Werror`Enji Cooper1-0/+4
2019-02-11Generate a libgtest.la to help libtool managing dependenciesKnut Omang1-0/+21