aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins
AgeCommit message (Expand)AuthorFilesLines
2020-11-09Fix WASM thread count option. Closes #7921.Jussi Pakkanen1-2/+2
2020-11-08Add thinlto support. Closes #7493.Jussi Pakkanen3-3/+12
2020-10-14vs: add static_from_buildtype to b_vscrtPeter Harris1-5/+10
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen2-0/+17
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2-2/+2
2020-10-01compilers/icl: Fix pch usageDylan Baker1-0/+3
2020-10-01compilers/clike: Store exe_wrapper as ExternalProgramDylan Baker1-3/+3
2020-10-01compilers/fortran: fix has_multi_*_argumentsDylan Baker1-4/+8
2020-10-01compilers/gnu: Don't pretend to inherit CLikeDylan Baker1-1/+1
2020-10-01compilers: move _build_wrapper out of clike into CompilerDylan Baker1-37/+5
2020-10-01compilers: clang: use get_compiler_check_argsDylan Baker1-5/+8
2020-10-01compilers/intel: use get_compiler_check_argsDylan Baker2-24/+15
2020-10-01compilers: move get_compile_check_args() to CompilerDylan Baker1-15/+9
2020-10-01compilers/cuda: make type safeDylan Baker1-7/+0
2020-10-01compilres: move depfile_for_object to compilerDylan Baker1-3/+0
2020-10-01compilers/cs: Add type annotationsDylan Baker1-2/+1
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker7-24/+0
2020-10-01compilers: move split_shlib_to_parts to the base compilerDylan Baker1-3/+0
2020-10-01compilers: fully type annotate the C compilersDylan Baker6-6/+7
2020-09-30compilers: Use /Od for no-optimisation flag for Intel compilers on windowsIan Harvey1-2/+2
2020-09-29compilers/VS: fix build to use optimization and debug flagsVili Väinölä1-17/+17
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker14-166/+110
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-2/+1
2020-09-24compilers: make sanity_check_impl a protected methodDylan Baker1-2/+2
2020-09-24compilers: put name_string method in base compilerDylan Baker1-3/+1
2020-09-24compilers/mixins: make xc16 type safeDylan Baker1-2/+7
2020-09-24compilers/mixins: make visual studio type safeDylan Baker1-2/+21
2020-09-24compilers/mixins/pgi: Make type safeDylan Baker1-2/+11
2020-09-24compilers/mixins/islinker: Make type safeDylan Baker1-0/+4
2020-09-24compilers/mixins/intel: make type safeDylan Baker1-11/+22
2020-09-24compilers/mixins/intel: Use the has_func_attribute_extra_args functionDylan Baker1-1/+3
2020-09-24compilers/mixins/emscripten: make type safeDylan Baker1-4/+11
2020-09-24compilers/mixins/elbrus: make type safeDylan Baker1-1/+5
2020-09-24compilers/mixins: make compcert type safeDylan Baker1-2/+6
2020-09-24compilers/mixins/clang: Make type safeDylan Baker1-5/+16
2020-09-24compilers/mixings/gnu: make type safeDylan Baker1-11/+34
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker1-113/+245
2020-09-24compilers/mixins/ccrx: make mypy safeDylan Baker1-1/+6
2020-09-24compilers/mixins/c2000: Make mypy safeDylan Baker1-1/+6
2020-09-24compilers/mixins/arm: make type safeDylan Baker1-26/+24
2020-09-24compilers: Use a distinct type for compile/link resultsDylan Baker3-8/+7
2020-09-18Some fixes for CompCertSebastian Meyer1-2/+2
2020-09-17Canonicalize target architectures aarch64/armv* into arm64/arm for MSVC toolsMartin Storsjö1-0/+4
2020-09-16linkers/compilers: Move an emscripten method to the compilerDylan Baker1-0/+7
2020-09-15Add support for the CompCert C CompilerSebastian Meyer1-0/+127
2020-09-08typing: fully annotate arglistDaniel Mensinger1-2/+2
2020-08-27Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan1-1/+1
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen1-1/+1
2020-08-18clike: optimize to_nativePaolo Bonzini1-4/+8
2020-08-17find_library: include get_linker_always_args in link argsPeter Harris1-1/+1