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