aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/optinterpreter.py
AgeCommit message (Expand)AuthorFilesLines
2017-08-05Add option to limit maximum number of concurrent link processes.Jussi Pakkanen1-11/+12
2017-04-04Allow option values to contain ':'Nirbheek Chauhan1-3/+4
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-1/+1
2017-01-03Merge pull request #1260 from mesonbuild/subproj_defaultsJussi Pakkanen1-0/+7
2017-01-01style: fix E124 violationsIgor Gnatenko1-1/+1
2016-12-31Fix space before :.Jussi Pakkanen1-3/+3
2016-12-29Can set project options (but not global options) in subproject default options.Jussi Pakkanen1-0/+7
2016-12-21Raise clearer error if -Doption is invalid.Elliott Sales de Andrade1-1/+4
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko1-1/+1
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen1-1/+1
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-1/+2
2016-08-27Flatten isinstance calls. (#715)Elliott Sales de Andrade1-5/+2
2016-08-19Implement D supportMatthias Klumpp1-0/+1
2016-04-04coredata: Centralize builtin option descriptions and definitions.Hemmo Nieminen1-1/+1
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-2/+3
2016-03-20Merge branch 'base_options'.Jussi Pakkanen1-3/+6
2016-03-20Open Meson and option files explicitly as utf-8. Closes #467.Jussi Pakkanen1-1/+1
2016-03-20Preserve b_ prefix for base option names.Jussi Pakkanen1-3/+6
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+148