summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/externalproject.py
AgeCommit message (Expand)Author
2025-08-26Print external project logfile on CI systemsTobias Diez
2024-12-19mtest: move determine_worker_count to utils, generalizePaolo Bonzini
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-02-01treewide: add future annotations importEli Schwartz
2022-06-17always run external projects multi-threaded if possibleStaz M
2022-06-17always set DESTDIR via the environment for external projectsStaz M
2021-09-14unused variable -- open() does not need "as f"Eli Schwartz
2021-08-20external-project: Add support for WAF build systemXavier Claessens
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-29external_project: Improve loggingXavier Claessens
2020-09-13externalproject: Fix typing annotationXavier Claessens
2020-09-13external-project: Add typing annotationXavier Claessens
2020-09-13external-project: New module to build configure/make projectsXavier Claessens