aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2020-04-23compilers: fix type issueAndrew Udvare1-1/+1
2020-04-20Compiler options per langJohn Ericson4-150/+261
2020-04-20compilers: Silence warning about gnu_inline with clangNirbheek Chauhan4-6/+18
2020-04-17compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla RavnÄs1-0/+4
2020-04-17compilers: Update gnu_inline test to work correctly with Clang >= 10Dylan Baker1-0/+3
2020-04-10compilers/d: Add missing method for dmd and ldcDylan Baker1-0/+3
2020-04-10compilers/d: Implement coverage for GDCDylan Baker1-4/+1
2020-04-10compilers: Move things out of clikeDylan Baker3-6/+6
2020-04-10compilers: disable b_sanitize on hurdPino Toscano1-1/+3
2020-04-05quality / test: Fortran type hintingMichael Hirsch, Ph.D2-19/+22
2020-04-04Make cc.has_function work on GCC/Clang __builtinsAndrei Alexeyev1-5/+6
2020-03-29compilers: disable ccache when using temporary source filesLoĂŻc Yhuel1-0/+5
2020-03-29compilers: Fix accidental coredata mutationsOle André Vadla RavnÄs5-6/+12
2020-03-29compilers: Fix C++ stdlib flags used for Apple's ClangOle André Vadla RavnÄs1-2/+2
2020-03-28Only split linker args with D compilers. Closes: #6845Jussi Pakkanen1-4/+8
2020-03-24compilers: Clang can take linkers that are pathsDylan Baker1-0/+14
2020-03-23Fix legacy env var support with crossJohn Ericson4-46/+32
2020-03-23Fix linker evn var testsJohn Ericson1-1/+2
2020-03-23Fix ARMCC dependency generation.Szabi Tolnai1-1/+1
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz5-0/+373
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-19compilers: Link D runtime/libphobs dynamically on !WindowsDylan Baker2-1/+19
2020-03-17compilers: Error if invalid linker selectedDylan Baker2-4/+4
2020-03-15Merge pull request #6779 from dcbaker/gdc-linker-argsJussi Pakkanen1-1/+1
2020-03-15Resolve Clang failure to use -Og with --optimization=gPhillip Johnston1-2/+9
2020-03-12compilers/d: Support linker selection with gdcDylan Baker1-1/+1
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen3-34/+74
2020-03-11compilers: Don't put split soname args in start groupsDylan Baker1-0/+10
2020-03-11compilers/d: Properly pass -soname argsDylan Baker1-4/+17
2020-03-11compilers/d: Fix rpath generation with LDC and DMDDylan Baker1-14/+18
2020-03-09linkers: Move import_library_args to from VS compiler to linkerDylan Baker1-4/+0
2020-03-09Allow invoking the linker directly through dmdDylan Baker1-0/+3
2020-03-09Allow invoking link.exe and lld-link.exe through ldc2Dylan Baker1-0/+4
2020-03-09Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen2-0/+11
2020-03-08Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen1-0/+2
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen4-15/+31
2020-03-06compilers: Don't deduplicate -L= argumentsDylan Baker1-0/+9
2020-03-06compilers/d: Fix get_allow_undefined_link_args on macOSDylan Baker1-0/+11
2020-03-06compilers/d: Remove CompilerIsLInkerMixinDylan Baker1-16/+6
2020-03-05mesonlib: Replace unholder argument to listifyDylan Baker1-0/+2
2020-03-03Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö2-0/+12
2020-03-01meson: cache the results of can_compileMarcel Hollerbach1-0/+1
2020-03-01CompilerArgs: make lookup fasterMarcel Hollerbach1-7/+26
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker3-24/+4
2020-02-27compilers/mixins/emscripten: Implement thread supportDylan Baker3-2/+28
2020-02-27compilers/mixins/islinker: Add stubs for thread_*_flagsDylan Baker1-0/+6
2020-02-27compilers/emcc: Fix inheritance orderDylan Baker3-2/+3
2020-02-27compilers/mixins/islinker: Add missing methodDylan Baker1-0/+3
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen1-0/+3