aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
2022-02-14comment out broken Feature checks that fail mypyEli Schwartz1-3/+10
2022-02-14Add wx-config-3.1 provided by mingw-w64-x86_64-wxmsw3.1apoorv5691-1/+1
2022-02-02openssl dependency: add cmake supportEli Schwartz2-4/+11
2022-02-02dependencies: add a system dependency for OpenSSLEli Schwartz2-1/+71
2022-02-01new custom dependency lookup for libdlAndrew Krasavin2-0/+28
2022-02-01Fix dep.get_variable() with empty string default_valueXavier Claessens1-1/+1
2022-01-27flake8: fix indentation styleEli Schwartz2-2/+2
2022-01-27fix some flake8 violations for unused importsEli Schwartz1-1/+1
2022-01-23cmake: Add TARGET_ generator expression support (fixes #9305)Daniel Mensinger1-2/+2
2022-01-18dependencies: fix libraries and whole_libraries typesDylan Baker1-4/+5
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker4-28/+23
2022-01-10port from embedded data to importlib.resourcesEli Schwartz2-2/+2
2022-01-10pyupgrade --py37-plusEli Schwartz1-1/+1
2021-12-17Fix mypy errorsDaniel Mensinger1-2/+2
2021-12-12intl dep: forward static to iconv if neededChristoph Reiter1-1/+1
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger1-91/+17
2021-11-28iconv dependency: try even harder to find working iconvEli Schwartz1-1/+2
2021-11-25iconv dependency: include header when checking for libc builtinEli Schwartz1-1/+1
2021-11-20dependencies/zlib: Allow for generic OS checksDudemanguy1-4/+1
2021-11-20cmake: Use find_library() on bare library names in cmake dependenciesJon Turney1-6/+4
2021-11-17hdf5 dependency: check for alternative config-tool namesEli Schwartz1-3/+3
2021-11-15dependencies/zlib: Add system zlib method for androidDudemanguy1-2/+2
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz3-18/+14
2021-10-27fix various flake8 whitespace errorsEli Schwartz2-2/+2
2021-10-26dep.name(): return dependency name even if dependency is not foundThomas Heijligen2-3/+3
2021-10-24cmake: Add support for the Linux CMake registry (fixes #9418)Daniel Mensinger1-0/+6
2021-10-10pkg-config: do not ever successfully detect Strawberry Perl.Eli Schwartz1-0/+4
2021-10-10simplify some log formatting by splitting out a commonly used format stringEli Schwartz1-5/+4
2021-10-10Fix typos discovered by codespellChristian Clauss6-11/+11
2021-10-06cmake: Implement support for interpreting link "keywords"Daniel Mensinger1-10/+32
2021-10-06cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger1-1/+32
2021-10-04dependencies: Dependency.sources can have CustomTargetsDylan Baker1-5/+6
2021-10-04work around flake8 F811 for T.overload redefined functionsEli Schwartz1-2/+2
2021-10-04remove f from f-string that has no formattingEli Schwartz1-1/+1
2021-10-04coding style: don't format an empty string with another stringEli Schwartz1-1/+1
2021-10-04various python neatness cleanupsEli Schwartz1-2/+2
2021-09-25dependencies: Add JDK system dependency for SolarisAlan Coopersmith1-0/+2
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz2-2/+1
2021-09-12new custom dependency lookup for iconvEli Schwartz2-2/+31
2021-09-10nagfor OpenMP recognition.Mat Cross1-0/+6
2021-09-07summary: fix dependenciesPaolo Bonzini1-1/+1
2021-08-31pylint: turn on superflous-parensDylan Baker2-2/+2
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-2/+2
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe1-0/+24
2021-08-04add boolean parameter use_system for searching boostKevin Meagher1-23/+21
2021-08-04Make libs a set from the beginingKevin Meagher1-3/+3
2021-08-04Relax restrictions on detecting boost dependencyKevin Meagher1-10/+10
2021-08-03Fix when gtest dep is found but does not pass version checkXavier Claessens1-0/+1
2021-07-28intl dep: support static kwargEli Schwartz1-1/+4
2021-07-28intl: fix incorrect detection of headerEli Schwartz1-1/+1