11093 Commits (28175bbee2c111cf41b80c97bbadd7dbabaa8990)
 

Author SHA1 Message Date
Daniel Mensinger 28175bbee2
pathlib: Patch pathlib to work around some bugs (fixes #7295) 3 years ago
Denis Fortin 7bc57d03a5 build: fix object path for vs backend 3 years ago
Dylan Baker 3e66bd4035 modules/qt: use _impl private methods to avoid incorrect FeatureNew 3 years ago
Ian Harvey 84b371c645 Update detect.py 3 years ago
Daniel Mensinger 8f7343831b refactor: Refactor BothLibraries logic 3 years ago
Daniel Mensinger b95d6e319f typing: Annotate compilers.detect 3 years ago
Daniel Mensinger 3f889606c7 Split compiler detection from Environment 3 years ago
Daniel Mensinger 0f237b8d1d linkers: move linkers.py into the linkers package 3 years ago
Xavier Claessens d3d95d39be gnome: add update_desktop_database to post_install() 3 years ago
Xavier Claessens 39c6571a46 gnome: Set GSETTINGS_SCHEMA_DIR in devenv 3 years ago
Xavier Claessens 0bef89b0c2 interpreter: Empty list used to be allowed in install_headers/man 3 years ago
Jussi Pakkanen 6e0a0fd1da
Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functions 3 years ago
Jussi Pakkanen 0e5f88baf4
Merge pull request #8912 from mensinda/fixBothLibraries 3 years ago
Daniel Mensinger c4b8e03895
tests: both_library test improvements 3 years ago
Daniel Mensinger 0c4dd81c4d
fix: Handling BothLibraries objects (fixes #8907) 3 years ago
Jussi Pakkanen 39f25ec6aa
Merge pull request #8905 from mensinda/refactorFix 3 years ago
Daniel Mensinger 765aff5a42 coverage: Enable coverage reports 3 years ago
fanc999 edfe24178d
Add Visual Studio 2012/2013 backends (#8803) 3 years ago
Jussi Pakkanen 7588dbc587
Merge pull request #8900 from bonzini/extract-objects-docs 3 years ago
Dylan Baker a44c1d18c1
Merge pull request #8898 from e820/interpreter-required-arguments 3 years ago
Dylan Baker 132420a059 minstall: make intentions clearer 3 years ago
Dylan Baker d636b92c1a install_*: FileMode doesn't need to be None 3 years ago
Dylan Baker 7213b7d81f interpreter: use typed_kwargs for install_man 3 years ago
Dylan Baker 7619f31f71 interpreter: man sections can be up to 9 on many platforms 3 years ago
Dylan Baker 9611bd8244 interpreter: use typed_pos_args for install_man 3 years ago
Dylan Baker f4d2efbed3 interpreter: use typed_kwargs for install_headers 3 years ago
Dylan Baker 251dff56fb interpreter: use typed_pos_args for install_headers 3 years ago
Dylan Baker ea3d85a1c0 interpreter: use typed_kwargs for install_data 3 years ago
Dylan Baker a551e76137 interpreter: use typed_pos_args for install_data 3 years ago
Dylan Baker 596c8d4af5 interpreter: use typed_kwargs for install_subdir 3 years ago
Dylan Baker 3d940fec98 interpreter: use typed_pos_args for install_subdir 3 years ago
Dylan Baker dd296f321b interpreterbase: Add evolve to KwargInfo 3 years ago
Dylan Baker a024f432dd interpreter: add overload for source_strings_to_files 3 years ago
Dylan Baker f276b2349a mesonlib: add rsplit and and maxsplit 3 years ago
Dylan Baker 86da131129 mesonlib: Fix FileMode type annotations 3 years ago
Dylan Baker 5d3a60ae65 minstall: fix type annotation for add_arguments 3 years ago
Dylan Baker f2ad5e377e backend: Headers.install_subdir is allowed to be None 3 years ago
Jon Turney bee4dc9f78 Fix project tests category name used in skippable() and XML output 3 years ago
Paolo Bonzini bd75e0398f extract_objects: skip headers when building custom_target command line 3 years ago
Justin Handville 5650c9b769 Fixed unused-parameter/strict-prototypes warnings. 3 years ago
Justin Handville ee240b60b8 Added test case to test fix for issue 8910. 3 years ago
Justin Handville e8e03cdc72 Fixed style issue as per comments on PR 8911. 3 years ago
Justin Handville 9f248c778d Fix for Issue 8910 (Meson filters CMake asm files) 3 years ago
Paolo Bonzini a656febccf extract_objects: test and document using the result in a custom_target 3 years ago
Laurin-Luis Lehning 281f5abee3 interpreter: Replace manual kwarg validation in compiler.get_supported_arguments with @typed_kwargs 3 years ago
Daniel Mensinger 5cd9f88d6c fix: Ensure that build targets have all methods from ExternalProgram 3 years ago
Laurin-Luis Lehning d5ed8f61a5 interpreter: Move argument checks from add_*_arguments to compiler.get_supported_arguments 3 years ago
Laurin-Luis Lehning 377adfb6fb docs: Fix snippet heading for required project arguments 3 years ago
Laurin-Luis Lehning e44587fc73 interpreter: Consider the compiler language before checking arguments 3 years ago
Laurin-Luis Lehning c9ad98ef5e interprter: Add required kwarg to add_(project|global)_arguments 3 years ago