summaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
AgeCommit message (Expand)Author
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
2020-04-20Compiler options per langJohn Ericson
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-22mconf: Fix printing options when there is no compiler/project optionsXavier Claessens
2019-10-18mconf: Group all options per subproject and align all groupsXavier Claessens
2019-09-13mconf: Fix meson configure crash (fixes #5909)Daniel Mensinger
2019-08-06Do not print build and host settings when compiling natively.Jussi Pakkanen
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson
2019-05-20Use dependency cacheDylan Baker
2019-05-16mconf: Don't change the type of coredata.depsDylan Baker
2019-05-13ast: fix #5376Daniel Mensinger
2019-02-17mconf: Limit the line length of the choices columnDaniel Mensinger
2019-02-12Merge pull request #4743 from dcbaker/native-file-extendedJussi Pakkanen
2019-02-12Merge pull request #4826 from mensinda/confDefOptsJussi Pakkanen
2019-02-11allow setting directory locations in a native fileDylan Baker
2019-02-05Fixed some code issuesDaniel Mensinger
2019-02-02Never access environment.properties downstreamJohn Ericson
2019-01-25mconf: Use introspection to print the project default options (fixes #2543)Daniel Mensinger
2019-01-07Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen
2019-01-06use same code for printing options in mconf and msetupNicolas Schneider
2019-01-06Added meson-info.jsonDaniel Mensinger
2019-01-06Merge pull request #4547 from mensinda/introIncDirsJussi Pakkanen
2019-01-06fix meson configure exception when install_umask is not an intNicolas Schneider
2019-01-06Split the monolithic introspection file into chunksDaniel Mensinger
2019-01-06Update intro dump on meson configureDaniel Mensinger
2018-11-24Sorted arrays alphabeticallyDaniel Mensinger
2018-11-06Recover when coredata cannot be loadedXavier Claessens
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens
2018-08-22Remove useless __main__ in files that cannot be executedXavier Claessens
2018-06-06mconf: Take only one optional builddir arg that defaults to '.'Xavier Claessens
2018-06-06coredata: Stop setting default option values as argparse attributeXavier Claessens
2018-06-06mconf: Special case UserUmaskOption to print value in octal notationXavier Claessens