aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-17mconf: Limit the line length of the choices columnDaniel Mensinger1-1/+15
2019-02-12Merge pull request #4743 from dcbaker/native-file-extendedJussi Pakkanen1-2/+1
2019-02-12Merge pull request #4826 from mensinda/confDefOptsJussi Pakkanen1-11/+48
2019-02-11allow setting directory locations in a native fileDylan Baker1-2/+1
2019-02-05Fixed some code issuesDaniel Mensinger1-5/+9
2019-02-02Never access environment.properties downstreamJohn Ericson1-1/+5
2019-01-25mconf: Use introspection to print the project default options (fixes #2543)Daniel Mensinger1-14/+47
2019-01-07Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen1-0/+4
2019-01-06use same code for printing options in mconf and msetupNicolas Schneider1-11/+10
2019-01-06Added meson-info.jsonDaniel Mensinger1-0/+4
2019-01-06Merge pull request #4547 from mensinda/introIncDirsJussi Pakkanen1-0/+2
2019-01-06fix meson configure exception when install_umask is not an intNicolas Schneider1-1/+1
2019-01-06Split the monolithic introspection file into chunksDaniel Mensinger1-1/+1
2019-01-06Update intro dump on meson configureDaniel Mensinger1-0/+2
2018-11-24Sorted arrays alphabeticallyDaniel Mensinger1-11/+11
2018-11-06Recover when coredata cannot be loadedXavier Claessens1-0/+1
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens1-8/+2
2018-08-22Remove useless __main__ in files that cannot be executedXavier Claessens1-5/+0
2018-06-06mconf: Take only one optional builddir arg that defaults to '.'Xavier Claessens1-11/+2
2018-06-06coredata: Stop setting default option values as argparse attributeXavier Claessens1-1/+1
2018-06-06mconf: Special case UserUmaskOption to print value in octal notationXavier Claessens1-0/+2
2018-06-06mconf: Reduce code duplication and avoid missing builtin optionsXavier Claessens1-81/+42
2018-06-06mconf: Fix print when choices is a string instead of listXavier Claessens1-1/+4
2018-06-06mconf: Set prefix first because other options depends on itXavier Claessens1-3/+3
2018-06-06Move to coredata some methods handling optionsXavier Claessens1-22/+3
2018-06-06mconf: Small tweaks when printing configurationXavier Claessens1-1/+2
2018-06-06Fix issues found by flake8Xavier Claessens1-1/+0
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens1-21/+0
2018-05-01Fix setting c_args and friends from command lineXavier Claessens1-2/+3
2018-04-27Fix --warnlevel being renamed to --warning-level in latest releaseXavier Claessens1-14/+1
2018-04-26Remove duplicated definition of -D cmdline argXavier Claessens1-6/+4
2018-04-25Add install_umask to list of options of `meson configure`Filipe Brandenburger1-1/+1
2018-04-17mconf: accept -- options like `meson` doesDylan Baker1-0/+15
2018-03-27Always build parser objects anew to avoid leaking old data.Jussi Pakkanen1-7/+9
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila1-3/+2
2018-03-04mconf: Make it pep8 compliantSander Sweers1-2/+7