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
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
2022-09-22
mconf: Use mlog.log() instead of print()
Xavier Claessens
2022-07-31
Only reconfigure if configure options actually changed
Daan De Meyer
2022-06-24
fix: handle the case where the last item of `four_column` results in being < ...
fxxf
2022-06-10
flake8: remove no longer used imports
Eli Schwartz
2022-04-13
mconf: Fix printing <inherited from main project> for yielding options
Xavier Claessens
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-08
Add support for module options
Xavier Claessens
2021-10-04
remove f from f-string that has no formatting
Eli Schwartz
2021-06-11
coredata: Invalidate deps cache when changing wrap_mode option
Xavier Claessens
2021-04-20
mconf: line wrap columns nicely
Dylan Baker
2021-04-20
mconf: cleanup up and sort imports
Dylan Baker
2021-04-20
mconf: print core options for subprojects
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-02-17
mconf: only print correct options in the correct sections
Dylan Baker
2021-01-19
Keep buildtype the same even if user changes debug and/or optimization.
Jussi Pakkanen
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2021-01-04
use OptionKey for backend_options
Dylan Baker
2021-01-04
use OptionKey for coredata.user_options
Dylan Baker
2021-01-04
movve insert_build_prefix to mconf
Dylan Baker
2021-01-04
use the OptionKey type for command line and machine files
Dylan Baker
2020-10-16
Refactor handling of machine file options
Xavier Claessens
2020-09-08
typing: more fixes
Daniel Mensinger
2020-08-01
mconf/mintro: use authoritative list of options from coredata
Dylan Baker
2020-06-18
mconf: Fix regression when printing all options
Xavier Claessens
[next]