summaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
AgeCommit message (Expand)Author
2021-05-23Also skip VS activation if gcc is found.Jussi Pakkanen
2021-05-22Better detection of Visual Studio compilerJacob Nielsen
2021-05-13Set up VS environment automatically when run.Jussi Pakkanen
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-10-30Bump minimum supported Python version to 3.6. Closes #6297.Jussi Pakkanen
2020-09-02Add a notice about Python 3.5 supportNirbheek Chauhan
2020-04-21switch python2 %s for python3 .formatMichael
2020-03-04mesonbuild: Add mcompile commandDylan Baker
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-07-23Create multiple different archive types with dist.Jussi Pakkanen
2019-07-23Made dist a top level command.Jussi Pakkanen
2019-04-29Fix builtin variable namesDaniel Mensinger
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-04-23Don't use mutable types as default argumentsDylan Baker
2019-04-21Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen
2019-03-04Merge pull request #2601 from 1ace/feature/completionJussi Pakkanen
2019-03-04rewriter: Remove command aliasDaniel Mensinger
2019-03-04rewriter: make flake8 happyDaniel Mensinger
2019-03-04better formating of the help outputDaniel Mensinger
2019-02-20add note to keep completion scripts updatedEric Engestrom
2019-02-18runpython: insert script's dir into import pathAndrei Alexeyev
2019-01-29pep8 py37Michael Hirsch, Ph.D
2019-01-17Merge pull request #4719 from ocrete/fix-posix-langJussi Pakkanen
2019-01-15mesonmain: Force to output UTF-8 even when the locale isn'tOlivier Crête
2019-01-07Add new meson.py unstable-coredata subcommand.Martin Hostettler
2018-12-02Add 'meson subprojects update' commandXavier Claessens
2018-10-04Hide 'rewrite' and 'runpython' commands from helpXavier Claessens
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens
2018-10-04Simplify run_script_command()Xavier Claessens
2018-10-04Move setup command handling to its own msetup.py fileXavier Claessens
2018-10-04Move set_meson_command() to mesonlibXavier Claessens
2018-09-24Return code 0 when builddir is already configuredXavier Claessens
2018-09-05mesonmain: Add --reconfigure argumentXavier Claessens
2018-09-05mesonmain: Move builddir/sourcedir handling code inside MesonAppXavier Claessens
2018-09-04Add --fatal-meson-warnings command line optionXavier Claessens
2018-08-29Merge pull request #4016 from thiblahute/hotdocJussi Pakkanen
2018-08-28modules: Add an 'hotdoc' moduleThibault Saunier
2018-08-22Set wrap_mode to None by default to know if user passed a valueXavier Claessens
2018-08-22mesonmain: Use MesonException instead of RuntimeError in MesonApp initXavier Claessens
2018-08-11Install meson.exe as the entrypoint on WindowsNirbheek Chauhan
2018-07-09Fix directory verification. Closes #3857.Jussi Pakkanen
2018-07-06mlog: Log timestamps in profile-self modeNirbheek Chauhan
2018-06-26Fix glib build when using MSI installer. Closes #3762.Jussi Pakkanen
2018-06-21Print default option values that don't match the current valueNiklas Claesson
2018-06-18Refactored installer to use a class to eradicate global variables.Jussi Pakkanen
2018-06-18Made install a top level Meson command.Jussi Pakkanen
2018-06-06mesonmain: Take only 2 optional directoriesXavier Claessens
2018-06-06Remove had_argument_for() it is not used anymoreXavier Claessens
2018-06-06coredata: Stop setting default option values as argparse attributeXavier Claessens