summaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)Author
2024-05-19pylint: fix false positive for variable defined in different copies of condit...Eli Schwartz
2024-05-19Pass wrapmode value around as a string. (#13229)Jussi Pakkanen
2024-04-23Pass --quiet to glib-genmarshalTristan Partin
2024-04-22add an error message for targets that are not dependenciesMomtchil Momtchev
2024-04-09modules: rename qt.py -> _qt.pyDylan Baker
2024-04-08gnome: Fix indentation of mkenums_simple generated codeMatthijs Velsink
2024-03-18cmake: fix incorrect decorator for append_link_argsStephan Lachnit
2024-03-15wayland: Stable protocols can have a versionXavier Claessens
2024-03-10fix reconfigure subproject base optionsCharles Brunet
2024-02-26modules/rust: Fix New Version check that was not updatedDylan Baker
2024-02-26interpreter: Dependency variables can be empty stringXavier Claessens
2024-02-24Add support for BuildTargetTypes to various fs module functionsTristan Partin
2024-02-24Correct fs.read function name in exception messageTristan Partin
2024-02-24Fix fs module FeatureNew prefixes to match the function nameTristan Partin
2024-02-24Fix bad escape character in doc commentTristan Partin
2024-02-24meson/rust: wrap `bindgen`s `wrap-static-fns` functionalityKarol Herbst
2024-02-23Alphabetize the fs module methods dictTristan Partin
2024-02-23Add location nodes to FeatureNews in the fs moduleTristan Partin
2024-02-23modules/rust: allow setting a version constraint on bindgenDylan Baker
2024-02-23modules: fix find_program.wantedDylan Baker
2024-02-23modules/rust: inject a C/C++ standard for bindgenDylan Baker
2024-02-23modules/rust: Allow explicitly setting the language to bindDylan Baker
2024-02-23rust/bindgen: Use Meson rules for C++ headersDylan Baker
2024-02-22modules/i18n: CustomTargets must have `install_dir` if installingDylan Baker
2024-02-19Fix KeyError in Python moduleCharles Brunet
2024-02-12cuda module: fully type annotateEli Schwartz
2024-02-12cuda module: use typed_pos_args for most methodsEli Schwartz
2024-02-12cuda module: inline single-shot function to get compiler versionEli Schwartz
2024-02-12cuda module: fix type signature for oneshot functionEli Schwartz
2024-02-12cuda module: use typed_kwargsEli Schwartz
2024-02-12dlang module: simplify dependency handling with DRYEli Schwartz
2024-02-12qt: add preserve_paths keyword to functionsCharles Brunet
2024-02-08find_tool: fix error message interpolationOle André Vadla Ravnås
2024-01-30rust: Add `--extern proc_macro` in `rust.proc_macro() not in cargo translationDylan Baker
2024-01-25modules/fs: use ModuleState object instead of Interpreter when possibleDylan Baker
2024-01-25modules/sourceset: remove unused attributes from SourceSetImplDylan Baker
2024-01-11Vala: fixes to gresource handling (#12418)Valeri
2023-12-22modules: get rid of the .*machine variablesDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-08external_project.py: fix --host valueStas Sergeev
2023-11-22Make the Requires.private line in generated .pkgconfig files reproducibleChris Lamb
2023-11-05gnome module: fix invalid find_tool variable contents causing crashEli Schwartz
2023-10-28simd module: fix regression that broke using only some simd variantsEli Schwartz
2023-10-26i18n module: Invoke itstool with the full command lineChun-wei Fan
2023-10-20modules/rust: remove missed cargs.extend()Dylan Baker
2023-10-17interpreter: use typed_kwargs for build_target.gnu_symbol_visibilityDylan Baker
2023-10-17interpreter: use typed_kwargs for build_target.nativeDylan Baker
2023-10-17modules/rust: only use include and define args from global/project argsDylan Baker
2023-10-16modules/rust: remove rust_crate_type for test() methodDylan Baker
2023-10-16compilers/d: use DFeatures for get_features_argsDylan Baker