| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2556 from ienorand:avoid-pkg-config-lpthread-cflag | Andy Getz | 2019-11-13 | 2 | -2/+2 |
|\ |
|
| * | pkg-config: Remove pthread link flag from Cflagsrefs/pull/2556/head | Martin Erik Werner | 2019-11-05 | 2 | -2/+2 |
|
|
* | | Revert "Use pcfiledir for prefix in pkgconfig file" | David Seifert | 2019-10-05 | 2 | -6/+4 |
|/ |
|
* | Setting CMP0054 policy to NEW. This allows to use the string "SHARED" without...refs/pull/2283/head | Matthias Walter | 2019-06-12 | 1 | -0/+4 |
|
|
* | clang: fix `-Wsign-conversion` errors | Enji Cooper | 2019-04-06 | 1 | -1/+1 |
|
|
* | Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flag | Gennadiy Civil | 2019-04-05 | 1 | -0/+1 |
|\ |
|
| * | clang: explicitly enable/disable RTTI support with the compiler | Enji Cooper | 2019-04-04 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #2126 from ngie-eign:clang-add-more-strict-warnings | Gennadiy Civil | 2019-02-22 | 1 | -0/+1 |
|\ |
|
| * | Add `cxx_strict_flags` for clang to match FreeBSD's WARNS flags | Enji Cooper | 2019-02-13 | 1 | -0/+1 |
|
|
* | | Ignore `-Wsign-conversion` issuesrefs/pull/2137/head | Enji Cooper | 2019-02-19 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #2114 from knuto:pr/libtool_support | Gennadiy Civil | 2019-02-13 | 1 | -0/+21 |
|\ |
|
| * | Generate a libgtest.la to help libtool managing dependenciesrefs/pull/2114/head | Knut Omang | 2019-02-11 | 1 | -0/+21 |
|
|
* | | Compile clang with `-Wall -Wshadow -Werror`refs/pull/2120/head | Enji Cooper | 2019-02-13 | 1 | -0/+4 |
|/ |
|
* | Avoid dynamic/static runtime linking (LNK4098) by properly replacing MD(d)->M...refs/pull/2086/head | Hugo Lindström | 2019-01-28 | 1 | -0/+2 |
|
|
* | Googletest export | misterg | 2018-12-13 | 2 | -2/+2 |
|
|
* | Issue #1955: Remove THREADS_PREFER_PTHREAD_FLAGrefs/pull/1977/head | Lukas Mosimann | 2018-11-22 | 1 | -1/+0 |
|
|
* | Googletest export | misterg | 2018-11-20 | 2 | -2/+2 |
|
|
* | Add back warning suppression that shouldn't have been removedrefs/pull/1959/head | Robin Lindén | 2018-11-10 | 1 | -0/+3 |
|
|
* | Remove workarounds for unsupported MSVC versions | Robin Lindén | 2018-11-10 | 1 | -26/+1 |
|
|
* | Merge branch 'master' into relocatable-pkgconfig-fix | Gennadiy Civil | 2018-10-12 | 1 | -1/+1 |
|\ |
|
| * | Merge 4c92120d6dedb4eeb499a8702faea0224e0a8b23 into 658c6390a5b363f46c6ad448a... | David Neto | 2018-10-11 | 1 | -1/+1 |
|
|
* | | Use pcfiledir for prefix in pkgconfig file | Filipp Andjelo | 2018-10-11 | 2 | -4/+6 |
|/ |
|
* | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 1 | -1/+0 |
|
|
* | Merge c798e39a4f96f5a985126cc3fab4738b6412cfc1 into e93da23920e5b6887d6a6a291... | Matthieu | 2018-10-02 | 1 | -19/+71 |
|
|
* | Merge branch 'master' into issue_1735 | Jacob Schloss | 2018-08-22 | 2 | -1/+48 |
|\ |
|
| * | Install CMake export filesrefs/pull/1338/head | Stefano Soffia | 2018-08-22 | 2 | -1/+43 |
|
|
| * | Merge branch 'master' into fix-msvc-d9025-warningrefs/pull/1612/head | Gennadiy Civil | 2018-08-17 | 1 | -5/+5 |
| |\ |
|
| * | | Remove default /EHsc compiler flag | Wojciech Kaluza | 2018-07-11 | 1 | -0/+5 |
|
|
* | | | It seems like CMAKE_CXX_FLAGS is getting double appended when building as a n... | Jacob Schloss | 2018-08-22 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'master' into cross-testing-patch-1 | Gennadiy Civil | 2018-08-08 | 3 | -23/+66 |
|\ \ |
|
| * | | Updated broken and outdated URLs | Piotr Kąkol | 2018-07-25 | 1 | -1/+1 |
|
|
| * | | Pass the --no_stacktrace_support argument to the CMake tests | Derek Mauro | 2018-07-10 | 1 | -3/+3 |
| |/ |
|
| * | Merge branch 'master' into debug-postfixrefs/pull/1481/head | Gennadiy Civil | 2018-02-28 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch 'master' into win-libcxx2refs/pull/1423/head | Gennadiy Civil | 2018-02-27 | 1 | -0/+3 |
| | |\ |
|
| | * | | Pass -EHs-c- to disable exceptions with MSVC. | Peter Collingbourne | 2018-01-25 | 1 | -1/+1 |
|
|
| * | | | Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX | David Neto | 2018-02-26 | 1 | -0/+4 |
| | |/
| |/| |
|
| * | | Fix test build issue with GCC7.2.refs/pull/1426/head | Stefano Soffia | 2018-01-25 | 1 | -0/+3 |
| |/ |
|
| * | Fix tests with VS2015 and VS2017 | Arkadiy Shapkin | 2017-10-25 | 1 | -4/+4 |
|
|
| * | Merge branch 'master' into hethi/travis-release-build | Herbert Thielen | 2017-09-07 | 1 | -2/+7 |
| |\ |
|
| | * | CMake: use threads if allowed and found, not just if found.refs/pull/975/head | Roman Lebedev | 2017-09-01 | 1 | -2/+7 |
|
|
| * | | treat all warnings as errors for GCC (-Werror) | Herbert Thielen | 2017-09-01 | 1 | -1/+1 |
| |/ |
|
| * | create different python based tests for single and multi configuration build ... | Herbert Thielen | 2017-08-30 | 1 | -9/+21 |
|
|
| * | Revert "ask cmake for per-configuration output subdir" | Herbert Thielen | 2017-08-30 | 1 | -1/+1 |
|
|
| * | ask cmake for per-configuration output subdir | Herbert Thielen | 2017-08-30 | 1 | -1/+1 |
|
|
| * | remove obsolete comment regarding python tests on linux | Herbert Thielen | 2017-08-30 | 1 | -2/+0 |
|
|
| * | Add support for pkgconfig | David Seifert | 2017-08-14 | 3 | -2/+23 |
|
|
* | | Fix #923 - support CMAKE_CROSSCOMPILING_EMULATOR for tests | Martin Oberhuber | 2016-11-05 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #721 from ilmagico/fix-mingw-threads | Billy Donahue | 2016-08-24 | 1 | -1/+3 |
|\ |
|
| * | Don't use pthread when on MinGW even if availablerefs/pull/721/head | Daniele Tamino | 2016-02-22 | 1 | -1/+3 |
|
|
* | | Support running MSVC build on AppVeyourrefs/pull/723/head | Arkadiy Shapkin | 2016-06-27 | 1 | -2/+14 |
|/ |
|