aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-04mconf: make print_aligned staticSander Sweers1-1/+2
2018-03-04mconf: Do not store dict keys for no reasonSander Sweers1-13/+8
2018-03-04mconf: User newline instead of printing empty stringSander Sweers1-17/+8
2018-03-04mconf: Replace usage of keys() on dicts with direct call by sortedSander Sweers1-5/+4
2018-03-04Re-implement function print_alignedSander Sweers1-51/+34
2018-03-04mconf: Do not turn opt.choices into a stringSander Sweers1-2/+1
2018-03-01Harmonize data pickling.Hemmo Nieminen1-14/+5
2017-11-27mconf: print choices of base optionsEric Engestrom1-1/+1
2017-11-26spelling: whenJosh Soref1-1/+1
2017-11-09Print correct command in help messageEric Engestrom1-1/+1
2017-08-05Add option to limit maximum number of concurrent link processes.Jussi Pakkanen1-0/+13
2017-05-17Remove unused variables.Elliott Sales de Andrade1-1/+1
2017-05-17Remove unnecessary __init__ methods.Elliott Sales de Andrade1-2/+1
2017-05-15mesonconf: reorder output columnsYasushi SHOJI1-37/+71
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-6/+6
2017-01-23Add option to mesonconf to wipe cached data.Jussi Pakkanen1-3/+14
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-1/+1
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky1-1/+0
2017-01-02style: fix E202 violationsIgor Gnatenko1-2/+2
2017-01-02style: fix E201 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E703 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E124 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E128 violationsIgor Gnatenko1-3/+3
2017-01-01style: fix E226 violationsIgor Gnatenko1-5/+5
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko1-2/+2
2016-12-18add support for $sharedstatedirIgor Gnatenko1-0/+1
2016-12-18add support for $infodirIgor Gnatenko1-0/+1
2016-12-18add support for $sbindirIgor Gnatenko1-0/+1