meson/mesonbuild
Peter Hutterer 1bb29b1b32 minstall: move the "Installing foo to bar" message up
Move this message up before we attempt to change anything in the file
system (in this case creating the directory structure).
If an error occurs it will thus occur immediately after the message,
allowing us to debug what failed to install.
2023-08-24 21:29:10 -04:00
..
ast treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
backend ninja backend: fix the automatic restat of outputs when reconfiguring 2023-08-18 07:57:32 -04:00
cargo move various bits of type-checking only code to TYPE_CHECKING blocks 2023-07-19 18:31:37 -04:00
cmake treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
compilers compilers: fix checks handling of internal dependencies 2023-08-22 09:40:30 -04:00
dependencies Use `cudart_static` by default in dependency('cuda') 2023-08-23 18:39:30 -04:00
interpreter find_program: Fallback if version mismatch 2023-08-24 18:51:13 -04:00
interpreterbase treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
linkers treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
modules find_program: Fallback if version mismatch 2023-08-24 18:51:13 -04:00
scripts Python: Add 'limited_api' kwarg to extension_module 2023-08-14 20:02:09 -04:00
templates templates: use common classes for remaining languages 2023-07-25 15:50:21 -04:00
utils Suggest using --reconfigure only when not already using it 2023-08-24 19:09:20 -04:00
wrap treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -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 treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
build.py build: Simplify import_filename handling 2023-08-24 18:50:12 -04:00
coredata.py Suggest using --reconfigure only when not already using it 2023-08-24 19:09:20 -04:00
depfile.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
envconfig.py treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
environment.py Suggest using --reconfigure only when not already using it 2023-08-24 19:09:20 -04:00
mcompile.py treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
mconf.py fix implicit_reexport issues and enforce them going forward 2023-07-19 18:31:37 -04:00
mdevenv.py fix implicit_reexport issues and enforce them going forward 2023-07-19 18:31:37 -04:00
mdist.py fully type mdist.py 2023-06-25 10:08:15 -04:00
mesondata.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
mesonlib.py Move classes used by scripts to their own module 2022-09-28 19:36:13 -04:00
mesonmain.py do not resolve symlinks when calculating the meson command 2023-03-28 15:29:52 +03:00
minit.py templates: fix typo in function name `sameple` -> `sample` 2023-07-25 15:50:21 -04:00
minstall.py minstall: move the "Installing foo to bar" message up 2023-08-24 21:29:10 -04:00
mintro.py treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
mlog.py treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
mparser.py treewide: automatic rewriting of all comment-style type annotations 2023-08-11 13:41:03 -04:00
msetup.py fix a few miscellaneous implicit-optional typing issues 2023-07-24 14:25:33 -04:00
msubprojects.py move various bits of type-checking only code to TYPE_CHECKING blocks 2023-07-19 18:31:37 -04:00
mtest.py Remove XML filter from testlog.{json,txt} and std streams 2023-08-17 17:31:30 -04:00
munstable_coredata.py simplify instantiation of builtin type using builtins instead of functions 2023-02-01 17:01:30 -05:00
optinterpreter.py typed_kwargs: Extend since_values and deprecated_values for types 2023-03-04 14:19:27 -05:00
programs.py run_command: Remove useless node argument 2023-08-03 15:42:13 -04:00
rewriter.py fix various spelling issues 2023-04-11 19:21:05 -04:00