aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
AgeCommit message (Expand)AuthorFilesLines
2016-10-19gnome: Add yelp() functionPatrick Griffis1-0/+3
2016-10-11allow libdir/includedir/etc. be absolute pathsIgor Gnatenko1-1/+1
2016-10-10Show error log options in help.Jussi Pakkanen1-0/+2
2016-10-08Use argv[0] to internally relaunch meson.pyEmanuele Aina1-9/+3
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen1-2/+0
2016-09-01Merge branch 'QuLogic-context-managers'Jussi Pakkanen1-1/+2
2016-08-30Use argparse's builtin version printer.Elliott Sales de Andrade1-5/+2
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-1/+2
2016-08-21Added sysconfdir option. Closes #694.Jussi Pakkanen1-0/+1
2016-07-29vs: Fix regen_checker by using the correct coredata mtimeNirbheek Chauhan1-2/+7
2016-07-15Warn if PKG_CONFIG_PATH has changed because it may cause dependency detection...Jussi Pakkanen1-0/+8
2016-07-15mesonmain: Dump the coredata lastNirbheek Chauhan1-1/+6
2016-05-30extract vs2015backend into own fileNicolas Schneider1-2/+2
2016-05-30add vs2015 backendNicolas Schneider1-1/+3
2016-05-25Merge pull request #479 from mesonbuild/i18nJussi Pakkanen1-0/+3
2016-05-22Automagic scan-build support.Jussi Pakkanen1-0/+3
2016-05-21Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen1-0/+3
2016-04-15ninja: Set PATH for CustomTargets with built EXEs on WindowsNirbheek Chauhan1-1/+4
2016-04-04coredata: Centralize builtin option descriptions and definitions.Hemmo Nieminen1-40/+30
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-2/+2
2016-03-20Merge branch 'base_options'.Jussi Pakkanen1-4/+0
2016-03-20Converted precompiled headers into a base option.Jussi Pakkanen1-2/+0
2016-03-20Converted coverage into a base option.Jussi Pakkanen1-2/+0
2016-03-17New builtin option: libexecdir for installation of helper executablesNirbheek Chauhan1-0/+2
2016-03-01Can add postconfigure script.Nicolas Schneider1-0/+1
2016-02-25dump coredata to file before calling backend.generate()Nicolas Schneider1-1/+1
2016-02-24Merge pull request #358 from tp-m/no-argsJussi Pakkanen1-8/+15
2016-02-22Do delayed argument setting properly this time.Jussi Pakkanen1-3/+4
2016-02-21Preserve 'C:\' as an absolute path in prefix.Jussi Pakkanen1-1/+6
2016-02-17When erroring out due to invalid prefix, print the valueNirbheek Chauhan1-1/+1
2016-01-25Strip trailing slash from prefix. Closes #366.Jussi Pakkanen1-0/+2
2016-01-23Moved backends to their own module.Jussi Pakkanen1-3/+3
2016-01-19meson: try harder to infer build and source directories if called without arg...Tim-Philipp Müller1-8/+15
2016-01-16Improve command line arg behaviour.Jussi Pakkanen1-4/+3
2016-01-16Made gtkdoc and run targets work.Jussi Pakkanen1-1/+1
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+262