Age | Commit message (Expand) | Author | Files | Lines |
2021-11-29 | report the context, if possible, on python tracebacks | Eli Schwartz | 1 | -2/+8 |
2021-10-10 | Add --vsenv command line option and active VS only when needed | Xavier Claessens | 1 | -91/+0 |
2021-08-31 | pylint: turn on superflous-parens | Dylan Baker | 1 | -1/+1 |
2021-08-03 | fix bat_info UTF-8 string error | xth | 1 | -0/+1 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -1/+1 |
2021-06-29 | pathlib: Patch pathlib to work around some bugs (fixes #7295) | Daniel Mensinger | 1 | -0/+4 |
2021-06-09 | typing: Fully annotate run_project_tests.py | Daniel Mensinger | 1 | -1/+1 |
2021-05-28 | vsenv: Recommend using "meson compile" wrapper | Xavier Claessens | 1 | -1/+4 |
2021-05-28 | Remove `Microsoft.VisualStudio.Workload.WDExpress` | Naveen M K | 1 | -1/+0 |
2021-05-28 | Find Visual Studio Build Tools 2019 | Naveen M K | 1 | -9/+19 |
2021-05-23 | Also skip VS activation if gcc is found. | Jussi Pakkanen | 1 | -0/+2 |
2021-05-22 | Better detection of Visual Studio compiler | Jacob Nielsen | 1 | -0/+8 |
2021-05-13 | Set up VS environment automatically when run. | Jussi Pakkanen | 1 | -1/+69 |
2021-03-16 | Add `meson devenv` command and meson.add_devenv() | Xavier Claessens | 1 | -1/+3 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -2/+2 |
2020-10-30 | Bump minimum supported Python version to 3.6. Closes #6297. | Jussi Pakkanen | 1 | -13/+2 |
2020-09-02 | Add a notice about Python 3.5 support | Nirbheek Chauhan | 1 | -2/+14 |
2020-04-21 | switch python2 %s for python3 .format | Michael | 1 | -1/+1 |
2020-03-04 | mesonbuild: Add mcompile command | Dylan Baker | 1 | -1/+3 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -5/+5 |
2019-07-23 | Create multiple different archive types with dist. | Jussi Pakkanen | 1 | -1/+1 |
2019-07-23 | Made dist a top level command. | Jussi Pakkanen | 1 | -1/+3 |
2019-04-29 | Fix builtin variable names | Daniel Mensinger | 1 | -15/+15 |
2019-04-25 | Don't use len() to test for container emptiness | Dylan Baker | 1 | -1/+1 |
2019-04-23 | Don't use mutable types as default arguments | Dylan Baker | 1 | -1/+2 |
2019-04-21 | Can run argument strings with internal Python. Closes #5217. | Jussi Pakkanen | 1 | -3/+7 |
2019-03-04 | Merge pull request #2601 from 1ace/feature/completion | Jussi Pakkanen | 1 | -0/+2 |
2019-03-04 | rewriter: Remove command alias | Daniel Mensinger | 1 | -1/+1 |
2019-03-04 | rewriter: make flake8 happy | Daniel Mensinger | 1 | -1/+1 |
2019-03-04 | better formating of the help output | Daniel Mensinger | 1 | -7/+12 |
2019-02-20 | add note to keep completion scripts updated | Eric Engestrom | 1 | -0/+2 |
2019-02-18 | runpython: insert script's dir into import path | Andrei Alexeyev | 1 | -0/+1 |
2019-01-29 | pep8 py37 | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-01-17 | Merge pull request #4719 from ocrete/fix-posix-lang | Jussi Pakkanen | 1 | -0/+17 |
2019-01-15 | mesonmain: Force to output UTF-8 even when the locale isn't | Olivier CrĂȘte | 1 | -0/+17 |
2019-01-07 | Add new meson.py unstable-coredata subcommand. | Martin Hostettler | 1 | -1/+3 |
2018-12-02 | Add 'meson subprojects update' command | Xavier Claessens | 1 | -1/+3 |
2018-10-04 | Hide 'rewrite' and 'runpython' commands from help | Xavier Claessens | 1 | -6/+22 |
2018-10-04 | Use a single ArgumentParser for all subcommands | Xavier Claessens | 1 | -51/+88 |
2018-10-04 | Simplify run_script_command() | Xavier Claessens | 1 | -64/+24 |
2018-10-04 | Move setup command handling to its own msetup.py file | Xavier Claessens | 1 | -228/+28 |
2018-10-04 | Move set_meson_command() to mesonlib | Xavier Claessens | 1 | -16/+1 |
2018-09-24 | Return code 0 when builddir is already configured | Xavier Claessens | 1 | -1/+1 |
2018-09-05 | mesonmain: Add --reconfigure argument | Xavier Claessens | 1 | -17/+23 |
2018-09-05 | mesonmain: Move builddir/sourcedir handling code inside MesonApp | Xavier Claessens | 1 | -14/+14 |
2018-09-04 | Add --fatal-meson-warnings command line option | Xavier Claessens | 1 | -1/+3 |
2018-08-29 | Merge pull request #4016 from thiblahute/hotdoc | Jussi Pakkanen | 1 | -0/+3 |
2018-08-28 | modules: Add an 'hotdoc' module | Thibault Saunier | 1 | -0/+3 |
2018-08-22 | Set wrap_mode to None by default to know if user passed a value | Xavier Claessens | 1 | -1/+1 |
2018-08-22 | mesonmain: Use MesonException instead of RuntimeError in MesonApp init | Xavier Claessens | 1 | -5/+5 |