summaryrefslogtreecommitdiff
path: root/mesonbuild/munstable_coredata.py
AgeCommit message (Expand)Author
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-30pylint: enable the set_membership pluginDylan Baker
2021-08-22fix coding errors in unstable-coredata subcommandEli Schwartz
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-05-20Use dependency cacheDylan Baker
2019-05-02munstable_coredata: Adapt to coredata changes.Martin Hostettler
2019-04-29Fix builtin variable namesDaniel Mensinger
2019-03-27Don't collect preprocssor flags separately from compiler flagsJohn Ericson
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton
2019-01-07Add new meson.py unstable-coredata subcommand.Martin Hostettler