aboutsummaryrefslogtreecommitdiff
path: root/meson.py
AgeCommit message (Expand)AuthorFilesLines
2015-07-27Support target-only cross compilation properly.Jussi Pakkanen1-2/+2
2015-07-27Get build machine's CPU info too.Jussi Pakkanen1-0/+1
2015-07-27Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen1-0/+3
2015-06-18style: fix indenting in meson.pyIgor Gnatenko1-17/+17
2015-06-18meson: fix undefined-variable in backends chooserIgor Gnatenko1-1/+1
2015-05-16introduce check python version in meson.pyIgor Gnatenko1-0/+5
2015-04-23Moved functionality from __main__ to a function to make it callable.Jussi Pakkanen1-13/+15
2015-03-13Add command line switch to print version number.Jussi Pakkanen1-1/+6
2015-03-08Added gobject-introspection to gnome module.Jussi Pakkanen1-1/+0
2015-03-06Fix argparse to make rebuild work again.Jussi Pakkanen1-2/+4
2015-03-02Use argparse in introspector.Jussi Pakkanen1-1/+1
2015-03-02Use argparse instead of optparse in meson.py.Jussi Pakkanen1-42/+36
2015-02-16Added Debian multilib support.Jussi Pakkanen1-1/+1
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen1-2/+2
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen1-1/+1
2014-08-06Can specify project options on the command line and the override defaults.Jussi Pakkanen1-0/+2
2014-07-18Added option for werror.Jussi Pakkanen1-0/+2
2014-06-02OCDJussi Pakkanen1-1/+1
2014-04-16Specify build flags per build type.Jussi Pakkanen1-1/+1
2014-03-31Some cleanups.Jussi Pakkanen1-1/+1
2014-03-31Separated backends into their own files.Jussi Pakkanen1-4/+7
2014-03-26Basic pieces for an XCode project generator.Jussi Pakkanen1-1/+3
2014-03-17Backend work is start.Jussi Pakkanen1-2/+8
2014-03-16Here we go, starting parser transplant.Jussi Pakkanen1-2/+2
2014-01-05Start work on command line conf tool.Jussi Pakkanen1-3/+3
2013-12-27Final touches to unity builds.Jussi Pakkanen1-1/+1
2013-12-26The very basics of unity builds.Jussi Pakkanen1-0/+2
2013-12-09Can haz subproject options.Jussi Pakkanen1-6/+1
2013-10-18User options now do a full round trip.Jussi Pakkanen1-1/+1
2013-10-16Options can be accessed from scripts.Jussi Pakkanen1-1/+6
2013-10-13Can enable or disable the use of pch.Jussi Pakkanen1-0/+2
2013-09-27Fill build target data.Jussi Pakkanen1-1/+3
2013-09-12Some work on gettext.Jussi Pakkanen1-1/+3
2013-09-02Check for existance of core data file, not directory.Jussi Pakkanen1-7/+2
2013-09-02Guard against people running Meson on an already configured build dir.Jussi Pakkanen1-6/+26
2013-09-02Better error logging for early errors.Jussi Pakkanen1-2/+9
2013-08-23A journey to cross-compilation starts with a single step.Jussi Pakkanen1-0/+6
2013-08-11Check that missing subdirs cause an error.Jussi Pakkanen1-1/+1
2013-07-27I accidentally.Jussi Pakkanen1-1/+0
2013-07-27Some sort of elif implementation.Jussi Pakkanen1-0/+1
2013-07-08More use of logging framework.Jussi Pakkanen1-2/+2
2013-07-08Moved some print functions to logging.Jussi Pakkanen1-3/+5
2013-07-08Output to console and log file.Jussi Pakkanen1-0/+1
2013-07-08Started work on basic color logging framework.Jussi Pakkanen1-3/+4
2013-06-02Better error text.Jussi Pakkanen1-1/+4
2013-05-26Add line number and file information to exception objects at one location.Jussi Pakkanen1-1/+1
2013-04-01Extracted dependencies to their own file.Jussi Pakkanen1-5/+8
2013-04-01Removed shell backend.Jussi Pakkanen1-4/+2
2013-03-24Removed -tt from shebang lines because GNU env can't handle it and theJussi Pakkanen1-1/+1