aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/external_project.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-22modules: get rid of the .*machine variablesDylan Baker1-5/+3
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-12-08external_project.py: fix --host valueStas Sergeev1-2/+3
2023-09-18pkgconfig: Set PKG_CONFIG in env for devenv and g-ir-scannerXavier Claessens1-4/+5
2023-08-18Add more descriptive description to CustomTargetCharles Brunet1-0/+1
2023-08-03PkgConfigDependency: Move CLI handling into its own abstractionXavier Claessens1-3/+3
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz1-2/+3
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz1-1/+2
2023-05-31mlog: use a hidden class for stateDylan Baker1-2/+2
2023-04-20extra_files keyword in declare_dependency()Charles Brunet1-1/+1
2023-02-01treewide: add future annotations importEli Schwartz1-1/+1
2023-01-10modules/external_project: `make` should be immutableDylan Baker1-1/+6
2023-01-04add objects keyword argument to declare_dependenciesPaolo Bonzini1-1/+1
2022-11-29pylint: enable the bad_builtin checkerDylan Baker1-1/+1
2022-09-06Fix install_subdirs not showing up in intro-install_plan.jsonThomas Li1-0/+1
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker1-0/+306