aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/platform.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-14dependencies: Use a typing.NewType for Dependency.type_nameDylan Baker1-2/+2
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger1-2/+0
2021-06-06typing: Fully annotate dependencies.platformDaniel Mensinger1-3/+9
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker1-1/+1
2019-05-02Non-required appleframework deps should not be an error. Closes #5295.Jussi Pakkanen1-2/+11
2019-03-10Fix appleframeworks with multiple modules.Jussi Pakkanen1-1/+1
2019-02-01better handle variable HDF5 setups, update Fortran compiler defMichael Hirsch, Ph.D1-2/+0
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan1-4/+12
2018-11-02Fix incorrect checking of build machine for dependency availabilityJon Turney1-1/+1
2018-09-10Add missing reporting of some methods tried to find the dependencyJon Turney1-0/+3
2018-08-26Comparison with an unknown dependency version should always failJon Turney1-3/+0
2018-08-26Set is_found in AppleFrameworks constructorJon Turney1-2/+1
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan1-1/+1
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan1-10/+6
2017-05-09Split apart platform-specific dependenciesElliott Sales de Andrade1-0/+44