summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2021-10-04various python neatness cleanupsEli Schwartz
2021-10-04Merge pull request #8960 from mensinda/yamlDocJussi Pakkanen
2021-10-04interpreter: improve the error message about install_modeZbigniew Jędrzejewski-Szmek
2021-10-03fix typo in error message breaking newline escapeEli Schwartz
2021-10-03modules/i18n: fix gettext use of --datadirs paramDan Streetman
2021-10-03cmake module: if cmake cannot be found, do not tracebackEli Schwartz
2021-10-03docs: Fixes found during the YAML conversion processDaniel Mensinger
2021-10-03docs: Hook up the new RefMan generator to MesonDaniel Mensinger
2021-10-02Improve linker detection failure error message.Jussi Pakkanen
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker
2021-09-30modules/i18n: Fix remaining mypy spotted issuesDylan Baker
2021-09-30modules/i18n: use typed_kwargs for gettextDylan Baker
2021-09-30modules/i18n: Use typed_kwargs for merge_fileDylan Baker
2021-09-30modules/i18n: use typed_pos_argsDylan Baker
2021-09-30interpreter: move some of CustomTarget's args to type_checkingDylan Baker
2021-09-30modules/i18n: add easy type annotationsDylan Baker
2021-09-30modules/i18n: sort and clean up importsDylan Baker
2021-09-30modules: make ReturnValue.new_objects covariantDylan Baker
2021-09-30dependency: Allow searching for multiple namesXavier Claessens
2021-09-30interpreter: Use typed_kwargs for func_custom_targetDylan Baker
2021-09-30build: Prepare CustomTarget.process_kwargs to co-existDylan Baker
2021-09-30build: Allow `Dict[OptionKey, str` in parse_overridesDylan Baker
2021-09-30interpreter: Allow FileMode to be passed to _get_kwarg_install_modeDylan Baker
2021-09-30interpreter: move command kwarg to type_checkingDylan Baker
2021-09-30interpreter/type_checking: Add DEPEND_FILES_KWDylan Baker
2021-09-30interpreter: move KwargInfo('depends') to type_checkingDylan Baker
2021-09-30interpreter: DEPFILE_KW should be Optional[str]Dylan Baker
2021-09-30interpreter: remove duplicate permittedKwargsDylan Baker
2021-09-30interpreter: move DEPFILE_KW to type_checkingtDylan Baker
2021-09-30build: Use isinstance(other, Target) instead of hasattrDylan Baker
2021-09-30build: Add type annotations to AliasTargetDylan Baker
2021-09-30interpreter: use typed_kwargs on func_run_targetDylan Baker
2021-09-30build: drop unnecissary method from RunTargetDylan Baker
2021-09-30build: Fully annotate RunTargetDylan Baker
2021-09-30build: Add full type annotations to CommandBaseDylan Baker
2021-09-30build: add forward delcarations to CommandBase classDylan Baker
2021-09-30build: Add a couple of obvious annotations to RunTargetDylan Baker
2021-09-30interpreterbase/decorators: KwargIfno validator must take an relaxed typeDylan Baker
2021-09-30Make custom_target() name argument optionalXavier Claessens
2021-09-29Fix mypy errorsmakise-homura
2021-09-29compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura
2021-09-29compilers: Select correct clang on e2k for C++ and ObjC++makise-homura
2021-09-29compilers: There is clang for e2k (elbrus) platform finallymakise-homura
2021-09-29compilers/elbrus: Support prelinking with lcc correctlymakise-homura
2021-09-29compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura
2021-09-29external-project: variables must be dict not listXavier Claessens
2021-09-29Revert "mtest: fix test output issues (in console)"Paolo Bonzini
2021-09-29modules: python: better handling of the Python paths for DebianFilipe Laíns
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen
2021-09-26fix message function accepting bools and casting to stringEli Schwartz