summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/base.py
AgeCommit message (Expand)Author
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-04dependencies: Dependency.sources can have CustomTargetsDylan Baker
2021-10-04remove f from f-string that has no formattingEli Schwartz
2021-10-04various python neatness cleanupsEli Schwartz
2021-09-07summary: fix dependenciesPaolo Bonzini
2021-08-03Fix when gtest dep is found but does not pass version checkXavier Claessens
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-05more f-strings too complex to be caught by pyupgradeEli Schwartz
2021-06-26refactor: Refactor BothLibraries logicDaniel Mensinger
2021-06-22fix: Handling BothLibraries objects (fixes #8907)Daniel Mensinger
2021-06-18holders: Introduce HoldableObjectDaniel Mensinger
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-09typing: Rename some variablesDaniel Mensinger
2021-06-09typing: remove unused DependencyTypeDaniel Mensinger
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger
2021-06-03typing: Fully annotate dependencies.baseDaniel Mensinger
2021-06-03deps: Split dependencies.baseDaniel Mensinger
2021-05-29cmake: Fix CMakeToolchain (fixes #8293)Daniel Mensinger
2021-05-23Fix double negative in 'No CMake binary not found'Jon Turney
2021-05-08interpreter: Skip not_found_message and include_type in cache idXavier Claessens
2021-03-23deprecated QMAKE dependency typeDylan Baker
2021-03-23Refactor Qt Dependency into proper split classes with factoriesDylan Baker
2021-03-22dependencies/base: Use FeatureDeprecated instead of mlog.warningDylan Baker
2021-03-22dependencies/base: Use Compiler instead of CompilerTypeDylan Baker
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-12Fix duplicate pkg_config_path entriesTristan Partin
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-02-26pkg-config: dump all PKG_CONFIG environment variables to simplify debuggingJeff Moguillansky
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini
2021-01-13Fix misspellsAntonin Décimo
2021-01-12dependencies: use env.machines for is_$os methodsDylan Baker
2021-01-11dependencies: Don't read PKG_CONFIG_PATH from the env againDylan Baker
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2020-12-16cmake: Revert to using self.for_machine instead of MachineChoice.BUILD (fixes...Daniel Mensinger
2020-11-24compiler: allow non-built internal dependencies as argumentsPaolo Bonzini
2020-11-22Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand
2020-11-20use real pathlib moduleDylan Baker
2020-11-12dependencies: Put pkgconfig options before operandsHaelwenn (lanodan) Monnier
2020-10-16cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger
2020-10-13cmake: Add cross compilation supportDaniel Mensinger
2020-10-08dependency: support boolean argument "allow_fallback"Paolo Bonzini
2020-10-08interpreter: clean up handling of force_fallbackPaolo Bonzini
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-10-04cmake: switch to pathlib (fixes #7322)Daniel Mensinger