summaryrefslogtreecommitdiffstats
path: root/googletest/cmake/internal_utils.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4157 from dpogue:patch-1Copybara-Service2023-03-201-0/+4
|\
| * Set CMP0069 policy to avoid warningsrefs/pull/4157/headDarryl Pogue2023-02-181-0/+4
* | Fix compilation with -Wundef.Tom Hughes2023-03-061-2/+2
|/
* Build gmock Python tests when building with cmakeTom Hughes2023-02-011-2/+4
* Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT...Abseil Team2022-10-051-2/+7
* Merge pull request #3940 from anpol:pdb-static-libCopybara-Service2022-07-181-1/+2
|\
| * cmake: make PDB output directory match that of a static library.refs/pull/3940/headAndrei Polushin2022-07-121-1/+2
* | cmake: find python in order specified by PATH environment variable.refs/pull/3939/headAndrei Polushin2022-07-121-0/+6
|/
* Merge pull request #3844 from akohlmey:intel-llvm-utf8-fixCopybara-Service2022-07-111-1/+3
|\
| * set -utf-8 flag only for real MSVC compilers. E.g. not Intel's icx.exerefs/pull/3844/headAxel Kohlmeyer2022-05-181-1/+3
* | CMake: raise the default C++ standard to cxx_std_14Derek Mauro2022-07-081-1/+1
|/
* FIX #2174 -- remove `DEBUG_POSTFIX`refs/pull/3732/headAyush Joshi2022-01-131-4/+0
* Makes the Python imports consistently use full paths from the repository root,Derek Mauro2021-12-221-0/+2
* Googletest exportdmauro2021-06-221-2/+2
* Merge pull request #3155 from ZedThree:cmake-alias-librariesDino Radaković2021-03-301-0/+1
|\
| * CMake: Add namespaced ALIAS libraryrefs/pull/3155/headPeter Hill2020-12-041-0/+1
* | Googletest exportAbseil Team2021-03-221-0/+2
* | remove -Zi from MSVC compiler optionsrefs/pull/3291/headBe2021-02-261-1/+1
|/
* Merge pull request #3114 from marbre:FindPythonGennadiy Rozental2020-11-241-1/+7
|\
| * Refactor finding pythonrefs/pull/3114/headMarius Brehler2020-11-111-1/+7
* | Googletest exportdmauro2020-11-121-36/+9
|/
* use target_compile_features to use c++11 if cmake > 3.8refs/pull/2808/headOlivier Ldff2020-07-021-0/+4
* Setting CMP0054 policy to NEW. This allows to use the string "SHARED" without...refs/pull/2283/headMatthias Walter2019-06-121-0/+4
* clang: fix `-Wsign-conversion` errorsEnji Cooper2019-04-061-1/+1
* Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flagGennadiy Civil2019-04-051-0/+1
|\
| * clang: explicitly enable/disable RTTI support with the compilerEnji Cooper2019-04-041-1/+2
|/
* Merge pull request #2126 from ngie-eign:clang-add-more-strict-warningsGennadiy Civil2019-02-221-0/+1
|\
| * Add `cxx_strict_flags` for clang to match FreeBSD's WARNS flagsEnji Cooper2019-02-131-0/+1
* | Ignore `-Wsign-conversion` issuesrefs/pull/2137/headEnji Cooper2019-02-191-1/+1
|/
* Compile clang with `-Wall -Wshadow -Werror`refs/pull/2120/headEnji Cooper2019-02-131-0/+4
* Avoid dynamic/static runtime linking (LNK4098) by properly replacing MD(d)->M...refs/pull/2086/headHugo Lindström2019-01-281-0/+2
* Issue #1955: Remove THREADS_PREFER_PTHREAD_FLAGrefs/pull/1977/headLukas Mosimann2018-11-221-1/+0
* Add back warning suppression that shouldn't have been removedrefs/pull/1959/headRobin Lindén2018-11-101-0/+3
* Remove workarounds for unsupported MSVC versionsRobin Lindén2018-11-101-26/+1
* Merge 4c92120d6dedb4eeb499a8702faea0224e0a8b23 into 658c6390a5b363f46c6ad448a...David Neto2018-10-111-1/+1
* Unconditionally use std::tuple.Abseil Team2018-10-091-1/+0
* Merge c798e39a4f96f5a985126cc3fab4738b6412cfc1 into e93da23920e5b6887d6a6a291...Matthieu2018-10-021-19/+71
* Merge branch 'master' into issue_1735Jacob Schloss2018-08-221-1/+39
|\
| * Install CMake export filesrefs/pull/1338/headStefano Soffia2018-08-221-1/+34
| * Merge branch 'master' into fix-msvc-d9025-warningrefs/pull/1612/headGennadiy Civil2018-08-171-5/+5
| |\
| * | Remove default /EHsc compiler flagWojciech Kaluza2018-07-111-0/+5
* | | It seems like CMAKE_CXX_FLAGS is getting double appended when building as a n...Jacob Schloss2018-08-221-1/+1
| |/ |/|
* | Merge branch 'master' into cross-testing-patch-1Gennadiy Civil2018-08-081-23/+47
|\ \
| * | Updated broken and outdated URLsPiotr Kąkol2018-07-251-1/+1
| * | Pass the --no_stacktrace_support argument to the CMake testsDerek Mauro2018-07-101-3/+3
| |/
| * Merge branch 'master' into debug-postfixrefs/pull/1481/headGennadiy Civil2018-02-281-1/+1
| |\
| | * Merge branch 'master' into win-libcxx2refs/pull/1423/headGennadiy Civil2018-02-271-0/+3
| | |\
| | * | Pass -EHs-c- to disable exceptions with MSVC.Peter Collingbourne2018-01-251-1/+1
| * | | Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIXDavid Neto2018-02-261-0/+4
| | |/ | |/|
| * | Fix test build issue with GCC7.2.refs/pull/1426/headStefano Soffia2018-01-251-0/+3
| |/