aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-16coredata: Do not pickle it twiceXavier Claessens1-1/+1
2023-03-16Stop using replace_if_different() for coredata pickle fileDaan De Meyer1-4/+3
2023-02-07mconf: Use auto_features value for auto optionsXavier Claessens1-0/+3
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-09-27mconf: Do not print None for empty choicesXavier Claessens1-12/+7
2022-09-27mconf: Use pager only when printing configurationXavier Claessens1-6/+7
2022-09-22mconf: Add --no-pager optionXavier Claessens1-1/+4
2022-09-22mconf: Print options with colorsXavier Claessens1-16/+30
2022-09-22mconf: Substract the 3 space separators between columnsXavier Claessens1-1/+1
2022-09-22mconf: Do not wrap choices manuallyXavier Claessens1-19/+3
2022-09-22mconf: There is always 4 columnsXavier Claessens1-21/+8
2022-09-22mlog: Add support for pagerXavier Claessens1-0/+4
2022-09-22mconf: Use mlog.log() instead of print()Xavier Claessens1-13/+13
2022-07-31Only reconfigure if configure options actually changedDaan De Meyer1-1/+0
2022-06-24fix: handle the case where the last item of `four_column` results in being < ...fxxf1-1/+2
2022-06-10flake8: remove no longer used importsEli Schwartz1-1/+0
2022-04-13mconf: Fix printing <inherited from main project> for yielding optionsXavier Claessens1-13/+9
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-1/+1
2021-10-08Add support for module optionsXavier Claessens1-0/+10
2021-10-04remove f from f-string that has no formattingEli Schwartz1-1/+1
2021-06-11coredata: Invalidate deps cache when changing wrap_mode optionXavier Claessens1-2/+1
2021-04-20mconf: line wrap columns nicelyDylan Baker1-6/+48
2021-04-20mconf: cleanup up and sort importsDylan Baker1-2/+7
2021-04-20mconf: print core options for subprojectsDylan Baker1-2/+4
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2021-03-04various python neatness cleanupsEli Schwartz1-1/+1
2021-02-17mconf: only print correct options in the correct sectionsDylan Baker1-2/+2
2021-01-19Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen1-0/+11
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-14/+20
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-40/+20
2021-01-04move OptionKey to mesonlibDylan Baker1-1/+2
2021-01-04use OptionKey for compiler_optionsDylan Baker1-7/+4
2021-01-04use OptionKey for backend_optionsDylan Baker1-2/+2
2021-01-04use OptionKey for coredata.user_optionsDylan Baker1-2/+15
2021-01-04movve insert_build_prefix to mconfDylan Baker1-2/+8
2021-01-04use the OptionKey type for command line and machine filesDylan Baker1-1/+1
2020-10-16Refactor handling of machine file optionsXavier Claessens1-8/+2
2020-09-08typing: more fixesDaniel Mensinger1-2/+6
2020-08-01mconf/mintro: use authoritative list of options from coredataDylan Baker1-13/+1
2020-06-18mconf: Fix regression when printing all optionsXavier Claessens1-8/+8
2020-04-20Compiler options per langJohn Ericson1-6/+11
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-22mconf: Fix printing options when there is no compiler/project optionsXavier Claessens1-3/+3
2019-10-18mconf: Group all options per subproject and align all groupsXavier Claessens1-72/+115
2019-09-13mconf: Fix meson configure crash (fixes #5909)Daniel Mensinger1-2/+2
2019-08-06Do not print build and host settings when compiling natively.Jussi Pakkanen1-8/+14
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson1-5/+8
2019-05-20Use dependency cacheDylan Baker1-1/+2
2019-05-16mconf: Don't change the type of coredata.depsDylan Baker1-1/+1
2019-05-13ast: fix #5376Daniel Mensinger1-1/+2