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
/
munstable_coredata.py
Age
Commit message (
Expand
)
Author
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-02-01
simplify instantiation of builtin type using builtins instead of functions
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2021-08-22
fix coding errors in unstable-coredata subcommand
Eli Schwartz
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-05-20
Use dependency cache
Dylan Baker
2019-05-02
munstable_coredata: Adapt to coredata changes.
Martin Hostettler
2019-04-29
Fix builtin variable names
Daniel Mensinger
2019-03-27
Don't collect preprocssor flags separately from compiler flags
John Ericson
2019-03-20
mesonbuild: allow multiple --cross-file options
Ross Burton
2019-01-07
Add new meson.py unstable-coredata subcommand.
Martin Hostettler