index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
scripts
/
externalproject.py
Age
Commit message (
Expand
)
Author
2025-08-26
Print external project logfile on CI systems
Tobias Diez
2024-12-19
mtest: move determine_worker_count to utils, generalize
Paolo Bonzini
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-06-17
always run external projects multi-threaded if possible
Staz M
2022-06-17
always set DESTDIR via the environment for external projects
Staz M
2021-09-14
unused variable -- open() does not need "as f"
Eli Schwartz
2021-08-20
external-project: Add support for WAF build system
Xavier Claessens
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-29
external_project: Improve logging
Xavier Claessens
2020-09-13
externalproject: Fix typing annotation
Xavier Claessens
2020-09-13
external-project: Add typing annotation
Xavier Claessens
2020-09-13
external-project: New module to build configure/make projects
Xavier Claessens