summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/platform.py
AgeCommit message (Expand)Author
2025-12-17dependencies: Remove `log_tried` methodDylan Baker
2025-12-17dependencies: Pass the `name` to `ExternalDependency` constructorDylan Baker
2025-12-17dependencies: Move type_name to class levelDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.find_frameworkDylan Baker
2025-10-20interpreter: port dependency modules to typed_kwargsDylan Baker
2025-10-20dependency: Use a TypedDict to describe the keyword arguments to DependencyDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2022-09-12dependencies: simplify log_tried into a staticmethodEli Schwartz
2021-06-14dependencies: Use a typing.NewType for Dependency.type_nameDylan Baker
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.platformDaniel Mensinger
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker
2019-05-02Non-required appleframework deps should not be an error. Closes #5295.Jussi Pakkanen
2019-03-10Fix appleframeworks with multiple modules.Jussi Pakkanen
2019-02-01better handle variable HDF5 setups, update Fortran compiler defMichael Hirsch, Ph.D
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan
2018-11-02Fix incorrect checking of build machine for dependency availabilityJon Turney
2018-09-10Add missing reporting of some methods tried to find the dependencyJon Turney
2018-08-26Comparison with an unknown dependency version should always failJon Turney
2018-08-26Set is_found in AppleFrameworks constructorJon Turney
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan
2017-05-09Split apart platform-specific dependenciesElliott Sales de Andrade