summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update wrap maintenance documentation. [skip ci]wrapdocJussi Pakkanen2020-10-103-20/+32
* add test case for #6365Sahnvour2020-10-105-0/+35
* Properly handle the case of linking static library with custom targetsSahnvour2020-10-101-4/+31
* Tests: py.dependency() now has required:true by defaultXavier Claessens2020-10-071-1/+1
* Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen2020-10-079-11/+94
* python.dependency() is not respecting 'required' kwargXavier Claessens2020-10-061-2/+9
* environment: provide a more detailed explanation of linker detection failuresDylan Baker2020-10-061-2/+8
* compilers: Enable C++20 for Intel C++ Compiler.Vinson Lee2020-10-061-0/+3
* options: Handle updates to choices in optionsDylan Baker2020-10-055-5/+82
* Never run clang-format / clang-tidy against directoriesBernd Busse2020-10-055-0/+8
* machinefiles: Allow keys to be stored case insensitiveDylan Baker2020-10-056-3/+28
* linkers: Drop -pie on macOSRoman Bolshakov2020-10-041-1/+1
* Added subdir files testOskar Sigvardsson2020-10-043-0/+5
* Fixed using files object in subdir with xcode backendOskar Sigvardsson2020-10-041-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-0440-40/+91
* cmake: switch to pathlib (fixes #7322)Daniel Mensinger2020-10-0411-256/+262
* Merge pull request #7795 from dcbaker/submit/full-compiler-annotationsDylan Baker2020-10-0331-911/+1158
|\
| * compilers/icl fix IntelClCPP argument checkingDylan Baker2020-10-011-0/+4
| * compilers/icl: Fix pch usageDylan Baker2020-10-011-0/+3
| * linkers: Fix Xilink constructorDylan Baker2020-10-011-2/+5
| * compilers/fortran: make ifort on windows signature match ICL'sDylan Baker2020-10-012-3/+3
| * compilers/clike: Store exe_wrapper as ExternalProgramDylan Baker2020-10-012-4/+4
| * compilers: make get_optimization_args abstractDylan Baker2020-10-013-4/+8
| * compilers/fortran: fix has_multi_*_argumentsDylan Baker2020-10-012-23/+12
| * run_mypy: mark the whole compilers package as type safeDylan Baker2020-10-011-14/+1
| * compilers/d: add type annotationsDylan Baker2020-10-013-128/+144
| * compilers/gnu: Don't pretend to inherit CLikeDylan Baker2020-10-011-1/+1
| * compilers: move _build_wrapper out of clike into CompilerDylan Baker2020-10-012-51/+79
| * compilers: clang: use get_compiler_check_argsDylan Baker2020-10-011-5/+8
| * compilers/intel: use get_compiler_check_argsDylan Baker2020-10-012-24/+15
| * compilers: move get_compile_check_args() to CompilerDylan Baker2020-10-013-26/+47
| * compilers/fortran: add type annotationsDylan Baker2020-10-013-92/+144
| * compilers/java: Add type annotationsDylan Baker2020-10-012-24/+23
| * compilers/rust: add type annotationsDylan Baker2020-10-012-25/+39
| * compilers/swift: Add type annotationsDylan Baker2020-10-013-32/+40
| * Compilers/vala: Add type annotationsDylan Baker2020-10-013-24/+36
| * compilers/cuda: make type safeDylan Baker2020-10-017-71/+76
| * mesonlib: make OptionOverrideProxy a true MutableMappingDylan Baker2020-10-013-23/+31
| * compilres: move depfile_for_object to compilerDylan Baker2020-10-014-13/+6
| * compilers/cs: Add type annotationsDylan Baker2020-10-013-44/+40
| * compilers: move get_dependency_gen_args to base CompilerDylan Baker2020-10-0113-40/+3
| * compilers: move split_shlib_to_parts to the base compilerDylan Baker2020-10-014-9/+3
| * compilers/cpp: Add type annotationsDylan Baker2020-10-015-121/+196
| * compilers: fully type annotate the C compilersDylan Baker2020-10-0110-128/+207
* | docs: Fixup find_program search path documentation [skip ci]Nirbheek Chauhan2020-10-021-5/+16
* | Fix meson compile for 32-bit MSVC buildVili Väinölä2020-10-021-12/+16
* | deprecated get_configtool_variable and get_pkgconfig_variableDylan Baker2020-10-013-10/+22
|/
* Document search order of find_programRasmus Thomsen2020-10-011-1/+4
* document keys() method of dictionary object [skip ci]Alexandros Theodotou2020-10-011-0/+2
* compilers: Use /Od for no-optimisation flag for Intel compilers on windowsIan Harvey2020-09-301-2/+2