6401 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
Daniel Mensinger 0c4dd81c4d
fix: Handling BothLibraries objects (fixes #8907) 3 years ago
fanc999 edfe24178d
Add Visual Studio 2012/2013 backends (#8803) 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
Paolo Bonzini bd75e0398f extract_objects: skip headers when building custom_target command line 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
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 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
Daniel Mensinger 0358445b6e
fix: dicts and list need _holderify for fallback 3 years ago
Daniel Mensinger a73791b529
fix: Fix strange holder_map bug in combination with subprojects 3 years ago
Daniel Mensinger f1ac7db2e6
fix: Fix set_variable not holderifying (fixes #8904) 3 years ago
Daniel Mensinger 7c757dff71 holders: Fix the remaining code to respect the holder changes 3 years ago
Daniel Mensinger 34c28dc92c holders: remove unholder 3 years ago
Daniel Mensinger 84a3e459a8 holders: Introduce BothLibraries 3 years ago
Daniel Mensinger c2c7f7c9d7 holders: Ensure that InterpreterBase is the sole instance for (un)holderifying 3 years ago
Daniel Mensinger 6879e84c48 holders: Move get_version from directly to ExternalProgram 3 years ago
Daniel Mensinger 66b32a4591 holders: Introduce HoldableObject 3 years ago
Daniel Mensinger d601227cb2 interpreter: Add FileHolder and remove specical case for File 3 years ago
Daniel Mensinger 7be172fe16 interpreter: Meson does not have floats --> remove them 3 years ago
Daniel Mensinger 63ade7d937 interpreter: Add a new MesonInterpreterObject for non-elementary objects 3 years ago