aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
AgeCommit message (Expand)AuthorFilesLines
2017-11-06Dump coredata earlier.Elliott Sales de Andrade1-16/+12
2017-10-28Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefixJon Turney1-1/+6
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-5/+5
2017-09-14logging: Print location of log file on errorNirbheek Chauhan1-1/+5
2017-09-12Update message for already configured builddirChet Gurevitch1-7/+6
2017-09-07wrap-mode: Make the error output more usefulNirbheek Chauhan1-1/+9
2017-08-20Merge pull request #2163 from chetgurevitch/masterJussi Pakkanen1-4/+5
2017-08-18Ensure log file gets closed.Jussi Pakkanen1-0/+6
2017-08-18Tell users about ninja rebuild and meson configureChet Gurevitch1-2/+3
2017-08-18Don't error if build directory is already configuredChet Gurevitch1-3/+3
2017-08-02Print deprecation warnings on old style commands.Jussi Pakkanen1-3/+6
2017-08-02Add command multiplexer to main Meson invoker.Jussi Pakkanen1-2/+24
2017-07-15Run postconf scripts after dumping coredata.Elliott Sales de Andrade1-5/+11
2017-06-09Add an env var to force meson to print a backtraceNirbheek Chauhan1-0/+4
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas1-1/+1
2017-05-26Clarify multiple uses of -D. Closes #1836.Jussi Pakkanen1-2/+2
2017-05-13Moved coverage commands to a standalone script.Jussi Pakkanen1-0/+3
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