meson/mesonbuild
Paolo Bonzini eca9d81eb4 linkers: fix Apple ld -install_name with custom suffix
Use the custom suffix instead of .dylib, so that executables that are linked to
a custom-suffix library can be ran from the build tree.

Fixes: #14470
2025-04-13 14:26:58 +03:00
..
ast coredata: delete set_default_options 2025-04-08 10:00:16 -07:00
backend Move get_rsp_threshold function to mesonlib 2025-04-09 18:41:00 +03:00
cargo rust: add warning_level=0 to downloaded Cargo subprojects 2025-01-08 12:07:31 +02:00
cmake cmake/interpreter: Don't add __CMake_build to includes 2025-04-05 22:37:52 +03:00
compilers interpreter: Error if java sources used with non-jar target (#14424) 2025-04-09 09:13:39 -07:00
dependencies modules/gnome, modules/Python: Allow injecting RPATH flags through LDFLAGS if needed 2025-04-09 18:09:57 +05:30
interpreter interpreter: Error if java sources used with non-jar target (#14424) 2025-04-09 09:13:39 -07:00
interpreterbase coredata: move update_project_options to the optstore 2025-04-08 10:00:16 -07:00
linkers linkers: fix Apple ld -install_name with custom suffix 2025-04-13 14:26:58 +03:00
modules New xgettext method for i18n module 2025-04-09 18:41:00 +03:00
scripts backend/ninja: use a two step process for dependency scanning 2025-04-03 12:27:07 -07:00
templates templates: Fix style by adding space after if 2025-04-04 15:13:44 -04:00
utils Move get_rsp_threshold function to mesonlib 2025-04-09 18:41:00 +03:00
wrap Fix wrap.py to avoid following symlinks 2025-01-06 21:58:11 +02:00
__init__.py
_pathlib.py
_typing.py
arglist.py arglist: post is only appended to, make it a list 2025-03-01 16:40:58 +02:00
build.py fixes for mypy 2025-04-09 18:41:00 +03:00
coredata.py coredata: delete set_default_options 2025-04-08 10:00:16 -07:00
depfile.py
envconfig.py envconfig: fix unhandled exception when cross-file lacks required keys 2025-03-26 16:08:59 -04:00
environment.py environment: build_dir is allowed to be None in the initializer 2025-04-03 12:27:07 -07:00
machinefile.py machinefile: ensure that arrays are single deep arrays for strings 2025-03-01 13:30:06 +02:00
mcompile.py coredata: replace get_option with optstore.get_value_for 2025-03-10 14:14:25 -04:00
mconf.py coredata: move update_project_options to the optstore 2025-04-08 10:00:16 -07:00
mdevenv.py coredata: replace get_option with optstore.get_value_for 2025-03-10 14:14:25 -04:00
mdist.py coredata: replace get_option with optstore.get_value_for 2025-03-10 14:14:25 -04:00
mesondata.py
mesonlib.py
mesonmain.py select the correct meson_command for pyinstaller builds, even on not-Windows 2025-03-26 16:09:37 -04:00
mformat.py mformat: try to detect meson.format in source files' parent directories 2025-01-31 08:53:35 -08:00
minit.py coredata: replace get_option with optstore.get_value_for 2025-03-10 14:14:25 -04:00
minstall.py coredata: replace get_option with optstore.get_value_for 2025-03-10 14:14:25 -04:00
mintro.py coredata: move MutableKeyedOptionDict to options 2025-04-08 10:00:16 -07:00
mlog.py
mparser.py Fix typos in comments 2025-03-08 08:09:58 -08:00
msetup.py options: we need to skip build options for machine files as well 2025-04-02 23:02:17 +03:00
msubprojects.py Check for uppercase 'head' when updating subprojects 2024-11-06 18:03:26 +02:00
mtest.py mtest: refactor get_wrapper slightly 2025-04-02 23:50:38 +03:00
munstable_coredata.py coredata: replace get_option with optstore.get_value_for 2025-03-10 14:14:25 -04:00
optinterpreter.py coredata: move MutableKeyedOptionDict to options 2025-04-08 10:00:16 -07:00
options.py options: always look up root-project options in self.options 2025-04-09 16:32:20 +03:00
programs.py programs: fix regex to match multi-digit major version 2025-01-08 13:45:40 -05:00
rewriter.py