summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-03docs: Use a custom hotdoc extension for links to RefManDaniel Mensinger
2021-10-03docs: Remove the old Reference manualDaniel Mensinger
2021-10-03docs: Fixes found during the YAML conversion processDaniel Mensinger
2021-10-03docs: Fix the GitHub actionDaniel Mensinger
2021-10-03docs: Hook up the new RefMan generator to MesonDaniel Mensinger
2021-10-03docs: Added Markdown generatorDaniel Mensinger
2021-10-03docs: Added pickle generatorDaniel Mensinger
2021-10-03docs: Add the YAML Reference manualDaniel Mensinger
2021-10-03docs: Initial reference manual generatorDaniel 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-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