summaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
AgeCommit message (Expand)Author
2024-03-18mconf: Reload the options files if they have changedDylan Baker
2024-02-23mconf|msetup: use Protocol for argparse optionsDylan Baker
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-08-25msetup: Update options when builddir is already configuredXavier Claessens
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-06-25fully type mconf.pyEli Schwartz
2023-06-23coredata: Also clear compiler and run cachesXavier Claessens
2023-06-23mconf: Allow changing options and clearing cache at the same timeXavier Claessens
2023-05-31mlog: use a hidden class for stateDylan Baker
2023-03-16coredata: Do not pickle it twiceXavier Claessens
2023-03-16Stop using replace_if_different() for coredata pickle fileDaan De Meyer
2023-02-07mconf: Use auto_features value for auto optionsXavier Claessens
2023-02-01treewide: add future annotations importEli Schwartz
2022-09-27mconf: Do not print None for empty choicesXavier Claessens
2022-09-27mconf: Use pager only when printing configurationXavier Claessens
2022-09-22mconf: Add --no-pager optionXavier Claessens
2022-09-22mconf: Print options with colorsXavier Claessens
2022-09-22mconf: Substract the 3 space separators between columnsXavier Claessens
2022-09-22mconf: Do not wrap choices manuallyXavier Claessens
2022-09-22mconf: There is always 4 columnsXavier Claessens
2022-09-22mlog: Add support for pagerXavier Claessens
2022-09-22mconf: Use mlog.log() instead of print()Xavier Claessens
2022-07-31Only reconfigure if configure options actually changedDaan De Meyer
2022-06-24fix: handle the case where the last item of `four_column` results in being < ...fxxf
2022-06-10flake8: remove no longer used importsEli Schwartz
2022-04-13mconf: Fix printing <inherited from main project> for yielding optionsXavier Claessens
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-08Add support for module optionsXavier Claessens
2021-10-04remove f from f-string that has no formattingEli Schwartz
2021-06-11coredata: Invalidate deps cache when changing wrap_mode optionXavier Claessens
2021-04-20mconf: line wrap columns nicelyDylan Baker
2021-04-20mconf: cleanup up and sort importsDylan Baker
2021-04-20mconf: print core options for subprojectsDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-02-17mconf: only print correct options in the correct sectionsDylan Baker
2021-01-19Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2021-01-04move OptionKey to mesonlibDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2021-01-04use OptionKey for backend_optionsDylan Baker
2021-01-04use OptionKey for coredata.user_optionsDylan Baker
2021-01-04movve insert_build_prefix to mconfDylan Baker
2021-01-04use the OptionKey type for command line and machine filesDylan Baker
2020-10-16Refactor handling of machine file optionsXavier Claessens
2020-09-08typing: more fixesDaniel Mensinger
2020-08-01mconf/mintro: use authoritative list of options from coredataDylan Baker
2020-06-18mconf: Fix regression when printing all optionsXavier Claessens