summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-30Fix typosChristian Clauss
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-29pkgconfig: pkg-configs version<0.29.1 escape variables incorrectlymakise-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-29unittests: Make qt test work if multiple versions of qt installedmakise-homura
2021-09-29external-project: variables must be dict not listXavier Claessens
2021-09-30doc: document string.strip() optional argument [skip ci]Stone Tickle
2021-09-30syntax-highlighting: vim: set b:undo_indentDoug Kearns
2021-09-29Revert "mtest: fix test output issues (in console)"Paolo Bonzini
2021-09-29tests/rust: add libm to fix build with rust 1.55Dominique Leuenberger
2021-09-29tests: take into account Debian Python pathsFilipe Laíns
2021-09-29modules: python: better handling of the Python paths for DebianFilipe Laíns
2021-09-29CODEOWNERS: add myself as "meson test" ownerPaolo Bonzini
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen
2021-09-27fix test case instances where undefined message(true) occurredEli Schwartz
2021-09-26fix message function accepting bools and casting to stringEli Schwartz
2021-09-25unittests: Make test_prelinking work on SolarisAlan Coopersmith
2021-09-25dependencies: Add JDK system dependency for SolarisAlan Coopersmith
2021-09-25Merge pull request #8773 from dcbaker/submit/rustc-enhancements-clippyJussi Pakkanen
2021-09-25interpreter: Add FeatureNew checkDaniel Mensinger
2021-09-25Remove helpers.check_stringlist()Daniel Mensinger
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger
2021-09-25mtest: fix test output issues (in console)Hemmo Nieminen