aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
AgeCommit message (Expand)AuthorFilesLines
2022-02-06dlang: fix #9250 invalid include flag for root directoryTobias Pankrath1-0/+2
2022-01-10compilers: push the compiler id to a class variableDylan Baker1-3/+5
2021-12-30fix type annotations for compiler toolchain rpathsEli Schwartz1-1/+1
2021-11-22ldc2: invoke -Oz instead of -OsDenis Feklushkin1-1/+1
2021-10-10Fix typos discovered by codespellChristian Clauss1-3/+3
2021-09-24pylint: check for duplicate importsDylan Baker1-1/+2
2021-08-31pylint: turn on superflous-parensDylan Baker1-2/+2
2021-07-14linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini1-3/+2
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+1
2021-03-17Fix D lib search path translationRemi Thebault1-15/+49
2021-03-14ninjabackend: Use rsp_file_syntax methodDylan Baker1-3/+4
2021-03-14compilers/linkers: Add a methhod for getting the rspfile syntaxDylan Baker1-2/+11
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-13/+13
2021-03-04various python neatness cleanupsEli Schwartz1-12/+12
2021-03-02fix missing versions with generated sourceRemi Thebault1-0/+6
2021-03-01D add build dir to -J switchRemi Thebault1-2/+6
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-5/+7
2020-12-29Implement support of dlang -makedeps switch (#8119)Remi Thebault1-2/+31
2020-10-14vs: add static_from_buildtype to b_vscrtPeter Harris1-5/+11
2020-10-01compilers/d: add type annotationsDylan Baker1-128/+138
2020-10-01compilers/cuda: make type safeDylan Baker1-6/+0
2020-10-01compilres: move depfile_for_object to compilerDylan Baker1-6/+0
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker1-4/+0
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-12/+14
2020-09-24compilers: put name_string method in base compilerDylan Baker1-3/+0
2020-08-30D: fix include orderPierrick Bouvier1-0/+7
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-2/+1
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-1/+1
2020-05-20compilers/d: Add b_ndebug supportDylan Baker1-3/+12
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen1-4/+5
2020-05-18compilers/d: Enable pgo for GDCDylan Baker1-1/+2
2020-05-16Let .pc files specify rpath.Dan Kegel1-4/+5
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-03-19compilers: Link D runtime/libphobs dynamically on !WindowsDylan Baker1-0/+18
2020-03-12compilers/d: Support linker selection with gdcDylan Baker1-1/+1
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-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-06compilers/d: Fix get_allow_undefined_link_args on macOSDylan Baker1-0/+11
2020-03-06compilers/d: Remove CompilerIsLInkerMixinDylan Baker1-16/+6
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-5/+5
2019-12-12compilers: move language attribute to the class levelDylan Baker1-1/+2
2019-12-05lgtm: fix Missing call to __init__ during object initializationDaniel Mensinger1-0/+1
2019-11-19Fix cross-compilation of D programsEric Le Bihan1-6/+15
2019-11-06Add -L= to soname linker argument, too.Jussi Pakkanen1-1/+4
2019-10-21d: Fix various linking issues on WindowsGoaLitiuM1-1/+10
2019-10-14Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixinAndrei Alexeyev1-0/+3