aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins
AgeCommit message (Expand)AuthorFilesLines
2020-05-22Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed1-6/+6
2020-05-22Allow building with b_coverage set to true when clang is being used regardles...georgev931-0/+3
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov1-1/+8
2020-05-20compilers: Move b_ndebug into the compiler classesDylan Baker1-0/+3
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen1-2/+2
2020-05-16Let .pc files specify rpath.Dan Kegel1-2/+2
2020-05-16Add flags to support generation of dependency files with armclangDrew Reed1-1/+1
2020-05-16Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed1-7/+7
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