aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Created a dist target. Closes #877.Jussi Pakkanen1-0/+3
2017-05-03Merge pull request #1587 from mesonbuild/tingping/msgfmt-datadirJussi Pakkanen1-0/+3
2017-05-02Expand input paths so they do not contain symlinks.Jussi Pakkanen1-2/+2
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-2/+2
2017-04-29i18n: Add data_dirs kwarg to merge_file()Patrick Griffis1-0/+3
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen1-1/+1
2017-03-25Merge pull request #1516 from centricular/git-submodule-subprojectsJussi Pakkanen1-0/+5
2017-03-25wrap: Implement special wrap modes for use by packagersNirbheek Chauhan1-0/+5
2017-03-23add 'vs' backend that automatically chooses between the vs backendsNicolas Schneider1-0/+4
2017-03-22add vs2017 backendNicolas Schneider1-0/+3
2017-01-23Force installation dir options to be inside prefixNirbheek Chauhan1-9/+0
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-4/+4
2017-01-02style: fix E202 violationsIgor Gnatenko1-1/+1
2017-01-02style: fix E201 violationsIgor Gnatenko1-1/+1
2016-12-31Add simple uninstall target. Closes #753.Jussi Pakkanen1-0/+3
2016-12-19Use a script to clean-up custom-target output dirsNirbheek Chauhan1-0/+3
2016-12-18add support for $sharedstatedirIgor Gnatenko1-0/+1
2016-12-18add support for $infodirIgor Gnatenko1-0/+1
2016-12-18add support for $sbindirIgor Gnatenko1-0/+1
2016-12-06add builtin support for localstatedirIgor Gnatenko1-0/+1
2016-12-03Tell users about mesonconf if they try to run Meson on an existing build dir.Jussi Pakkanen1-1/+3
2016-11-26Don't show tracebacks for MesonException in helper scriptsSam Thursfield1-1/+7
2016-11-18All testing is now in mesontest.py, which simplifies a lot of stuff.Jussi Pakkanen1-6/+0
2016-11-09Create target directory if it does not exist. Closes #935.Jussi Pakkanen1-0/+4
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan1-2/+2
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