.. |
ast
|
Add new debug() function
|
2022-03-30 06:57:30 -04:00 |
backend
|
allow RunTarget to skip wrapping due to env
|
2022-03-31 22:52:31 -04:00 |
cmake
|
cmake: Better error message when configuring a CMake subproject fails.
|
2022-04-03 12:04:21 -04:00 |
compilers
|
Merge pull request #9989 from ePirat/epirat-fix-uscore-prefix-detection
|
2022-03-31 16:26:22 +03:00 |
dependencies
|
cmake: Always use all compilers for LLVM (fixes #10249)
|
2022-04-12 18:25:38 -04:00 |
interpreter
|
Revert "wayland: Also lookup scanner in pkgconfig"
|
2022-04-07 23:44:34 -04:00 |
interpreterbase
|
move a bunch of imports into TYPE_CHECKING blocks
|
2022-03-07 19:09:50 -05:00 |
linkers
|
move a bunch of imports into TYPE_CHECKING blocks
|
2022-03-07 19:09:50 -05:00 |
mesonlib
|
OptionOverrideProxy: Handle per-subproject options
|
2022-03-22 17:20:48 -04:00 |
modules
|
python module: windows dll name for pypy needs special casing
|
2022-04-12 06:58:04 -04:00 |
scripts
|
move a bunch of imports into TYPE_CHECKING blocks
|
2022-03-29 16:44:54 -04:00 |
templates
|
flake8: fix indentation style
|
2022-01-27 10:48:01 -08:00 |
wrap
|
wrap: implement allow-insecure for 'meson wrap'
|
2022-03-27 18:57:07 -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
|
fix various flake8 whitespace errors
|
2021-10-27 09:51:52 -04:00 |
arglist.py
|
Fix typos discovered by codespell
|
2021-10-10 16:12:25 -04:00 |
build.py
|
allow RunTarget to skip wrapping due to env
|
2022-03-31 22:52:31 -04:00 |
coredata.py
|
coredata: Do not forget subproject's default_options
|
2022-03-22 17:20:48 -04:00 |
depfile.py
|
depfile: type annotate
|
2022-01-10 23:06:20 -05:00 |
envconfig.py
|
envconfig: use $PKG_CONFIG for pkg-config find_program as well as pkgconfig
|
2022-03-22 15:15:29 +02:00 |
environment.py
|
merge various TYPE_CHECKING blocks into one
|
2022-03-07 19:01:04 -05:00 |
mcompile.py
|
mcompile: fix broken codepaths and restore orphaned code
|
2022-01-26 14:49:38 -05:00 |
mconf.py
|
fix various flake8 whitespace errors
|
2021-10-27 09:51:52 -04:00 |
mdevenv.py
|
devenv: Add --dump option
|
2022-02-28 09:03:27 -05:00 |
mdist.py
|
mdist: use better approach to finding original configured options
|
2022-04-11 14:10:59 -04:00 |
mesondata.py
|
port from embedded data to importlib.resources
|
2022-01-10 18:36:57 -05:00 |
mesonmain.py
|
main: Make the msys/python check work again, in some cases
|
2022-04-01 13:15:33 -04:00 |
minit.py
|
Add vala template
|
2021-11-16 22:25:14 -05:00 |
minstall.py
|
install_symlink: Handle $DESTDIR case for links with absolute path
|
2022-03-24 15:26:12 -04:00 |
mintro.py
|
OptionOverrideProxy: Make it immutable to avoid copies
|
2022-03-22 17:20:48 -04:00 |
mlog.py
|
treewide: string-quote the first argument to T.cast
|
2022-03-07 19:01:04 -05:00 |
mparser.py
|
fix malformed warning to print the way it was meant to print
|
2022-02-16 23:00:28 -05:00 |
msetup.py
|
Add API for modules that wants to define their devenv
|
2022-02-28 09:03:27 -05:00 |
msubprojects.py
|
wrap: implement allow-insecure for 'meson wrap'
|
2022-03-27 18:57:07 -04:00 |
mtest.py
|
mtest: fix logic bug that broke tests where the cmd is a Windows found program
|
2022-03-14 01:48:16 +02:00 |
munstable_coredata.py
|
fix coding errors in unstable-coredata subcommand
|
2021-08-22 13:56:41 +03:00 |
optinterpreter.py
|
OptionOverrideProxy: Make it immutable to avoid copies
|
2022-03-22 17:20:48 -04:00 |
programs.py
|
interpreter: use typed_kwargs for run_command
|
2021-11-29 18:12:33 -08:00 |
rewriter.py
|
rewriter: create {add,rm}_extra_files commands
|
2021-12-15 21:21:29 +01:00 |