aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/munstable_coredata.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott1-0/+2
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz1-1/+1
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-11-30pylint: enable the set_membership pluginDylan Baker1-3/+3
2021-08-22fix coding errors in unstable-coredata subcommandEli Schwartz1-2/+2
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-2/+2
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-3/+0
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-21/+12
2019-05-20Use dependency cacheDylan Baker1-11/+11
2019-05-02munstable_coredata: Adapt to coredata changes.Martin Hostettler1-4/+7
2019-04-29Fix builtin variable namesDaniel Mensinger1-5/+5
2019-03-27Don't collect preprocssor flags separately from compiler flagsJohn Ericson1-4/+0
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton1-2/+3
2019-01-07Add new meson.py unstable-coredata subcommand.Martin Hostettler1-0/+126