summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-10-01compilers/cs: Add type annotationsDylan Baker
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker
2020-10-01compilers: move split_shlib_to_parts to the base compilerDylan Baker
2020-10-01compilers/cpp: Add type annotationsDylan Baker
2020-10-01compilers: fully type annotate the C compilersDylan Baker
2020-10-01deprecated get_configtool_variable and get_pkgconfig_variableDylan Baker
2020-10-01Document search order of find_programRasmus Thomsen
2020-10-01document keys() method of dictionary object [skip ci]Alexandros Theodotou
2020-09-30compilers: Use /Od for no-optimisation flag for Intel compilers on windowsIan Harvey
2020-09-30Merge pull request #7757 from dcbaker/submit/curses-dependencyDylan Baker
2020-09-29dependencies/curses: don't try ncurses-config or system dependency on windowsDylan Baker