summaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
Commit message (Expand)AuthorAgeFilesLines
* report the context, if possible, on python tracebacksEli Schwartz2021-11-291-2/+8
* Add --vsenv command line option and active VS only when neededXavier Claessens2021-10-101-91/+0
* pylint: turn on superflous-parensDylan Baker2021-08-311-1/+1
* fix bat_info UTF-8 string errorxth2021-08-031-0/+1
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger2021-06-291-0/+4
* typing: Fully annotate run_project_tests.pyDaniel Mensinger2021-06-091-1/+1
* vsenv: Recommend using "meson compile" wrapperXavier Claessens2021-05-281-1/+4
* Remove `Microsoft.VisualStudio.Workload.WDExpress`Naveen M K2021-05-281-1/+0
* Find Visual Studio Build Tools 2019Naveen M K2021-05-281-9/+19
* Also skip VS activation if gcc is found.Jussi Pakkanen2021-05-231-0/+2
* Better detection of Visual Studio compilerJacob Nielsen2021-05-221-0/+8
* Set up VS environment automatically when run.Jussi Pakkanen2021-05-131-1/+69
* Add `meson devenv` command and meson.add_devenv()Xavier Claessens2021-03-161-1/+3
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* Bump minimum supported Python version to 3.6. Closes #6297.Jussi Pakkanen2020-10-301-13/+2
* Add a notice about Python 3.5 supportNirbheek Chauhan2020-09-021-2/+14
* switch python2 %s for python3 .formatMichael2020-04-211-1/+1
* mesonbuild: Add mcompile commandDylan Baker2020-03-041-1/+3
* Fix typos found by codespellWolfgang Stöggl2019-11-061-5/+5
* Create multiple different archive types with dist.Jussi Pakkanen2019-07-231-1/+1
* Made dist a top level command.Jussi Pakkanen2019-07-231-1/+3
* Fix builtin variable namesDaniel Mensinger2019-04-291-15/+15
* Don't use len() to test for container emptinessDylan Baker2019-04-251-1/+1
* Don't use mutable types as default argumentsDylan Baker2019-04-231-1/+2
* Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen2019-04-211-3/+7
* Merge pull request #2601 from 1ace/feature/completionJussi Pakkanen2019-03-041-0/+2
|\
| * add note to keep completion scripts updatedEric Engestrom2019-02-201-0/+2
* | rewriter: Remove command aliasDaniel Mensinger2019-03-041-1/+1
* | rewriter: make flake8 happyDaniel Mensinger2019-03-041-1/+1
* | better formating of the help outputDaniel Mensinger2019-03-041-7/+12
|/
* runpython: insert script's dir into import pathAndrei Alexeyev2019-02-181-0/+1
* pep8 py37Michael Hirsch, Ph.D2019-01-291-1/+1
* Merge pull request #4719 from ocrete/fix-posix-langJussi Pakkanen2019-01-171-0/+17
|\
| * mesonmain: Force to output UTF-8 even when the locale isn'tOlivier CrĂȘte2019-01-151-0/+17
* | Add new meson.py unstable-coredata subcommand.Martin Hostettler2019-01-071-1/+3
|/
* Add 'meson subprojects update' commandXavier Claessens2018-12-021-1/+3
* Hide 'rewrite' and 'runpython' commands from helpXavier Claessens2018-10-041-6/+22
* Use a single ArgumentParser for all subcommandsXavier Claessens2018-10-041-51/+88
* Simplify run_script_command()Xavier Claessens2018-10-041-64/+24
* Move setup command handling to its own msetup.py fileXavier Claessens2018-10-041-228/+28
* Move set_meson_command() to mesonlibXavier Claessens2018-10-041-16/+1
* Return code 0 when builddir is already configuredXavier Claessens2018-09-241-1/+1
* mesonmain: Add --reconfigure argumentXavier Claessens2018-09-051-17/+23
* mesonmain: Move builddir/sourcedir handling code inside MesonAppXavier Claessens2018-09-051-14/+14
* Add --fatal-meson-warnings command line optionXavier Claessens2018-09-041-1/+3
* Merge pull request #4016 from thiblahute/hotdocJussi Pakkanen2018-08-291-0/+3
|\
| * modules: Add an 'hotdoc' moduleThibault Saunier2018-08-281-0/+3
* | Set wrap_mode to None by default to know if user passed a valueXavier Claessens2018-08-221-1/+1
* | mesonmain: Use MesonException instead of RuntimeError in MesonApp initXavier Claessens2018-08-221-5/+5
|/