summaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
AgeCommit message (Expand)Author
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas
2017-05-26Clarify multiple uses of -D. Closes #1836.Jussi Pakkanen
2017-05-13Moved coverage commands to a standalone script.Jussi Pakkanen
2017-05-11Created a dist target. Closes #877.Jussi Pakkanen
2017-05-03Merge pull request #1587 from mesonbuild/tingping/msgfmt-datadirJussi Pakkanen
2017-05-02Expand input paths so they do not contain symlinks.Jussi Pakkanen
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker
2017-04-29i18n: Add data_dirs kwarg to merge_file()Patrick Griffis
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen
2017-03-25Merge pull request #1516 from centricular/git-submodule-subprojectsJussi Pakkanen
2017-03-25wrap: Implement special wrap modes for use by packagersNirbheek Chauhan
2017-03-23add 'vs' backend that automatically chooses between the vs backendsNicolas Schneider
2017-03-22add vs2017 backendNicolas Schneider
2017-01-23Force installation dir options to be inside prefixNirbheek Chauhan
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2017-01-02style: fix E202 violationsIgor Gnatenko
2017-01-02style: fix E201 violationsIgor Gnatenko
2016-12-31Add simple uninstall target. Closes #753.Jussi Pakkanen
2016-12-19Use a script to clean-up custom-target output dirsNirbheek Chauhan
2016-12-18add support for $sharedstatedirIgor Gnatenko
2016-12-18add support for $infodirIgor Gnatenko
2016-12-18add support for $sbindirIgor Gnatenko
2016-12-06add builtin support for localstatedirIgor Gnatenko
2016-12-03Tell users about mesonconf if they try to run Meson on an existing build dir.Jussi Pakkanen
2016-11-26Don't show tracebacks for MesonException in helper scriptsSam Thursfield
2016-11-18All testing is now in mesontest.py, which simplifies a lot of stuff.Jussi Pakkanen
2016-11-09Create target directory if it does not exist. Closes #935.Jussi Pakkanen
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan
2016-10-19gnome: Add yelp() functionPatrick Griffis
2016-10-11allow libdir/includedir/etc. be absolute pathsIgor Gnatenko
2016-10-10Show error log options in help.Jussi Pakkanen
2016-10-08Use argv[0] to internally relaunch meson.pyEmanuele Aina
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen
2016-09-01Merge branch 'QuLogic-context-managers'Jussi Pakkanen
2016-08-30Use argparse's builtin version printer.Elliott Sales de Andrade
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade
2016-08-21Added sysconfdir option. Closes #694.Jussi Pakkanen
2016-07-29vs: Fix regen_checker by using the correct coredata mtimeNirbheek Chauhan
2016-07-15Warn if PKG_CONFIG_PATH has changed because it may cause dependency detection...Jussi Pakkanen
2016-07-15mesonmain: Dump the coredata lastNirbheek Chauhan
2016-05-30extract vs2015backend into own fileNicolas Schneider
2016-05-30add vs2015 backendNicolas Schneider
2016-05-25Merge pull request #479 from mesonbuild/i18nJussi Pakkanen
2016-05-22Automagic scan-build support.Jussi Pakkanen
2016-05-21Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen
2016-04-15ninja: Set PATH for CustomTargets with built EXEs on WindowsNirbheek Chauhan
2016-04-04coredata: Centralize builtin option descriptions and definitions.Hemmo Nieminen
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen
2016-03-20Merge branch 'base_options'.Jussi Pakkanen
2016-03-20Converted precompiled headers into a base option.Jussi Pakkanen