summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
2020-10-01compilers/fortran: fix has_multi_*_argumentsDylan 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-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-09-30compilers: Use /Od for no-optimisation flag for Intel compilers on windowsIan Harvey
2020-09-29compilers/VS: fix build to use optimization and debug flagsVili Väinölä
2020-09-24compilers/objcpp: add type annotationsDylan Baker
2020-09-24compilers/objc: Add type annotationsDylan Baker
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker
2020-09-24compilers: make sanity_check_impl a protected methodDylan Baker
2020-09-24compilers: put name_string method in base compilerDylan Baker
2020-09-24compilers/mixins: make xc16 type safeDylan Baker
2020-09-24compilers/mixins: make visual studio type safeDylan Baker
2020-09-24compilers/mixins/pgi: Make type safeDylan Baker
2020-09-24compilers/mixins/islinker: Make type safeDylan Baker
2020-09-24compilers/mixins/intel: make type safeDylan Baker
2020-09-24compilers/mixins/intel: Use the has_func_attribute_extra_args functionDylan Baker
2020-09-24compilers/mixins/emscripten: make type safeDylan Baker
2020-09-24compilers/mixins/elbrus: make type safeDylan Baker
2020-09-24compilers/mixins: make compcert type safeDylan Baker
2020-09-24compilers/mixins/clang: Make type safeDylan Baker
2020-09-24compilers/mixings/gnu: make type safeDylan Baker
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker
2020-09-24compilers/mixins/ccrx: make mypy safeDylan Baker
2020-09-24compilers/mixins/c2000: Make mypy safeDylan Baker
2020-09-24compilers/mixins/arm: make type safeDylan Baker
2020-09-24compilers/compilers: Fully type annotateDylan Baker
2020-09-24compilers: Use a distinct type for compile/link resultsDylan Baker
2020-09-18Some fixes for CompCertSebastian Meyer
2020-09-17Canonicalize target architectures aarch64/armv* into arm64/arm for MSVC toolsMartin Storsjö
2020-09-16linkers/compilers: Move an emscripten method to the compilerDylan Baker
2020-09-15Add support for the CompCert C CompilerSebastian Meyer
2020-09-13external-project: New module to build configure/make projectsXavier Claessens
2020-09-08typing: get rid of most T.castDaniel Mensinger