meson/mesonbuild
Eli Schwartz e19e9ce6f1
interpreter: add a special class to track the lifecycle of get_option() strings
2022-08-22 11:46:34 -04:00
..
ast move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
backend build: Add a Union alias for all build targets 2022-08-18 21:57:36 -04:00
cmake Applied tristan957's suggestions 2022-07-18 13:46:26 +02:00
compilers linkers: Add a representation for the Apple AR Linker 2022-07-25 15:36:59 -07:00
dependencies dependencies: reject Qt6 pkg-config dependency if libexecdir is not known 2022-08-09 23:29:21 -04:00
interpreter interpreter: add a special class to track the lifecycle of get_option() strings 2022-08-22 11:46:34 -04:00
interpreterbase interpreterbase: fix type annotations for KwargInfo::since_values 2022-08-18 21:57:36 -04:00
linkers linkers: detection should invoke the linker with lang_link_args only 2022-08-07 23:28:48 +03:00
mesonlib CI: fix error when mixing clang 14 with released valgrind versions 2022-08-11 08:05:48 -07:00
modules modules/pkgconfig: make it a NewExtensionModule 2022-08-18 21:57:36 -04:00
scripts ninja depscanner: handle C++ sources named capital C 2022-07-25 16:59:41 -04:00
templates flake8: fix indentation style 2022-01-27 10:48:01 -08:00
wrap wrap: Fix diff_files not finding the patch to apply 2022-07-16 00:30:43 +03: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 Fix typos discovered by codespell 2021-10-10 16:12:25 -04:00
build.py fix up some message strings that don't include "setup" in the configure command 2022-08-22 00:23:14 -04:00
coredata.py Only reconfigure if configure options actually changed 2022-07-31 20:43:27 +03:00
depfile.py depfile: type annotate 2022-01-10 23:06:20 -05:00
envconfig.py cmake: Change assertion into a more useful error (fixes #9925) 2022-08-04 15:23:36 -04:00
environment.py dependencies: update llvm versions 2022-06-27 22:16:46 +03:00
mcompile.py mcompile: provide user visibility into what actually happens 2022-08-12 17:07:41 +03:00
mconf.py Only reconfigure if configure options actually changed 2022-07-31 20:43:27 +03:00
mdevenv.py devenv: Do not use relative WINEPATH 2022-06-17 11:53:38 -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
mesonmain.py fixup! deprecate running "meson builddir" without setup subcommand 2022-08-16 23:39:37 -04:00
minit.py minit: refuse to allow creating broken projects 2022-05-05 20:07:44 -04:00
minstall.py minstall: do not trample install_mode by rpath fixer 2022-08-18 07:57:51 -04:00
mintro.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
mlog.py mlog: add support for italic/emphasized text in AnsiText 2022-06-09 18:58:33 -04:00
mparser.py Add support for multiline f-strings 2022-05-01 12:47:37 -04:00
msetup.py fix up some message strings that don't include "setup" in the configure command 2022-08-22 00:23:14 -04:00
msubprojects.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
mtest.py mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributes 2022-08-12 21:16:07 +03: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 ast: rename module constant to match PEP8 style 2022-06-01 22:49:10 -04:00