aboutsummaryrefslogtreecommitdiff
path: root/mesonconf.py
AgeCommit message (Expand)AuthorFilesLines
2017-08-02Write deprecation warnings to stderr.Jussi Pakkanen1-2/+3
2017-08-02Print deprecation warnings on old style commands.Jussi Pakkanen1-2/+4
2016-03-02Back to .py suffix in files. Closes #394.Jussi Pakkanen1-0/+20
2016-01-16Moved mesonconf implementation in the module.Jussi Pakkanen1-205/+0
2016-01-15Moved scripts in the module and started work to run them via the main meson c...Jussi Pakkanen1-0/+205
2016-01-15Organise files into a module structure.Jussi Pakkanen1-205/+0
2015-11-28Added support for extended command line to overcome OS command line length li...Yoav Alon1-1/+4
2015-11-16Print lib type list properly.Jussi Pakkanen1-2/+2
2015-11-09Enhance mesonconfig.py helpWink Saville1-34/+58
2015-11-04Move option validation in objects rather than doing it only in the conf script.Jussi Pakkanen1-56/+6
2015-11-03Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen1-28/+32
2015-10-04Can set compiler options with mesonconf.Jussi Pakkanen1-20/+16
2015-10-04Refactored option classes to mesonlib.Jussi Pakkanen1-6/+6
2015-09-17Merged trunk changes.Jussi Pakkanen1-1/+6
2015-09-17Added conf option for build tree layout.Jussi Pakkanen1-1/+5
2015-08-27Added multiple selectable warning levels.Jussi Pakkanen1-1/+6
2015-07-12Flipped one character.Jussi Pakkanen1-1/+1
2015-06-19Merge pull request #162 from mesonbuild/lint_errorsjpakkane1-2/+1
2015-06-19mesonconf: fix bad-continuationIgor Gnatenko1-1/+1
2015-06-19mesonconf: fix tb and parsing optionsIgor Gnatenko1-2/+1
2015-03-26Renamed buildtype from "type" to "buildtype" for consistency.Jussi Pakkanen1-2/+2
2015-03-18Fix mesonconf when running in the build directory without a path argument.Jussi Pakkanen1-1/+1
2015-03-02Use argparse in mesonconf.py.Jussi Pakkanen1-9/+8
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-07-23One more off by one error.Jussi Pakkanen1-1/+1
2014-07-19Off by one error. Fixed.Jussi Pakkanen1-1/+1
2014-07-18Standardise on prefix instead of installprefix.Jussi Pakkanen1-2/+2
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-10/+10
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen1-12/+42
2014-01-12Validate paths.Jussi Pakkanen1-0/+14
2014-01-12Can print and set paths with mesonconf.Jussi Pakkanen1-1/+26
2014-01-12Do not crash on empty arrays.Jussi Pakkanen1-0/+2
2014-01-05Print option name as well.Jussi Pakkanen1-12/+15
2014-01-05Can set user options.Jussi Pakkanen1-1/+17
2014-01-05Some dots.Jussi Pakkanen1-3/+3
2014-01-05Can set core options.Jussi Pakkanen1-2/+40
2014-01-05Print stuff aligned.Jussi Pakkanen1-6/+27
2014-01-05Print core options.Jussi Pakkanen1-1/+20
2014-01-05Detect build directory.Jussi Pakkanen1-3/+16
2014-01-05Start work on command line conf tool.Jussi Pakkanen1-0/+40