aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-02Make meson recognize the Qualcomm LLVM toolchainAntony Chan1-0/+5
2020-07-23compilers: Cache gnu-mixins has_arguments() checksNirbheek Chauhan1-1/+1
2020-07-22visualstudio: warning_level 0 should not map to /W1Xavier Claessens1-1/+1
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan2-5/+10
2020-06-22arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker1-3/+53
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-1/+17
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-3/+4
2020-06-07Merge pull request #7256 from peterh/openmpJussi Pakkanen1-0/+3
2020-06-07Remove warnings from sample code. Closes #7248.Jussi Pakkanen1-1/+1
2020-06-07End test code with a newline. Closes #7247.Jussi Pakkanen1-2/+2
2020-06-06msvc: Avoid spurious openmp link warningsPeter Harris1-0/+3
2020-06-02Ignore file access errors when scanning .so files in system libdirsMike Gilbert1-9/+18
2020-05-27add type anno: compilers/clikeMichael Hirsch, Ph.D1-15/+15
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