aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/externalproject.py
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-3/+3
performed by running "pyupgrade --py36-plus" and committing the results
2021-01-29external_project: Improve loggingXavier Claessens1-6/+19
Write output of 'make' and 'make install' into log files as well when not verbose.
2020-09-13externalproject: Fix typing annotationXavier Claessens1-3/+3
2020-09-13external-project: Add typing annotationXavier Claessens1-4/+5
2020-09-13external-project: New module to build configure/make projectsXavier Claessens1-0/+95
This adds an experimental meson module to build projects with other build systems. Closes: #4316