index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
mesonmain.py
Age
Commit message (
Expand
)
Author
2025-10-17
options: Fix long/short option mixture detection
Tobias Stoeckmann
2025-04-18
fix prefix computation in validate_original_args
Paolo Bonzini
2025-03-26
select the correct meson_command for pyinstaller builds, even on not-Windows
Eli Schwartz
2025-03-05
options: split UserOption -> Argparse conversion out of BuiltinOption
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2024-10-01
Add a simple reproducibility test command.
Jussi Pakkanen
2024-09-15
When configuring fails in Github Actions, print folded logs
Eli Schwartz
2024-06-23
Suggest mingw Python URL instead of specific package names
Tristan Partin
2024-04-08
meson format command
Charles Brunet
2024-02-12
add type annotations to mesonmain
Eli Schwartz
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-03-28
do not resolve symlinks when calculating the meson command
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-30
runpython: make it work for -c as well
Eli Schwartz
2023-01-04
add a hidden environment variable to make Meson complain hard on deprecations
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-03
python 3.11: suppress an incorrect EncodingWarning
Eli Schwartz
2022-09-28
Move classes used by scripts to their own module
Xavier Claessens
2022-09-22
clean up message for OSError errorhandler
Eli Schwartz
2022-09-22
fix regression in logging runpython errors
Eli Schwartz
2022-09-22
refactor errorhandler for deduplication of logic
Eli Schwartz
2022-09-22
fix regression in handling errors during reconfigure
Eli Schwartz
2022-09-19
avoid importing the entire codebase at first startup
Eli Schwartz
2022-08-16
fixup! deprecate running "meson builddir" without setup subcommand
Eli Schwartz
2022-08-16
deprecate running "meson builddir" without setup subcommand
Eli Schwartz
2022-07-31
handle OSError exception in run function
Omer Pereg
2022-07-17
Resolve KeyError while executing help command with unknown param
Prathamesh
2022-06-22
Move python version check as first thing
Xavier Claessens
2022-04-14
pyupgrade --py37-plus
Eli Schwartz
2022-04-01
main: Make the msys/python check work again, in some cases
Christoph Reiter
2022-03-29
Correctly handle --version argument to runpython
Elliott Sales de Andrade
2022-03-29
runpython: support --version
Eli Schwartz
2022-03-09
Add new env2mfile command.
Jussi Pakkanen
2022-03-08
Revert "Add new env2cross command."
Eli Schwartz
2022-03-08
Add new env2cross command.
Jussi Pakkanen
2022-03-01
use a more sane check instead of run_custom_lint
Eli Schwartz
2022-02-15
fine-tune the logic for reporting context on tracebacks
Eli Schwartz
2022-01-27
do not report context on python traceback, for PermissionError
Eli Schwartz
2022-01-10
bump minimum required version of python to 3.7
Eli Schwartz
2022-01-10
add pending deprecation notice for python 3.6
Eli Schwartz
2021-11-29
report the context, if possible, on python tracebacks
Eli Schwartz
2021-10-10
Add --vsenv command line option and active VS only when needed
Xavier Claessens
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-03
fix bat_info UTF-8 string error
xth
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-29
pathlib: Patch pathlib to work around some bugs (fixes #7295)
Daniel Mensinger
2021-06-09
typing: Fully annotate run_project_tests.py
Daniel Mensinger
2021-05-28
vsenv: Recommend using "meson compile" wrapper
Xavier Claessens
2021-05-28
Remove `Microsoft.VisualStudio.Workload.WDExpress`
Naveen M K
2021-05-28
Find Visual Studio Build Tools 2019
Naveen M K
[next]