summaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum supported Python from 3.4 to 3.5.python35Jussi Pakkanen2018-01-041-2/+2
* Added init command that creates a sample exe project.Jussi Pakkanen2017-12-311-1/+3
* Remember which Visual Studio backend was auto-detectedGabrĂ­el ArthĂșr PĂ©tursson2017-12-301-0/+1
* mesonmain: Remove useless ternaryDylan Baker2017-12-191-1/+1
* Don't print traceback when options are invalidDylan Baker2017-11-281-1/+5
* Make the full test suite runnable with an external command.Jussi Pakkanen2017-11-201-42/+44
* Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen2017-11-201-1/+1
* Add command to run Python scripts with the current interpreter.Jussi Pakkanen2017-11-201-0/+6
* Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen2017-11-131-1/+6
|\
| * Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefixJon Turney2017-10-281-1/+6
* | Print correct command in help messageEric Engestrom2017-11-091-1/+1
* | Dump coredata earlier.Elliott Sales de Andrade2017-11-061-16/+12
|/
* flake8: Perform suggested whitespace/formatting changesLuke Shumaker2017-09-211-5/+5
* logging: Print location of log file on errorNirbheek Chauhan2017-09-141-1/+5
* Update message for already configured builddirChet Gurevitch2017-09-121-7/+6
* wrap-mode: Make the error output more usefulNirbheek Chauhan2017-09-071-1/+9
* Merge pull request #2163 from chetgurevitch/masterJussi Pakkanen2017-08-201-4/+5
|\
| * Tell users about ninja rebuild and meson configureChet Gurevitch2017-08-181-2/+3
| * Don't error if build directory is already configuredChet Gurevitch2017-08-181-3/+3
* | Ensure log file gets closed.Jussi Pakkanen2017-08-181-0/+6
|/
* Print deprecation warnings on old style commands.Jussi Pakkanen2017-08-021-3/+6
* Add command multiplexer to main Meson invoker.Jussi Pakkanen2017-08-021-2/+24
* Run postconf scripts after dumping coredata.Elliott Sales de Andrade2017-07-151-5/+11
* Add an env var to force meson to print a backtraceNirbheek Chauhan2017-06-091-0/+4
* Whitespace tweaks to reduce Flake8 warningsAlistair Thomas2017-05-291-1/+1
* Clarify multiple uses of -D. Closes #1836.Jussi Pakkanen2017-05-261-2/+2
* Moved coverage commands to a standalone script.Jussi Pakkanen2017-05-131-0/+3
* Created a dist target. Closes #877.Jussi Pakkanen2017-05-111-0/+3
* Merge pull request #1587 from mesonbuild/tingping/msgfmt-datadirJussi Pakkanen2017-05-031-0/+3
|\
| * i18n: Add data_dirs kwarg to merge_file()Patrick Griffis2017-04-291-0/+3
* | Expand input paths so they do not contain symlinks.Jussi Pakkanen2017-05-021-2/+2
* | Don't use len() to test emptiness vs not emptinessDylan Baker2017-05-021-2/+2
|/
* Make it possible to only do unity builds on subprojects.Jussi Pakkanen2017-04-151-1/+1
* Merge pull request #1516 from centricular/git-submodule-subprojectsJussi Pakkanen2017-03-251-0/+5
|\
| * wrap: Implement special wrap modes for use by packagersNirbheek Chauhan2017-03-251-0/+5
* | add 'vs' backend that automatically chooses between the vs backendsNicolas Schneider2017-03-231-0/+4
* | add vs2017 backendNicolas Schneider2017-03-221-0/+3
|/
* Force installation dir options to be inside prefixNirbheek Chauhan2017-01-231-9/+0
* cleanup: Remove redundant parenthesesMike Sinkovsky2017-01-181-4/+4
* style: fix E202 violationsIgor Gnatenko2017-01-021-1/+1
* style: fix E201 violationsIgor Gnatenko2017-01-021-1/+1
* Add simple uninstall target. Closes #753.Jussi Pakkanen2016-12-311-0/+3
* Use a script to clean-up custom-target output dirsNirbheek Chauhan2016-12-191-0/+3
* add support for $sharedstatedirIgor Gnatenko2016-12-181-0/+1
* add support for $infodirIgor Gnatenko2016-12-181-0/+1
* add support for $sbindirIgor Gnatenko2016-12-181-0/+1
* add builtin support for localstatedirIgor Gnatenko2016-12-061-0/+1
* Tell users about mesonconf if they try to run Meson on an existing build dir.Jussi Pakkanen2016-12-031-1/+3
* Don't show tracebacks for MesonException in helper scriptsSam Thursfield2016-11-261-1/+7
* All testing is now in mesontest.py, which simplifies a lot of stuff.Jussi Pakkanen2016-11-181-6/+0