summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-29pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger
2021-06-28 build: fix object path for vs backendDenis Fortin
2021-06-27modules/qt: use _impl private methods to avoid incorrect FeatureNewDylan Baker
2021-06-27Update detect.pyIan Harvey
2021-06-26refactor: Refactor BothLibraries logicDaniel Mensinger
2021-06-25typing: Annotate compilers.detectDaniel Mensinger
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-06-25linkers: move linkers.py into the linkers packageDaniel Mensinger
2021-06-23gnome: add update_desktop_database to post_install()Xavier Claessens
2021-06-23gnome: Set GSETTINGS_SCHEMA_DIR in devenvXavier Claessens
2021-06-23interpreter: Empty list used to be allowed in install_headers/manXavier Claessens
2021-06-23Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functionsJussi Pakkanen
2021-06-23Merge pull request #8912 from mensinda/fixBothLibrariesJussi Pakkanen
2021-06-22tests: both_library test improvementsDaniel Mensinger
2021-06-22fix: Handling BothLibraries objects (fixes #8907)Daniel Mensinger
2021-06-22Merge pull request #8905 from mensinda/refactorFixJussi Pakkanen
2021-06-22coverage: Enable coverage reportsDaniel Mensinger
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc999
2021-06-22Merge pull request #8900 from bonzini/extract-objects-docsJussi Pakkanen
2021-06-22Merge pull request #8898 from e820/interpreter-required-argumentsDylan Baker
2021-06-22minstall: make intentions clearerDylan Baker
2021-06-22install_*: FileMode doesn't need to be NoneDylan Baker
2021-06-22interpreter: use typed_kwargs for install_manDylan Baker
2021-06-22interpreter: man sections can be up to 9 on many platformsDylan Baker
2021-06-22interpreter: use typed_pos_args for install_manDylan Baker
2021-06-22interpreter: use typed_kwargs for install_headersDylan Baker
2021-06-22interpreter: use typed_pos_args for install_headersDylan Baker
2021-06-22interpreter: use typed_kwargs for install_dataDylan Baker
2021-06-22interpreter: use typed_pos_args for install_dataDylan Baker
2021-06-22interpreter: use typed_kwargs for install_subdirDylan Baker
2021-06-22interpreter: use typed_pos_args for install_subdirDylan Baker
2021-06-22interpreterbase: Add evolve to KwargInfoDylan Baker
2021-06-22interpreter: add overload for source_strings_to_filesDylan Baker
2021-06-22mesonlib: add rsplit and and maxsplitDylan Baker
2021-06-22mesonlib: Fix FileMode type annotationsDylan Baker
2021-06-22minstall: fix type annotation for add_argumentsDylan Baker
2021-06-22backend: Headers.install_subdir is allowed to be NoneDylan Baker
2021-06-22Fix project tests category name used in skippable() and XML outputJon Turney
2021-06-22extract_objects: skip headers when building custom_target command linePaolo Bonzini
2021-06-22Fixed unused-parameter/strict-prototypes warnings.Justin Handville
2021-06-22Added test case to test fix for issue 8910.Justin Handville
2021-06-22Fixed style issue as per comments on PR 8911.Justin Handville
2021-06-22Fix for Issue 8910 (Meson filters CMake asm files)Justin Handville
2021-06-22extract_objects: test and document using the result in a custom_targetPaolo Bonzini
2021-06-22interpreter: Replace manual kwarg validation in compiler.get_supported_argume...Laurin-Luis Lehning
2021-06-21fix: Ensure that build targets have all methods from ExternalProgramDaniel Mensinger
2021-06-21interpreter: Move argument checks from add_*_arguments to compiler.get_suppor...Laurin-Luis Lehning
2021-06-21docs: Fix snippet heading for required project argumentsLaurin-Luis Lehning
2021-06-21interpreter: Consider the compiler language before checking argumentsLaurin-Luis Lehning
2021-06-21interprter: Add required kwarg to add_(project|global)_argumentsLaurin-Luis Lehning