summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
2020-05-16Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed
2020-05-16Call to CPPCompilers initilisation function was missing the info parameter du...Drew Reed
2020-05-14gfortran: Fix has_header implementation with GCC 10Nirbheek Chauhan
2020-05-13macos: Remove framwork linkerlike argsEric Lemanissier
2020-05-13Fix outdated cross-compilation checksOle André Vadla Ravnås
2020-05-13Fix has_function() for clang on 64bit WindowsChristoph Reiter
2020-05-11Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter
2020-04-23compilers: fix type issueAndrew Udvare
2020-04-20Compiler options per langJohn Ericson
2020-04-20compilers: Silence warning about gnu_inline with clangNirbheek Chauhan
2020-04-17compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla Ravnås
2020-04-17compilers: Update gnu_inline test to work correctly with Clang >= 10Dylan Baker
2020-04-10compilers/d: Add missing method for dmd and ldcDylan Baker
2020-04-10compilers/d: Implement coverage for GDCDylan Baker
2020-04-10compilers: Move things out of clikeDylan Baker
2020-04-10compilers: disable b_sanitize on hurdPino Toscano
2020-04-05quality / test: Fortran type hintingMichael Hirsch, Ph.D
2020-04-04Make cc.has_function work on GCC/Clang __builtinsAndrei Alexeyev
2020-03-29compilers: disable ccache when using temporary source filesLoïc Yhuel
2020-03-29compilers: Fix accidental coredata mutationsOle André Vadla Ravnås
2020-03-29compilers: Fix C++ stdlib flags used for Apple's ClangOle André Vadla Ravnås
2020-03-28Only split linker args with D compilers. Closes: #6845Jussi Pakkanen
2020-03-24compilers: Clang can take linkers that are pathsDylan Baker
2020-03-23Fix legacy env var support with crossJohn Ericson
2020-03-23Fix linker evn var testsJohn Ericson
2020-03-23Fix ARMCC dependency generation.Szabi Tolnai
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz
2020-03-19Merge pull request #6789 from dcbaker/deprecated-c-ldJussi Pakkanen
2020-03-19Fix exe_wrapper usage in EmptyExternalProgram caseRichard Weinberger
2020-03-19compilers: Link D runtime/libphobs dynamically on !WindowsDylan Baker
2020-03-17compilers: Error if invalid linker selectedDylan Baker
2020-03-15Merge pull request #6779 from dcbaker/gdc-linker-argsJussi Pakkanen
2020-03-15Resolve Clang failure to use -Og with --optimization=gPhillip Johnston
2020-03-12compilers/d: Support linker selection with gdcDylan Baker
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen
2020-03-11compilers: Don't put split soname args in start groupsDylan Baker
2020-03-11compilers/d: Properly pass -soname argsDylan Baker
2020-03-11compilers/d: Fix rpath generation with LDC and DMDDylan Baker
2020-03-09linkers: Move import_library_args to from VS compiler to linkerDylan Baker
2020-03-09Allow invoking the linker directly through dmdDylan Baker
2020-03-09Allow invoking link.exe and lld-link.exe through ldc2Dylan Baker
2020-03-09Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen
2020-03-08Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen
2020-03-06compilers: Don't deduplicate -L= argumentsDylan Baker
2020-03-06compilers/d: Fix get_allow_undefined_link_args on macOSDylan Baker
2020-03-06compilers/d: Remove CompilerIsLInkerMixinDylan Baker
2020-03-05mesonlib: Replace unholder argument to listifyDylan Baker
2020-03-03Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö
2020-03-01meson: cache the results of can_compileMarcel Hollerbach