summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-13ci: Add an interactive mode (testTTY) for the CI image builderDaniel Mensinger
2020-10-12exclude generated file from clang-tidy processingMichele Dionisio
2020-10-12Merge pull request #7740 from bonzini/fallback-falseJussi Pakkanen
2020-10-12mtest: collect failures regardless of colorized consoleCamilo Celis Guzman
2020-10-12typing: fix mypy typing errorDaniel Mensinger
2020-10-10Update wrap maintenance documentation. [skip ci]Jussi Pakkanen
2020-10-10add test case for #6365Sahnvour
2020-10-10Properly handle the case of linking static library with custom targetsSahnvour
2020-10-08dependency: support boolean argument "allow_fallback"Paolo Bonzini
2020-10-08interpreter: clean up handling of force_fallbackPaolo Bonzini
2020-10-08interpreter: refactor handling of dependency(fallback: ...)Paolo Bonzini
2020-10-08docs: improve documentation of subproject fallbackPaolo Bonzini
2020-10-07Tests: py.dependency() now has required:true by defaultXavier Claessens
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen
2020-10-06python.dependency() is not respecting 'required' kwargXavier Claessens
2020-10-06environment: provide a more detailed explanation of linker detection failuresDylan Baker
2020-10-06compilers: Enable C++20 for Intel C++ Compiler.Vinson Lee
2020-10-05options: Handle updates to choices in optionsDylan Baker
2020-10-05Never run clang-format / clang-tidy against directoriesBernd Busse
2020-10-05machinefiles: Allow keys to be stored case insensitiveDylan Baker
2020-10-04linkers: Drop -pie on macOSRoman Bolshakov
2020-10-04Added subdir files testOskar Sigvardsson
2020-10-04Fixed using files object in subdir with xcode backendOskar Sigvardsson
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-10-04cmake: switch to pathlib (fixes #7322)Daniel Mensinger
2020-10-03Merge pull request #7795 from dcbaker/submit/full-compiler-annotationsDylan Baker
2020-10-02docs: Fixup find_program search path documentation [skip ci]Nirbheek Chauhan
2020-10-02Fix meson compile for 32-bit MSVC buildVili Väinölä
2020-10-01compilers/icl fix IntelClCPP argument checkingDylan Baker
2020-10-01compilers/icl: Fix pch usageDylan Baker
2020-10-01linkers: Fix Xilink constructorDylan Baker
2020-10-01compilers/fortran: make ifort on windows signature match ICL'sDylan Baker
2020-10-01compilers/clike: Store exe_wrapper as ExternalProgramDylan Baker
2020-10-01compilers: make get_optimization_args abstractDylan Baker
2020-10-01compilers/fortran: fix has_multi_*_argumentsDylan Baker
2020-10-01run_mypy: mark the whole compilers package as type safeDylan Baker
2020-10-01compilers/d: add type annotationsDylan Baker
2020-10-01compilers/gnu: Don't pretend to inherit CLikeDylan Baker
2020-10-01compilers: move _build_wrapper out of clike into CompilerDylan Baker
2020-10-01compilers: clang: use get_compiler_check_argsDylan Baker
2020-10-01compilers/intel: use get_compiler_check_argsDylan Baker
2020-10-01compilers: move get_compile_check_args() to CompilerDylan Baker
2020-10-01compilers/fortran: add type annotationsDylan Baker
2020-10-01compilers/java: Add type annotationsDylan Baker
2020-10-01compilers/rust: add type annotationsDylan Baker
2020-10-01compilers/swift: Add type annotationsDylan Baker
2020-10-01Compilers/vala: Add type annotationsDylan Baker
2020-10-01compilers/cuda: make type safeDylan Baker
2020-10-01mesonlib: make OptionOverrideProxy a true MutableMappingDylan Baker
2020-10-01compilres: move depfile_for_object to compilerDylan Baker