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