..
ast
pylint: enable unnecessary-comprehension
2022-10-03 00:14:43 -04:00
backend
vs backend: Add support for CompileTarget
2022-10-23 12:21:46 +02:00
cmake
pylint: enable use-a-generator
2022-10-04 00:33:04 -04:00
compilers
nasm: Harcode default path on Windows
2022-10-24 11:06:57 +02:00
dependencies
Fix some wording in a JNISystemDependency comment
2022-10-09 16:47:47 +03:00
interpreter
Accept disablers in summary values
2022-10-24 11:17:18 +02:00
interpreterbase
add option to typed_kwargs that allows unknown kwargs through
2022-10-24 15:16:02 +03:00
linkers
Add b_thinlto_cache for automatically configuring incremental ThinLTO
2022-10-13 04:18:13 -04:00
modules
hotdoc module: add partially typed kwargs
2022-10-24 15:16:02 +03:00
scripts
Add yasm as fallback for nasm language
2022-10-24 11:06:57 +02:00
templates
flake8: fix indentation style
2022-01-27 10:48:01 -08:00
utils
Move classes used by scripts to their own module
2022-09-28 19:36:13 -04: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
Add NASM compiler
2022-10-24 11:06:57 +02:00
coredata.py
compilers: Add optimization=plain option
2022-10-09 14:43:18 +03: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
pylint: enable consider-using-in
2022-09-19 20:57:52 -04:00
mcompile.py
mcompile: Remove useless sleep
2022-09-12 13:50:11 -04:00
mconf.py
mconf: Do not print None for empty choices
2022-09-27 11:15:51 -04:00
mdevenv.py
mdevenv: powershell <7.0 is EOL, prefer using pwsh.exe
2022-09-21 18:32:51 -04:00
mdist.py
flake8: remove no longer used imports
2022-06-10 09:15:48 -04: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
Move classes used by scripts to their own module
2022-09-28 19:36:13 -04:00
minit.py
minit: refuse to allow creating broken projects
2022-05-05 20:07:44 -04:00
minstall.py
minstall: handle extra error for selinuxenabled
2022-09-07 08:46:50 -04: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
avoid importing the entire codebase at first startup
2022-09-19 15:19:00 -04:00
msubprojects.py
msubprojects: Fix issues when updating all wraps
2022-10-21 17:35:26 +03:00
mtest.py
mtest: implement a maxfail option
2022-09-23 16:10:32 -04: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