aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Grab a file lock on the build dir during modifications.Jussi Pakkanen1-1/+2
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila1-10/+4
2018-03-06Make "meson help" and "meson help <subcommand>" do the expected thing.Jukka Laurila1-0/+7
2018-03-01Harmonize data pickling.Hemmo Nieminen1-6/+4
2018-02-15Verify that failing tests are failing with an error, not a python exceptionJon Turney1-1/+2
2018-02-14Ensure any generation error appears in the logfile and thus in CI outputJon Turney1-4/+5
2018-01-30Report warning/error locations in a format IDEs may already know how to parseJon Turney1-2/+3
2018-01-18Removed duplicate if branch.Jussi Pakkanen1-2/+0
2018-01-04Bump minimum supported Python from 3.4 to 3.5.Jussi Pakkanen1-2/+2
2017-12-31Added init command that creates a sample exe project.Jussi Pakkanen1-1/+3
2017-12-30Remember which Visual Studio backend was auto-detectedGabrĂ­el ArthĂșr PĂ©tursson1-0/+1
2017-12-19mesonmain: Remove useless ternaryDylan Baker1-1/+1
2017-11-28Don't print traceback when options are invalidDylan Baker1-1/+5
2017-11-20Make the full test suite runnable with an external command.Jussi Pakkanen1-42/+44
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen1-1/+1
2017-11-20Add command to run Python scripts with the current interpreter.Jussi Pakkanen1-0/+6
2017-11-13Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen1-1/+6
2017-11-09Print correct command in help messageEric Engestrom1-1/+1
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