aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-04coding style: don't format an empty string with another stringEli Schwartz1-1/+1
2021-10-04better error message for modules returning the wrong valueEli Schwartz1-1/+1
2021-10-04various python neatness cleanupsEli Schwartz16-27/+27
2021-10-04Merge pull request #8960 from mensinda/yamlDocJussi Pakkanen152-3097/+6918
2021-10-04Minor fixupsDaniel Mensinger6-9/+51
2021-10-04interpreter: improve the error message about install_modeZbigniew Jędrzejewski-Szmek1-12/+11
2021-10-03fix typo in error message breaking newline escapeEli Schwartz1-1/+1
2021-10-03modules/i18n: fix gettext use of --datadirs paramDan Streetman1-1/+1
2021-10-03cmake module: if cmake cannot be found, do not tracebackEli Schwartz1-0/+3
2021-10-03docs: Update YAML docs after rebaseDaniel Mensinger4-13/+59
2021-10-03docs: Add myself to CODEOWNERS for docs/refmanDaniel Mensinger1-0/+1
2021-10-03docs: Added new static docsDaniel Mensinger2-0/+11
2021-10-03docs: Fix mypyDaniel Mensinger4-3/+4
2021-10-03docs: added install_tag docsDaniel Mensinger6-18/+71
2021-10-03docs: added unset_variable()Daniel Mensinger1-0/+11
2021-10-03docs: Document documenting MesonDaniel Mensinger2-0/+191
2021-10-03docs: Fix broken linksDaniel Mensinger30-91/+74
2021-10-03docs: Use a custom hotdoc extension for links to RefManDaniel Mensinger7-77/+171
2021-10-03docs: Remove the old Reference manualDaniel Mensinger2-2997/+0
2021-10-03docs: Fixes found during the YAML conversion processDaniel Mensinger2-1/+5
2021-10-03docs: Fix the GitHub actionDaniel Mensinger1-2/+2
2021-10-03docs: Hook up the new RefMan generator to MesonDaniel Mensinger3-5/+27
2021-10-03docs: Added Markdown generatorDaniel Mensinger11-0/+662
2021-10-03docs: Added pickle generatorDaniel Mensinger2-1/+30
2021-10-03docs: Add the YAML Reference manualDaniel Mensinger92-0/+4885
2021-10-03docs: Initial reference manual generatorDaniel Mensinger9-1/+784
2021-10-02Improve linker detection failure error message.Jussi Pakkanen1-3/+5
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker5-1/+70
2021-09-30modules/i18n: Fix remaining mypy spotted issuesDylan Baker2-21/+33
2021-09-30modules/i18n: use typed_kwargs for gettextDylan Baker1-19/+50
2021-09-30modules/i18n: Use typed_kwargs for merge_fileDylan Baker1-26/+61
2021-09-30modules/i18n: use typed_pos_argsDylan Baker1-4/+6
2021-09-30interpreter: move some of CustomTarget's args to type_checkingDylan Baker2-32/+61
2021-09-30modules/i18n: add easy type annotationsDylan Baker1-7/+12
2021-09-30modules/i18n: sort and clean up importsDylan Baker1-5/+7
2021-09-30modules: make ReturnValue.new_objects covariantDylan Baker1-1/+1
2021-09-30dependency: Allow searching for multiple namesXavier Claessens5-3/+33
2021-09-30Fix typosChristian Clauss1-4/+4
2021-09-30interpreter: Use typed_kwargs for func_custom_targetDylan Baker7-49/+181
2021-09-30build: Prepare CustomTarget.process_kwargs to co-existDylan Baker1-19/+19
2021-09-30build: Allow `Dict[OptionKey, str` in parse_overridesDylan Baker1-1/+8
2021-09-30interpreter: Allow FileMode to be passed to _get_kwarg_install_modeDylan Baker1-0/+2
2021-09-30interpreter: move command kwarg to type_checkingDylan Baker2-8/+12
2021-09-30interpreter/type_checking: Add DEPEND_FILES_KWDylan Baker1-1/+8
2021-09-30interpreter: move KwargInfo('depends') to type_checkingDylan Baker2-7/+10
2021-09-30interpreter: DEPFILE_KW should be Optional[str]Dylan Baker2-3/+3
2021-09-30interpreter: remove duplicate permittedKwargsDylan Baker1-2/+0
2021-09-30interpreter: move DEPFILE_KW to type_checkingtDylan Baker2-2/+9
2021-09-30build: Use isinstance(other, Target) instead of hasattrDylan Baker1-4/+4
2021-09-30build: Add type annotations to AliasTargetDylan Baker1-1/+2