Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-15 | Organise files into a module structure. | Jussi Pakkanen | 1 | -148/+0 | |
2016-01-14 | Some fixes | Minijackson | 1 | -1/+1 | |
2015-11-09 | Enhance mesonconfig.py help | Wink Saville | 1 | -2/+2 | |
Added code to output the 'Possible values' and also titles for the columns. Added code to so 'choices' is allowed for all UserOption's. | |||||
2015-11-03 | Turned builtin options into proper objects. | Jussi Pakkanen | 1 | -3/+3 | |
2015-10-04 | Can set compiler options with mesonconf. | Jussi Pakkanen | 1 | -1/+17 | |
2015-10-04 | Refactored option classes to mesonlib. | Jussi Pakkanen | 1 | -61/+24 | |
2015-06-30 | Get builtin options by correct name in subprojects. | Jussi Pakkanen | 1 | -14/+1 | |
2015-06-20 | Set option name in constructor. Closes #164. | Jussi Pakkanen | 1 | -9/+9 | |
2015-06-19 | Merge pull request #162 from mesonbuild/lint_errors | jpakkane | 1 | -1/+1 | |
Fix some bugs when linting code | |||||
2015-06-19 | optinterpreter: Undefined variable 'valuestring' | Igor Gnatenko | 1 | -1/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-06-19 | optinterpreter: fix bad-continuation | Igor Gnatenko | 1 | -2/+2 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-06-18 | Better error message when someone has a malformed meson_options.txt. Closes ↵ | Jussi Pakkanen | 1 | -3/+1 | |
#160. | |||||
2015-05-03 | Better error messages for user options | Afief Halumi | 1 | -4/+6 | |
2015-03-26 | Renamed buildtype from "type" to "buildtype" for consistency. | Jussi Pakkanen | 1 | -1/+1 | |
2014-12-21 | Verify that option names do not have invalid characters. | Jussi Pakkanen | 1 | -2/+6 | |
2014-11-16 | Harmonised copyright declarations. | Jussi Pakkanen | 1 | -1/+1 | |
2014-08-06 | Can specify project options on the command line and the override defaults. | Jussi Pakkanen | 1 | -2/+18 | |
2014-07-18 | Added option for werror. | Jussi Pakkanen | 1 | -0/+1 | |
2014-07-18 | Standardise on prefix instead of installprefix. | Jussi Pakkanen | 1 | -1/+1 | |
2014-03-17 | The final renaming. | Jussi Pakkanen | 1 | -10/+10 | |
2014-03-17 | Kill ply dependency dead. | Jussi Pakkanen | 1 | -18/+17 | |
2014-01-12 | Can print and set paths with mesonconf. | Jussi Pakkanen | 1 | -0/+7 | |
2014-01-05 | Can set core options. | Jussi Pakkanen | 1 | -1/+10 | |
2013-12-09 | Can haz subproject options. | Jussi Pakkanen | 1 | -1/+4 | |
2013-10-23 | Validate option values on all assignments. | Jussi Pakkanen | 1 | -5/+14 | |
2013-10-18 | Turn user options into for widgets. | Jussi Pakkanen | 1 | -1/+5 | |
2013-10-16 | Added combo options because why the hell not. | Jussi Pakkanen | 1 | -0/+16 | |
2013-10-16 | Options can be accessed from scripts. | Jussi Pakkanen | 1 | -13/+12 | |
2013-10-16 | Very basic option parser skeleton. | Jussi Pakkanen | 1 | -0/+115 | |