aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
AgeCommit message (Expand)AuthorFilesLines
2022-11-30pylint: enable the set_membership pluginDylan Baker1-1/+1
2022-11-29Don't ignore documentation-related flags for D compilersAxel Ricard1-1/+3
2022-11-27Add warning_level=everythingDavid Robillard1-1/+5
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-1/+1
2022-10-09compilers: Add optimization=plain optionJan Tojnar1-2/+4
2022-08-24fix linker regression for compilers that don't accept LDFLAGS directlyEli Schwartz1-8/+13
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz1-1/+3
2022-04-30implement and test a few compiler checks for DRemi Thebault1-2/+99
2022-04-30linkers: Add support for mold linkerFini Jastrow1-2/+2
2022-03-01compilers/d: fix mangling of rpath-link in DMD-like compilersEli Schwartz1-1/+1
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