aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-03Fix image link names.docimagelinksJussi Pakkanen1-4/+4
2021-06-23gnome: add update_desktop_database to post_install()Xavier Claessens3-4/+28
2021-06-23gnome: Set GSETTINGS_SCHEMA_DIR in devenvXavier Claessens3-0/+10
2021-06-23interpreter: Empty list used to be allowed in install_headers/manXavier Claessens1-2/+2
2021-06-23Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functionsJussi Pakkanen11-122/+256
2021-06-23Merge pull request #8912 from mensinda/fixBothLibrariesJussi Pakkanen32-37/+98
2021-06-22tests: both_library test improvementsDaniel Mensinger27-29/+66
2021-06-22fix: Handling BothLibraries objects (fixes #8907)Daniel Mensinger5-8/+32
2021-06-22Merge pull request #8905 from mensinda/refactorFixJussi Pakkanen5-19/+92
2021-06-22coverage: Enable coverage reportsDaniel Mensinger16-116/+205
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc99910-16/+144
2021-06-22Merge pull request #8900 from bonzini/extract-objects-docsJussi Pakkanen5-6/+44
2021-06-22Merge pull request #8898 from e820/interpreter-required-argumentsDylan Baker5-4/+35
2021-06-22minstall: make intentions clearerDylan Baker1-2/+2
2021-06-22install_*: FileMode doesn't need to be NoneDylan Baker3-12/+7
2021-06-22interpreter: use typed_kwargs for install_manDylan Baker2-12/+19
2021-06-22interpreter: man sections can be up to 9 on many platformsDylan Baker3-5/+6
2021-06-22interpreter: use typed_pos_args for install_manDylan Baker1-2/+5
2021-06-22interpreter: use typed_kwargs for install_headersDylan Baker2-12/+18
2021-06-22interpreter: use typed_pos_args for install_headersDylan Baker1-4/+5
2021-06-22interpreter: use typed_kwargs for install_dataDylan Baker2-26/+25
2021-06-22interpreter: use typed_pos_args for install_dataDylan Baker2-3/+5
2021-06-22interpreter: use typed_kwargs for install_subdirDylan Baker2-41/+99
2021-06-22interpreter: use typed_pos_args for install_subdirDylan Baker1-7/+3
2021-06-22interpreterbase: Add evolve to KwargInfoDylan Baker2-0/+53
2021-06-22interpreter: add overload for source_strings_to_filesDylan Baker1-0/+4
2021-06-22mesonlib: add rsplit and and maxsplitDylan Baker1-2/+5
2021-06-22mesonlib: Fix FileMode type annotationsDylan Baker2-3/+4
2021-06-22minstall: fix type annotation for add_argumentsDylan Baker1-1/+1
2021-06-22backend: Headers.install_subdir is allowed to be NoneDylan Baker2-2/+7
2021-06-22Fix project tests category name used in skippable() and XML outputJon Turney1-3/+4
2021-06-22extract_objects: skip headers when building custom_target command linePaolo Bonzini3-6/+15
2021-06-22Fixed unused-parameter/strict-prototypes warnings.Justin Handville3-4/+4
2021-06-22Added test case to test fix for issue 8910.Justin Handville5-0/+84
2021-06-22Fixed style issue as per comments on PR 8911.Justin Handville1-2/+1
2021-06-22Fix for Issue 8910 (Meson filters CMake asm files)Justin Handville2-2/+5
2021-06-22extract_objects: test and document using the result in a custom_targetPaolo Bonzini3-1/+30
2021-06-22interpreter: Replace manual kwarg validation in compiler.get_supported_argume...Laurin-Luis Lehning1-6/+7
2021-06-21fix: Ensure that build targets have all methods from ExternalProgramDaniel Mensinger6-9/+59
2021-06-21interpreter: Move argument checks from add_*_arguments to compiler.get_suppor...Laurin-Luis Lehning9-41/+35
2021-06-21docs: Fix snippet heading for required project argumentsLaurin-Luis Lehning1-1/+1
2021-06-21interpreter: Consider the compiler language before checking argumentsLaurin-Luis Lehning1-1/+4
2021-06-21interprter: Add required kwarg to add_(project|global)_argumentsLaurin-Luis Lehning5-2/+35
2021-06-20fix: dicts and list need _holderify for fallbackDaniel Mensinger2-4/+30
2021-06-20fix: Fix strange holder_map bug in combination with subprojectsDaniel Mensinger1-9/+6
2021-06-20fix: Fix set_variable not holderifying (fixes #8904)Daniel Mensinger5-8/+58
2021-06-19Update Quick-guide.mdOrta Therox1-1/+1
2021-06-18holders: Fix the remaining code to respect the holder changesDaniel Mensinger15-499/+510
2021-06-18holders: remove unholderDaniel Mensinger20-257/+203
2021-06-18holders: Introduce BothLibrariesDaniel Mensinger4-76/+106