aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-28dependencies: make the preferred LibType available to any ExternalDependencyEli Schwartz2-4/+4
2021-07-13dependencies: drop Dependency.methods and Dependency.get_methods()Dylan Baker10-121/+5
2021-07-05condense linesEli Schwartz1-2/+1
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz4-10/+8
2021-07-04dependencies: Deterministic LLVM compile and link arg ordering (#8959)kira781-2/+2
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger4-5/+5
2021-06-26refactor: Refactor BothLibraries logicDaniel Mensinger1-8/+3
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-2/+2
2021-06-22fix: Handling BothLibraries objects (fixes #8907)Daniel Mensinger1-3/+8
2021-06-18holders: Introduce HoldableObjectDaniel Mensinger1-2/+2
2021-06-17intl custom dependencyEli Schwartz2-2/+29
2021-06-17expose SystemDependency and BuiltinDependency as toplevel classesEli Schwartz1-1/+5