summaryrefslogtreecommitdiff
path: root/mesonbuild/programs.py
Commit message (Expand)AuthorAgeFilesLines
* interpreter: use typed_kwargs for run_commandDylan Baker2021-11-291-3/+4
* interpreter: use typed_pos_args for run_commandDylan Baker2021-11-291-2/+1
* Fix typos discovered by codespellChristian Clauss2021-10-101-1/+1
* condense linesEli Schwartz2021-10-041-4/+2
* f-stringsEli Schwartz2021-10-041-4/+4
* during executable lookup, do not search PATH if a directory component is givenEli Schwartz2021-09-201-0/+3
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* holders: Move get_version from directly to ExternalProgramDaniel Mensinger2021-06-181-1/+22
* holders: Introduce HoldableObjectDaniel Mensinger2021-06-181-1/+1
* Move OverrideProgram to programsDylan Baker2021-03-191-0/+5
* programs: add type annotationsDylan Baker2021-03-191-21/+27
* split program related classes and functions out of dependenciesDylan Baker2021-03-191-0/+351