summaryrefslogtreecommitdiff
path: root/mesonconf.py
Commit message (Expand)AuthorAgeFilesLines
* Turn deprecated commands into errors.Jussi Pakkanen2018-03-141-4/+1
* Write deprecation warnings to stderr.Jussi Pakkanen2017-08-021-2/+3
* Print deprecation warnings on old style commands.Jussi Pakkanen2017-08-021-2/+4
* Back to .py suffix in files. Closes #394.Jussi Pakkanen2016-03-021-0/+20
* Moved mesonconf implementation in the module.Jussi Pakkanen2016-01-161-205/+0
* Moved scripts in the module and started work to run them via the main meson c...Jussi Pakkanen2016-01-151-0/+205
* Organise files into a module structure.Jussi Pakkanen2016-01-151-205/+0
* Added support for extended command line to overcome OS command line length li...Yoav Alon2015-11-281-1/+4
* Print lib type list properly.Jussi Pakkanen2015-11-161-2/+2
* Enhance mesonconfig.py helpWink Saville2015-11-091-34/+58
* Move option validation in objects rather than doing it only in the conf script.Jussi Pakkanen2015-11-041-56/+6
* Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen2015-11-031-28/+32
* Can set compiler options with mesonconf.Jussi Pakkanen2015-10-041-20/+16
* Refactored option classes to mesonlib.Jussi Pakkanen2015-10-041-6/+6
* Merged trunk changes.Jussi Pakkanen2015-09-171-1/+6
|\
| * Added multiple selectable warning levels.Jussi Pakkanen2015-08-271-1/+6
* | Added conf option for build tree layout.Jussi Pakkanen2015-09-171-1/+5
|/
* Flipped one character.Jussi Pakkanen2015-07-121-1/+1
* Merge pull request #162 from mesonbuild/lint_errorsjpakkane2015-06-191-2/+1
|\
| * mesonconf: fix tb and parsing optionsIgor Gnatenko2015-06-191-2/+1
* | mesonconf: fix bad-continuationIgor Gnatenko2015-06-191-1/+1
|/
* Renamed buildtype from "type" to "buildtype" for consistency.Jussi Pakkanen2015-03-261-2/+2
* Fix mesonconf when running in the build directory without a path argument.Jussi Pakkanen2015-03-181-1/+1
* Use argparse in mesonconf.py.Jussi Pakkanen2015-03-021-9/+8
* Harmonised copyright declarations.Jussi Pakkanen2014-11-161-1/+1
* One more off by one error.Jussi Pakkanen2014-07-231-1/+1
* Off by one error. Fixed.Jussi Pakkanen2014-07-191-1/+1
* Standardise on prefix instead of installprefix.Jussi Pakkanen2014-07-181-2/+2
* The mass flags -> args renaming for consistency.Jussi Pakkanen2014-06-221-10/+10
* Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen2014-06-071-12/+42
* Validate paths.Jussi Pakkanen2014-01-121-0/+14
* Can print and set paths with mesonconf.Jussi Pakkanen2014-01-121-1/+26
* Do not crash on empty arrays.Jussi Pakkanen2014-01-121-0/+2
* Print option name as well.Jussi Pakkanen2014-01-051-12/+15
* Can set user options.Jussi Pakkanen2014-01-051-1/+17
* Some dots.Jussi Pakkanen2014-01-051-3/+3
* Can set core options.Jussi Pakkanen2014-01-051-2/+40
* Print stuff aligned.Jussi Pakkanen2014-01-051-6/+27
* Print core options.Jussi Pakkanen2014-01-051-1/+20
* Detect build directory.Jussi Pakkanen2014-01-051-3/+16
* Start work on command line conf tool.Jussi Pakkanen2014-01-051-0/+40