Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn deprecated commands into errors. | Jussi Pakkanen | 2018-03-14 | 1 | -4/+1 |
| | |||||
* | Write deprecation warnings to stderr. | Jussi Pakkanen | 2017-08-02 | 1 | -2/+3 |
| | |||||
* | Print deprecation warnings on old style commands. | Jussi Pakkanen | 2017-08-02 | 1 | -2/+4 |
| | |||||
* | Back to .py suffix in files. Closes #394. | Jussi Pakkanen | 2016-03-02 | 1 | -0/+20 |
| | |||||
* | Moved mesonconf implementation in the module. | Jussi Pakkanen | 2016-01-16 | 1 | -205/+0 |
| | |||||
* | Moved scripts in the module and started work to run them via the main meson ↵ | Jussi Pakkanen | 2016-01-15 | 1 | -0/+205 |
| | | | | command. | ||||
* | Organise files into a module structure. | Jussi Pakkanen | 2016-01-15 | 1 | -205/+0 |
| | |||||
* | Added support for extended command line to overcome OS command line length ↵ | Yoav Alon | 2015-11-28 | 1 | -1/+4 |
| | | | | limitation | ||||
* | Print lib type list properly. | Jussi Pakkanen | 2015-11-16 | 1 | -2/+2 |
| | |||||
* | Enhance mesonconfig.py help | Wink Saville | 2015-11-09 | 1 | -34/+58 |
| | | | | | | | | Added code to output the 'Possible values' and also titles for the columns. Added code to so 'choices' is allowed for all UserOption's. | ||||
* | Move option validation in objects rather than doing it only in the conf script. | Jussi Pakkanen | 2015-11-04 | 1 | -56/+6 |
| | |||||
* | Refactored builtin options to a dictionary and created a new default library ↵ | Jussi Pakkanen | 2015-11-03 | 1 | -28/+32 |
| | | | | target type. | ||||
* | Can set compiler options with mesonconf. | Jussi Pakkanen | 2015-10-04 | 1 | -20/+16 |
| | |||||
* | Refactored option classes to mesonlib. | Jussi Pakkanen | 2015-10-04 | 1 | -6/+6 |
| | |||||
* | Merged trunk changes. | Jussi Pakkanen | 2015-09-17 | 1 | -1/+6 |
|\ | |||||
| * | Added multiple selectable warning levels. | Jussi Pakkanen | 2015-08-27 | 1 | -1/+6 |
| | | |||||
* | | Added conf option for build tree layout. | Jussi Pakkanen | 2015-09-17 | 1 | -1/+5 |
|/ | |||||
* | Flipped one character. | Jussi Pakkanen | 2015-07-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #162 from mesonbuild/lint_errors | jpakkane | 2015-06-19 | 1 | -2/+1 |
|\ | | | | | Fix some bugs when linting code | ||||
| * | mesonconf: fix tb and parsing options | Igor Gnatenko | 2015-06-19 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | Traceback (most recent call last): File "./mesonconf.py", line 202, in <module> print(args) NameError: name 'args' is not defined Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | ||||
* | | mesonconf: fix bad-continuation | Igor Gnatenko | 2015-06-19 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | ||||
* | Renamed buildtype from "type" to "buildtype" for consistency. | Jussi Pakkanen | 2015-03-26 | 1 | -2/+2 |
| | |||||
* | Fix mesonconf when running in the build directory without a path argument. | Jussi Pakkanen | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | Use argparse in mesonconf.py. | Jussi Pakkanen | 2015-03-02 | 1 | -9/+8 |
| | |||||
* | Harmonised copyright declarations. | Jussi Pakkanen | 2014-11-16 | 1 | -1/+1 |
| | |||||
* | One more off by one error. | Jussi Pakkanen | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | Off by one error. Fixed. | Jussi Pakkanen | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | Standardise on prefix instead of installprefix. | Jussi Pakkanen | 2014-07-18 | 1 | -2/+2 |
| | |||||
* | The mass flags -> args renaming for consistency. | Jussi Pakkanen | 2014-06-22 | 1 | -10/+10 |
| | |||||
* | Store build flags into coredata as it is persistent and needs to survive ↵ | Jussi Pakkanen | 2014-06-07 | 1 | -12/+42 |
| | | | | over Meson reconfigurations. | ||||
* | Validate paths. | Jussi Pakkanen | 2014-01-12 | 1 | -0/+14 |
| | |||||
* | Can print and set paths with mesonconf. | Jussi Pakkanen | 2014-01-12 | 1 | -1/+26 |
| | |||||
* | Do not crash on empty arrays. | Jussi Pakkanen | 2014-01-12 | 1 | -0/+2 |
| | |||||
* | Print option name as well. | Jussi Pakkanen | 2014-01-05 | 1 | -12/+15 |
| | |||||
* | Can set user options. | Jussi Pakkanen | 2014-01-05 | 1 | -1/+17 |
| | |||||
* | Some dots. | Jussi Pakkanen | 2014-01-05 | 1 | -3/+3 |
| | |||||
* | Can set core options. | Jussi Pakkanen | 2014-01-05 | 1 | -2/+40 |
| | |||||
* | Print stuff aligned. | Jussi Pakkanen | 2014-01-05 | 1 | -6/+27 |
| | |||||
* | Print core options. | Jussi Pakkanen | 2014-01-05 | 1 | -1/+20 |
| | |||||
* | Detect build directory. | Jussi Pakkanen | 2014-01-05 | 1 | -3/+16 |
| | |||||
* | Start work on command line conf tool. | Jussi Pakkanen | 2014-01-05 | 1 | -0/+40 |