meson/mesonbuild
Lens b1abda2b4b linkers/MinGW: Allow `efi_application` value for `win_subsystem`
Previously, any value other than `windows` or `console` caused an
exception. This change allows for `efi_application` to be passed as
the `win_subsystem` to MinGW based linkers.
2022-05-10 17:45:24 -04:00
..
ast interpreter: new function add_project_dependencies() 2022-05-03 02:00:29 -04:00
backend devenv: Set WINEPATH when cross compiling for Windows 2022-05-06 23:04:11 +03:00
cmake Fix generator expression list problems (fixes #10288) 2022-04-18 22:59:44 -04:00
compilers compilers/gnu: demote visibilty inlineshidden to hidden for unsupported compilers 2022-05-09 10:49:04 -04:00
dependencies dependencies/boost.py: ignore unknown files 2022-05-09 21:42:02 +02:00
interpreter add prefer_static built-in option 2022-05-03 23:03:56 -04:00
interpreterbase Add support for multiline f-strings 2022-05-01 12:47:37 -04:00
linkers linkers/MinGW: Allow `efi_application` value for `win_subsystem` 2022-05-10 17:45:24 -04:00
mesonlib add prefer_static built-in option 2022-05-03 23:03:56 -04:00
modules python module: default extensions to hidden symbol visibility 2022-05-09 10:49:04 -04:00
scripts coverage: be clever and detect config files for gcovr/lcov 2022-05-06 22:55:37 +03:00
templates flake8: fix indentation style 2022-01-27 10:48:01 -08:00
wrap Ignore detached head warning while cloning subprojects with tags 2022-04-30 22:44:21 +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 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 fix regression in reporting errors for invalid gnu_symbol_visibility 2022-05-08 14:43:29 -04:00
coredata.py add prefer_static built-in option 2022-05-03 23:03:56 -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 pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* env 2022-04-30 15:01:28 -04:00
mcompile.py mcompile: Print suggestions when target is ambigous 2022-05-01 23:56:38 +03:00
mconf.py mconf: Fix printing <inherited from main project> for yielding options 2022-04-13 21:10:32 +03:00
mdevenv.py devenv: Set WINEPATH when cross compiling for Windows 2022-05-06 23:04:11 +03: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 pyupgrade --py37-plus 2022-04-14 18:37:03 -04:00
minit.py minit: refuse to allow creating broken projects 2022-05-05 20:07:44 -04: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 Add support for multiline f-strings 2022-05-01 12:47:37 -04:00
msetup.py devenv: Use PkgConfigDependency.get_env() 2022-05-04 00:16:32 +03:00
msubprojects.py pyupgrade --py37-plus 2022-04-14 18:37:03 -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 Allow deprecating an option for a new one 2022-04-21 14:18:29 -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