summaryrefslogtreecommitdiff
path: root/optinterpreter.py
Commit message (Expand)AuthorAgeFilesLines
* Enhance mesonconfig.py helpWink Saville2015-11-091-2/+2
* Turned builtin options into proper objects.Jussi Pakkanen2015-11-031-3/+3
* Can set compiler options with mesonconf.Jussi Pakkanen2015-10-041-1/+17
* Refactored option classes to mesonlib.Jussi Pakkanen2015-10-041-61/+24
* Get builtin options by correct name in subprojects.Jussi Pakkanen2015-06-301-14/+1
* Set option name in constructor. Closes #164.Jussi Pakkanen2015-06-201-9/+9
* Merge pull request #162 from mesonbuild/lint_errorsjpakkane2015-06-191-1/+1
|\
| * optinterpreter: Undefined variable 'valuestring'Igor Gnatenko2015-06-191-1/+1
* | optinterpreter: fix bad-continuationIgor Gnatenko2015-06-191-2/+2
|/
* Better error message when someone has a malformed meson_options.txt. Closes #...Jussi Pakkanen2015-06-181-3/+1
* Better error messages for user optionsAfief Halumi2015-05-031-4/+6
* Renamed buildtype from "type" to "buildtype" for consistency.Jussi Pakkanen2015-03-261-1/+1
* Verify that option names do not have invalid characters.Jussi Pakkanen2014-12-211-2/+6
* Harmonised copyright declarations.Jussi Pakkanen2014-11-161-1/+1
* Can specify project options on the command line and the override defaults.Jussi Pakkanen2014-08-061-2/+18
* Added option for werror.Jussi Pakkanen2014-07-181-0/+1
* Standardise on prefix instead of installprefix.Jussi Pakkanen2014-07-181-1/+1
* The final renaming.Jussi Pakkanen2014-03-171-10/+10
* Kill ply dependency dead.Jussi Pakkanen2014-03-171-18/+17
* Can print and set paths with mesonconf.Jussi Pakkanen2014-01-121-0/+7
* Can set core options.Jussi Pakkanen2014-01-051-1/+10
* Can haz subproject options.Jussi Pakkanen2013-12-091-1/+4
* Validate option values on all assignments.Jussi Pakkanen2013-10-231-5/+14
* Turn user options into for widgets.Jussi Pakkanen2013-10-181-1/+5
* Added combo options because why the hell not.Jussi Pakkanen2013-10-161-0/+16
* Options can be accessed from scripts.Jussi Pakkanen2013-10-161-13/+12
* Very basic option parser skeleton.Jussi Pakkanen2013-10-161-0/+115