meson/mesonbuild
Eli Schwartz 50f35039e7
devenv: avoid overwriting internal variables of the global argparse
We already use options.command for the subcommand in use, in this case
devenv. We cannot reuse that variable name for the list of words to
execute inside the devenv.
2022-11-30 15:40:31 -05:00
..
ast pylint: enable unnecessary-comprehension 2022-10-03 00:14:43 -04:00
backend tests: Write out LD_LIBRARY_PATH for built shared libraries 2022-11-30 11:44:47 -08:00
cmake pylint: enable the bad_builtin checker 2022-11-29 23:26:05 -05:00
compilers Don't ignore documentation-related flags for D compilers 2022-11-29 01:45:23 +02:00
dependencies pylint: enable the bad_builtin checker 2022-11-29 23:26:05 -05:00
interpreter pylint: enable the bad_builtin checker 2022-11-29 23:26:05 -05:00
interpreterbase pylint: enable useless-return 2022-11-29 23:26:05 -05:00
linkers Fix various spelling errors 2022-11-24 15:17:23 -05:00
modules pylint: enable the bad_builtin checker 2022-11-29 23:26:05 -05:00
scripts pylint: enable simplifiable-if-statement 2022-11-30 07:01:22 -05:00
templates Fix a typo in the CUDA template 2022-11-17 10:25:29 -08:00
utils pylint: enable use-implicit-booleaness-not-comparison 2022-11-30 07:01:22 -05:00
wrap Make `meson wrap update` command update all wraps in parallel 2022-10-11 15:54:59 -04:00
__init__.py
_pathlib.py pathlib: Patch pathlib to work around some bugs (fixes #7295) 2021-06-29 11:28:08 +02:00
_typing.py typing: replace ImmutableSetProtocol with typing.AbstractSet 2022-06-08 23:19:09 +03:00
arglist.py pylint: enable unnecessary-dunder-call 2022-10-03 00:00:26 -04:00
build.py pylint: enable simplifiable-if-statement 2022-11-30 07:01:22 -05:00
coredata.py Add warning_level=everything 2022-11-27 16:50:48 -05:00
depfile.py pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00
envconfig.py Add NASM compiler 2022-10-24 11:06:57 +02:00
environment.py Fix various spelling errors 2022-11-24 15:17:23 -05:00
mcompile.py pylint: enable the bad_builtin checker 2022-11-29 23:26:05 -05:00
mconf.py mconf: Do not print None for empty choices 2022-09-27 11:15:51 -04:00
mdevenv.py devenv: avoid overwriting internal variables of the global argparse 2022-11-30 15:40:31 -05:00
mdist.py pylint: enable useless-return 2022-11-29 23:26:05 -05:00
mesondata.py port from embedded data to importlib.resources 2022-01-10 18:36:57 -05:00
mesonlib.py Move classes used by scripts to their own module 2022-09-28 19:36:13 -04:00
mesonmain.py python 3.11: suppress an incorrect EncodingWarning 2022-11-03 15:44:41 -04:00
minit.py pylint: enable the bad_builtin checker 2022-11-29 23:26:05 -05:00
minstall.py minstall: make do_strip run with -Sx for macOS targets 2022-11-01 17:56:18 +02:00
mintro.py pylint: enable global-statement 2022-09-22 18:17:43 -04:00
mlog.py mlog: Use less from git on Windows 2022-09-28 12:48:22 +03:00
mparser.py pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00
msetup.py pylint: enable used-before-assignment 2022-11-29 23:26:05 -05:00
msubprojects.py msubprojects: Fix issues when updating all wraps 2022-10-21 17:35:26 +03:00
mtest.py Handle freezing tests. Fixes #10752. 2022-11-21 16:44:24 +02:00
munstable_coredata.py fix coding errors in unstable-coredata subcommand 2021-08-22 13:56:41 +03:00
optinterpreter.py Allow deprecating an option for a new one 2022-04-21 14:18:29 -04:00
programs.py ExternalProgram: Make get_version() work without interpreter 2022-06-17 11:53:38 -04:00
rewriter.py pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00