aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Fix outdated cross-compilation checksOle André Vadla RavnÄs1-2/+3
2020-05-13Fix has_function() for clang on 64bit WindowsChristoph Reiter1-1/+1
2020-05-11Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter1-11/+16
2020-04-23compilers: fix type issueAndrew Udvare1-1/+1
2020-04-20compilers: Silence warning about gnu_inline with clangNirbheek Chauhan3-3/+18
2020-04-17compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla RavnÄs1-0/+4
2020-04-10compilers: Move things out of clikeDylan Baker2-6/+3
2020-04-10compilers: disable b_sanitize on hurdPino Toscano1-1/+3
2020-04-05quality / test: Fortran type hintingMichael Hirsch, Ph.D1-4/+6
2020-04-04Make cc.has_function work on GCC/Clang __builtinsAndrei Alexeyev1-5/+6
2020-03-24compilers: Clang can take linkers that are pathsDylan Baker1-0/+14
2020-03-23Fix legacy env var support with crossJohn Ericson1-12/+0
2020-03-23Fix ARMCC dependency generation.Szabi Tolnai1-1/+1
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz2-0/+243
2020-03-19Merge pull request #6789 from dcbaker/deprecated-c-ldJussi Pakkanen2-4/+4
2020-03-19Fix exe_wrapper usage in EmptyExternalProgram caseRichard Weinberger1-1/+1
2020-03-17compilers: Error if invalid linker selectedDylan Baker2-4/+4
2020-03-15Resolve Clang failure to use -Og with --optimization=gPhillip Johnston1-2/+9
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen1-4/+0
2020-03-09linkers: Move import_library_args to from VS compiler to linkerDylan Baker1-4/+0
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker1-20/+0
2020-02-27compilers/mixins/emscripten: Implement thread supportDylan Baker1-0/+26
2020-02-27compilers/mixins/islinker: Add stubs for thread_*_flagsDylan Baker1-0/+6
2020-02-27compilers/emcc: Fix inheritance orderDylan Baker1-0/+1
2020-02-27compilers/mixins/islinker: Add missing methodDylan Baker1-0/+3
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz2-2/+8
2020-01-28compilers: Use /Zi instead of /ZI with clang-clDylan Baker1-4/+13
2020-01-28compilers: Split ClangCL and MSVC mixinsDylan Baker1-26/+65
2020-01-27Fix Sider errorsmakise-homura1-1/+1
2020-01-27Add missing functions to Elbrus compiler classmakise-homura1-0/+11
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura1-1/+1
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger11-209/+209
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen1-0/+2
2019-12-15default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger1-5/+8
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D1-20/+38
2019-12-12Consider compiler arguments in linker detection logicDylan Baker1-0/+2
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen2-0/+8
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger1-3/+3
2019-12-05lgtm: Fix redundant codeDaniel Mensinger1-1/+0
2019-12-05lgtm: fix missing raiseDaniel Mensinger1-1/+1
2019-12-04intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D1-4/+39
2019-12-02Allow selecting the dynamic linkerDylan Baker2-0/+8
2019-11-21Fix compute_int() when the value is -1Xavier Claessens1-1/+1
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-19/+19
2019-11-06Fix typos found by codespellWolfgang Stöggl2-2/+2
2019-10-29MSVC: support -LIBPATHAleksey Gurtovoy1-2/+4
2019-10-20Fix all flake8 warningsDaniel Mensinger2-2/+1
2019-10-19Fix according to deprecation of usage of non-standard escape sequencesmakise-homura1-1/+1
2019-10-19Add a proper way to get include dirs for elbrus compilermakise-homura1-0/+13
2019-10-19Make search of library dirs correctmakise-homura1-2/+2