aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-06add builtin support for localstatedirIgor Gnatenko1-0/+1
2016-11-02A few sysconf fixes.Jussi Pakkanen1-1/+10
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen1-2/+0
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-3/+6
2016-05-28Renamed compile&link args and made them accessible from get_option.Jussi Pakkanen1-10/+10
2016-04-04mconf: Include testing related options when printing build configuration.Hemmo Nieminen1-0/+7
2016-04-04coredata: Centralize builtin option descriptions and definitions.Hemmo Nieminen1-22/+17
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-1/+1
2016-03-20Merge branch 'base_options'.Jussi Pakkanen1-2/+14
2016-03-20Grab base options from the command line.Jussi Pakkanen1-1/+0
2016-03-20Converted coverage into a base option.Jussi Pakkanen1-1/+0
2016-03-17New builtin option: libexecdir for installation of helper executablesNirbheek Chauhan1-0/+1
2016-03-16Added new base options and some sample opts for gcc.Jussi Pakkanen1-0/+14
2016-02-22Print value of werror in mesonconfMartin Ejdestig1-0/+1
2016-02-20Default to cwd in mesonconf. Closes #400.Jussi Pakkanen1-1/+1
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+209