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
/
mconf.py
Age
Commit message (
Expand
)
Author
2025-10-29
coredata: move cmd_line.txt and command line handling to a new module
Paolo Bonzini
2025-07-17
options: parse -D and -U arguments directly into a Dict[OptionKey, Optional[s...
Paolo Bonzini
2025-07-14
mconf: print build option names including "build."
Paolo Bonzini
2025-06-20
mconf: print overrides specific to the main project
Paolo Bonzini
2025-06-20
mconf: print sections lazily
Paolo Bonzini
2025-06-20
mconf: print global compiler options
Paolo Bonzini
2025-05-15
mconf: extract option processing to CoreData.set_from_configure_command
Paolo Bonzini
2025-05-15
mconf: remove dead function
Paolo Bonzini
2025-05-07
options: store augments as OptionKeys
Paolo Bonzini
2025-04-08
coredata: move update_project_options to the optstore
Dylan Baker
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-03-04
coredata: delete a bunch of unused methods
Dylan Baker
2025-02-27
coredata: delete the OptionsView
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-02-05
options: Replace uses of `UserOption[T.Any]` with a Union of UserOption types
Dylan Baker
2025-02-05
options: Add an EnumeratedUserOption class
Dylan Baker
2024-09-14
Fix various incorrect uses of `its` vs `it's`.
Andrew McNulty
2024-07-17
Remove module type from OptionKey.
Jussi Pakkanen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-11
Move compiler option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move builtin option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move backend option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move base option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move project option detection into OptionStore.
Jussi Pakkanen
2024-06-14
Fix mypy.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-03-18
mconf: Reload the options files if they have changed
Dylan Baker
2024-02-23
mconf|msetup: use Protocol for argparse options
Dylan Baker
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-08-25
msetup: Update options when builddir is already configured
Xavier Claessens
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-25
fully type mconf.py
Eli Schwartz
2023-06-23
coredata: Also clear compiler and run caches
Xavier Claessens
2023-06-23
mconf: Allow changing options and clearing cache at the same time
Xavier Claessens
2023-05-31
mlog: use a hidden class for state
Dylan Baker
2023-03-16
coredata: Do not pickle it twice
Xavier Claessens
2023-03-16
Stop using replace_if_different() for coredata pickle file
Daan De Meyer
2023-02-07
mconf: Use auto_features value for auto options
Xavier Claessens
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-09-27
mconf: Do not print None for empty choices
Xavier Claessens
2022-09-27
mconf: Use pager only when printing configuration
Xavier Claessens
2022-09-22
mconf: Add --no-pager option
Xavier Claessens
2022-09-22
mconf: Print options with colors
Xavier Claessens
2022-09-22
mconf: Substract the 3 space separators between columns
Xavier Claessens
2022-09-22
mconf: Do not wrap choices manually
Xavier Claessens
2022-09-22
mconf: There is always 4 columns
Xavier Claessens
2022-09-22
mlog: Add support for pager
Xavier Claessens
[next]