summaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create target directory if it does not exist. Closes #935.Jussi Pakkanen2016-11-091-0/+4
* Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan2016-11-081-2/+2
* gnome: Add yelp() functionPatrick Griffis2016-10-191-0/+3
* allow libdir/includedir/etc. be absolute pathsIgor Gnatenko2016-10-111-1/+1
* Show error log options in help.Jussi Pakkanen2016-10-101-0/+2
* Use argv[0] to internally relaunch meson.pyEmanuele Aina2016-10-081-9/+3
* Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen2016-10-071-2/+0
* Merge branch 'QuLogic-context-managers'Jussi Pakkanen2016-09-011-1/+2
|\
| * Use context manager for file I/O.Elliott Sales de Andrade2016-08-271-1/+2
* | Use argparse's builtin version printer.Elliott Sales de Andrade2016-08-301-5/+2
|/
* Added sysconfdir option. Closes #694.Jussi Pakkanen2016-08-211-0/+1
* vs: Fix regen_checker by using the correct coredata mtimeNirbheek Chauhan2016-07-291-2/+7
* Warn if PKG_CONFIG_PATH has changed because it may cause dependency detection...Jussi Pakkanen2016-07-151-0/+8
* mesonmain: Dump the coredata lastNirbheek Chauhan2016-07-151-1/+6
* extract vs2015backend into own fileNicolas Schneider2016-05-301-2/+2
* add vs2015 backendNicolas Schneider2016-05-301-1/+3
* Merge pull request #479 from mesonbuild/i18nJussi Pakkanen2016-05-251-0/+3
|\
| * Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen2016-05-211-0/+3
* | Automagic scan-build support.Jussi Pakkanen2016-05-221-0/+3
* | ninja: Set PATH for CustomTargets with built EXEs on WindowsNirbheek Chauhan2016-04-151-1/+4
* | coredata: Centralize builtin option descriptions and definitions.Hemmo Nieminen2016-04-041-40/+30
* | Move MesonException from coredata to mesonlib.Hemmo Nieminen2016-04-011-2/+2
|/