aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/programs.py
AgeCommit message (Collapse)AuthorFilesLines
2021-03-19Move OverrideProgram to programsDylan Baker1-0/+5
2021-03-19programs: add type annotationsDylan Baker1-21/+27
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-0/+351
Dependencies is already a large and complicated package without adding programs to the list. This also allows us to untangle a bit of spaghetti that we have.