11682 Commits (32b7cbd4a7cd8cffb47c5465301141eaad599eaa)
 

Author SHA1 Message Date
Dylan Baker c4aa8c2521 modules: make ReturnValue.new_objects covariant 3 years ago
Xavier Claessens 4deeb907b6 dependency: Allow searching for multiple names 3 years ago
Christian Clauss d5b0673079 Fix typos 3 years ago
Dylan Baker c3c30d4b06 interpreter: Use typed_kwargs for func_custom_target 3 years ago
Dylan Baker bb706231bd build: Prepare CustomTarget.process_kwargs to co-exist 3 years ago
Dylan Baker 7e417ac0fa build: Allow `Dict[OptionKey, str` in parse_overrides 3 years ago
Dylan Baker 74819dbd2a interpreter: Allow FileMode to be passed to _get_kwarg_install_mode 3 years ago
Dylan Baker 3bb6d56dcd interpreter: move command kwarg to type_checking 3 years ago
Dylan Baker 3374b7c323 interpreter/type_checking: Add DEPEND_FILES_KW 3 years ago
Dylan Baker a3e63a4269 interpreter: move KwargInfo('depends') to type_checking 3 years ago
Dylan Baker 16986f1853 interpreter: DEPFILE_KW should be Optional[str] 3 years ago
Dylan Baker 0f6d6c914a interpreter: remove duplicate permittedKwargs 3 years ago
Dylan Baker d9c32f32d1 interpreter: move DEPFILE_KW to type_checkingt 3 years ago
Dylan Baker d25349e8cf build: Use isinstance(other, Target) instead of hasattr 3 years ago
Dylan Baker d7bb0acbe3 build: Add type annotations to AliasTarget 3 years ago
Dylan Baker cb762f29fe interpreter: use typed_kwargs on func_run_target 3 years ago
Dylan Baker 377c23388f build: drop unnecissary method from RunTarget 3 years ago
Dylan Baker 0a6fdd4900 build: Fully annotate RunTarget 3 years ago
Dylan Baker f9b14dc570 build: Add full type annotations to CommandBase 3 years ago
Dylan Baker c11eb86995 build: add forward delcarations to CommandBase class 3 years ago
Dylan Baker d80cfa27c9 build: Add a couple of obvious annotations to RunTarget 3 years ago
Dylan Baker 7e43432a0c interpreterbase/decorators: KwargIfno validator must take an relaxed type 3 years ago
Xavier Claessens d2fa6d5080 Make custom_target() name argument optional 3 years ago
makise-homura e58b3adc70 Fix mypy errors 3 years ago
makise-homura 613c9e26c4 pkgconfig: pkg-configs version<0.29.1 escape variables incorrectly 3 years ago
makise-homura 0021a21930 compilers/elbrus: Deal with C/C++/Fortran stds more correctly 3 years ago
makise-homura 0ed2d2719b compilers: Select correct clang on e2k for C++ and ObjC++ 3 years ago
makise-homura fe0809360d compilers: There is clang for e2k (elbrus) platform finally 3 years ago
makise-homura 79f9a2076a compilers/elbrus: Support prelinking with lcc correctly 3 years ago
makise-homura d9b379df87 compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compiler 3 years ago
makise-homura fc3de287cb unittests: Make qt test work if multiple versions of qt installed 3 years ago
Xavier Claessens e836076e24 external-project: variables must be dict not list 3 years ago
Stone Tickle fbc2e9b0ef doc: document string.strip() optional argument [skip ci] 3 years ago
Doug Kearns 6512478d2f syntax-highlighting: vim: set b:undo_indent 3 years ago
Paolo Bonzini 65b144bc85 Revert "mtest: fix test output issues (in console)" 3 years ago
Dominique Leuenberger 7ad54cce49 tests/rust: add libm to fix build with rust 1.55 3 years ago
Filipe Laíns 59b8e00249 tests: take into account Debian Python paths 3 years ago
Filipe Laíns 05b5a1e56f modules: python: better handling of the Python paths for Debian 3 years ago
Paolo Bonzini 6ef3946ea8 CODEOWNERS: add myself as "meson test" owner 3 years ago
Jussi Pakkanen fa47d8dab0
Merge pull request #9014 from bonzini/mixed-language-link 3 years ago
Eli Schwartz 5fa0fd3b47
fix test case instances where undefined message(true) occurred 3 years ago
Eli Schwartz 941b8a6dbc
fix message function accepting bools and casting to string 3 years ago
Alan Coopersmith 7f0193e294 unittests: Make test_prelinking work on Solaris 3 years ago
Alan Coopersmith 8c02005595 dependencies: Add JDK system dependency for Solaris 3 years ago
Jussi Pakkanen f6ae82169c
Merge pull request #8773 from dcbaker/submit/rustc-enhancements-clippy 3 years ago
Daniel Mensinger c0efa7ab22 interpreter: Add FeatureNew check 3 years ago
Daniel Mensinger 6b00c7dc81 Remove helpers.check_stringlist() 3 years ago
Daniel Mensinger d93d01b6c5 interpreter: Introduce StringHolder 3 years ago
Hemmo Nieminen 5fcb0e6525 mtest: fix test output issues (in console) 3 years ago
Dylan Baker 30202a2402 compilers/rust: Add support for clippy 3 years ago