5193 Commits (95c3fee47d75ef493865b3ffbcea7989ef246287)

Author SHA1 Message Date
Xavier Claessens 41aefd2145 wrap: Abort if multiple wraps provide the same dep or program 4 years ago
Xavier Claessens 13316f99fe wrap: Refactor to split wraps dictionary into 3 separate dicts 4 years ago
Xavier Claessens fba796cf13 Fix typo: coma->comma 4 years ago
Xavier Claessens f08eed37cb find_program: Fallback if a wrap file provide the program name 4 years ago
Xavier Claessens 288d1ae5a5 wrap: Do not fallback implicitly on optional dependency 4 years ago
Xavier Claessens 71804e56eb wrap: Add special 'dependency_names' key in [provide] section 4 years ago
Xavier Claessens 2a7f72885f wrap: Add 'provide' section 4 years ago
Xavier Claessens 56c9e95b04 Implicit dependency fallback when a subproject wrap or dir exists 4 years ago
georgev93 5acd8acd51 Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.py, as well as enclose everything in a run() function so it can be called by `meson --internal cmake_run_ctgt ...`. Also, include mesonbuild/cmake/data/ in the msi package. 4 years ago
Xavier Claessens 4a371c97f4 wrap: Apply patch even in VCS cases 4 years ago
Xavier Claessens 1c8731a100 envconfig: Add [constants] section in machine files 4 years ago
TheQwertiest 5696a5abba Added ability to specify target in `meson compile` 4 years ago
TheQwertiest 4d0233540f Added ability to pass arguments to backend in `meson compile` 4 years ago
Eli Schwartz 33167d40a2 wrap: add user agent when downloading files 4 years ago
Xavier Claessens d0f468fef1 pkgconfig: Add missing cflags in uninstalled files 4 years ago
Alan Coopersmith 28d1bb9016 SolarisDynamicLinker: add get_asneeded_args() & get_pie_args() 4 years ago
Alan Coopersmith 45793b6ee2 symbolextractor: Add support for Solaris 4 years ago
Dylan Baker d42cd735a4 arglist: Fix remaining mypy errors and warnings 4 years ago
Dylan Baker 4f6bd29ac9 arglist: Split the C/C++ specifics parts into a subclass for CLike 4 years ago
Dylan Baker 93c3ec7e2d compilers: Return CompilerArgs from compiler instance 4 years ago
Dylan Baker 9d0ad66c29 compilers: Split CompilerArgs into a separate module 4 years ago
Dylan Baker 386721f7fd compilers: Add missing annotations to CompilerArgs class 4 years ago
Dylan Baker b887212bee compilers: Use enum for for deupdlication returns in CompilerArgs 4 years ago
Igor Raits d6c6b933c4 mcompile: Add --verbose mode 4 years ago
Xavier Claessens e353b2e8d4 wrap: Add patch_directory support 4 years ago
Tim-Philipp Müller 246e5437aa compiler: add 'force_align_arg_pointer' function attribute 4 years ago
Michael Brockus 52a36a5521
update meson init info message. [skip ci] 4 years ago
Dylan Baker b384f82b9a envconfig: Add support SuperH SH-4 4 years ago
Xavier Claessens e191cbf6e9 mconf: Fix regression when printing all options 4 years ago
Cary Converse a198e5d191 coverage: llvm-cov support 4 years ago
Xavier Claessens 07d2331d23 interpreter: Allow dependecy or subproject name in force_fallback_for 4 years ago
Xavier Claessens 4180f04433 interpreter: Avoid new feature warning when using old has_exe_wrapper() 4 years ago
Mathieu Duponchelle 20709af4d2 interpreter: add support for --force-fallback-for 4 years ago
Xavier Claessens f40e1567f5 Update mesonbuild/modules/gnome.py 4 years ago
Xavier Claessens 2ebda584ad Update mesonbuild/modules/gnome.py 4 years ago
Xavier Claessens 0b4cf5a844 gnome: Add fatal_warnings kwarg to generate_gir() 4 years ago
Michael Hirsch 0b9e8e39dd environment: fallback regex for versions like 2020.01 4 years ago
Vili Väinölä 8905a637be Add exception handling to be also written to the VS project xml 4 years ago
Nirbheek Chauhan eab0e5a8b3 windows: Canonicalize `:` in filenames 4 years ago
Vili Väinölä 977dc4d19f Use cmake args also when calling get_cmake_info 4 years ago
Daniel Mensinger 6c56478ee1 cmake: fix definitions with interface libraries (fixes #7299) 4 years ago
Jon Turney 9f0e75bb40 Also adjust PATH in gtkdochelper for Cygwin 4 years ago
Jon Turney b91355a29b Include the dep itself in extra_paths for Windows 4 years ago
Jon Turney 1b7855c36d Handle multiple substitutions in eval_custom_target_command() 4 years ago
Daniel Mensinger edcddb3a28 cmake: Fix handling of path seperators (fixes #7294) 4 years ago
Nirbheek Chauhan ec1bd22b15 mdist: Filter out buildtype to avoid warning 4 years ago
Dylan Baker 36d4ccaf80 dependencies: Add a couple of type annotations 4 years ago
Dylan Baker f5bd3254e9 dependencies: Don't allow using the default binary for host on cross compiles 4 years ago
Dylan Baker 18d8dbd3bd dependencies: Don't try to find a binary by "default_path" when cross compiling 4 years ago
Dylan Baker 01e0cc6735 cmake: Use shared find_external_program instead of open coding 4 years ago