aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/cmake
Commit message (Expand)AuthorAgeFilesLines
* Ensure that gtest/gmock pkgconfig requirements specify versionNeal Gompa2020-03-211-1/+1
* Merge pull request #2556 from ienorand:avoid-pkg-config-lpthread-cflagAndy Getz2019-11-132-2/+2
|\
| * pkg-config: Remove pthread link flag from CflagsMartin Erik Werner2019-11-052-2/+2
* | Revert "Use pcfiledir for prefix in pkgconfig file"David Seifert2019-10-052-6/+4
|/
* Setting CMP0054 policy to NEW. This allows to use the string "SHARED" without...Matthias Walter2019-06-121-0/+4
* clang: fix `-Wsign-conversion` errorsEnji Cooper2019-04-051-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-031-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` issuesEnji Cooper2019-02-181-1/+1
|/
* Merge pull request #2114 from knuto:pr/libtool_supportGennadiy Civil2019-02-131-0/+21
|\
| * Generate a libgtest.la to help libtool managing dependenciesKnut Omang2019-02-111-0/+21
* | Compile clang with `-Wall -Wshadow -Werror`Enji Cooper2019-02-121-0/+4
|/
* Avoid dynamic/static runtime linking (LNK4098) by properly replacing MD(d)->M...Hugo Lindström2019-01-281-0/+2
* Googletest exportmisterg2018-12-132-2/+2
* Issue #1955: Remove THREADS_PREFER_PTHREAD_FLAGLukas Mosimann2018-11-221-1/+0
* Googletest exportmisterg2018-11-202-2/+2
* Add back warning suppression that shouldn't have been removedRobin Lindén2018-11-101-0/+3
* Remove workarounds for unsupported MSVC versionsRobin Lindén2018-11-101-26/+1
* Merge branch 'master' into relocatable-pkgconfig-fixGennadiy Civil2018-10-121-1/+1
|\
| * Merge 4c92120d6dedb4eeb499a8702faea0224e0a8b23 into 658c6390a5b363f46c6ad448a...David Neto2018-10-111-1/+1
* | Use pcfiledir for prefix in pkgconfig fileFilipp Andjelo2018-10-112-4/+6
|/
* 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-222-1/+48
|\
| * Install CMake export filesStefano Soffia2018-08-222-1/+43
| * Merge branch 'master' into fix-msvc-d9025-warningGennadiy 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-083-23/+66
|\ \
| * | 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-postfixGennadiy Civil2018-02-281-1/+1
| |\
| | * Merge branch 'master' into win-libcxx2Gennadiy 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.Stefano Soffia2018-01-251-0/+3
| |/
| * Fix tests with VS2015 and VS2017Arkadiy Shapkin2017-10-251-4/+4
| * Merge branch 'master' into hethi/travis-release-buildHerbert Thielen2017-09-071-2/+7
| |\
| | * CMake: use threads if allowed and found, not just if found.Roman Lebedev2017-09-011-2/+7
| * | treat all warnings as errors for GCC (-Werror)Herbert Thielen2017-09-011-1/+1
| |/
| * create different python based tests for single and multi configuration build ...Herbert Thielen2017-08-301-9/+21
| * Revert "ask cmake for per-configuration output subdir"Herbert Thielen2017-08-301-1/+1
| * ask cmake for per-configuration output subdirHerbert Thielen2017-08-301-1/+1
| * remove obsolete comment regarding python tests on linuxHerbert Thielen2017-08-301-2/+0
| * Add support for pkgconfigDavid Seifert2017-08-143-2/+23
* | Fix #923 - support CMAKE_CROSSCOMPILING_EMULATOR for testsMartin Oberhuber2016-11-051-1/+1
|/
* Merge pull request #721 from ilmagico/fix-mingw-threadsBilly Donahue2016-08-241-1/+3
|\
| * Don't use pthread when on MinGW even if availableDaniele Tamino2016-02-221-1/+3