summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
AgeCommit message (Expand)Author
2021-10-10pkg-config: do not ever successfully detect Strawberry Perl.Eli Schwartz
2021-10-10simplify some log formatting by splitting out a commonly used format stringEli Schwartz
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-06cmake: Implement support for interpreting link "keywords"Daniel Mensinger
2021-10-06cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger
2021-10-04dependencies: Dependency.sources can have CustomTargetsDylan Baker
2021-10-04work around flake8 F811 for T.overload redefined functionsEli Schwartz
2021-10-04remove f from f-string that has no formattingEli Schwartz
2021-10-04coding style: don't format an empty string with another stringEli Schwartz
2021-10-04various python neatness cleanupsEli Schwartz
2021-09-25dependencies: Add JDK system dependency for SolarisAlan Coopersmith
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz
2021-09-12new custom dependency lookup for iconvEli Schwartz
2021-09-10nagfor OpenMP recognition.Mat Cross
2021-09-07summary: fix dependenciesPaolo Bonzini
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe
2021-08-04add boolean parameter use_system for searching boostKevin Meagher
2021-08-04Make libs a set from the beginingKevin Meagher
2021-08-04Relax restrictions on detecting boost dependencyKevin Meagher
2021-08-03Fix when gtest dep is found but does not pass version checkXavier Claessens
2021-07-28intl dep: support static kwargEli Schwartz
2021-07-28intl: fix incorrect detection of headerEli Schwartz
2021-07-28dependencies: make the preferred LibType available to any ExternalDependencyEli Schwartz
2021-07-13dependencies: drop Dependency.methods and Dependency.get_methods()Dylan Baker
2021-07-05condense linesEli Schwartz
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz
2021-07-04dependencies: Deterministic LLVM compile and link arg ordering (#8959)kira78
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-26refactor: Refactor BothLibraries logicDaniel Mensinger
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-06-22fix: Handling BothLibraries objects (fixes #8907)Daniel Mensinger
2021-06-18holders: Introduce HoldableObjectDaniel Mensinger
2021-06-17intl custom dependencyEli Schwartz
2021-06-17expose SystemDependency and BuiltinDependency as toplevel classesEli Schwartz
2021-06-17add new dependency type "builtin"Eli Schwartz
2021-06-17move base class for system dependencies into base.pyEli Schwartz
2021-06-14dependencies: Use a typing.NewType for Dependency.type_nameDylan Baker
2021-06-14dependencies: Use the SystemDependencyDylan Baker
2021-06-13dependencies: Add a System DependencyDylan Baker
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger
2021-06-09typing: Rename some variablesDaniel Mensinger
2021-06-09typing: remove unused DependencyTypeDaniel Mensinger
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.frameworkDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.cmakeDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.platformDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.dubDaniel Mensinger