aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-22fix sanity check for d cross-compilationAxel Ricard1-2/+12
2024-03-28Pass Environment down from BackendSam James1-3/+3
2024-03-15compilers: No need to pass exe_wrapper everywhereXavier Claessens1-12/+6
2024-03-15compilers: Allow setting env and workdir for run checksXavier Claessens1-2/+4
2024-03-15compilers: Every compiler can run codeXavier Claessens1-24/+2
2024-02-26Fix lint warning.Jussi Pakkanen1-8/+4
2023-12-23Remove `get_buildtype_args` functionCharles Brunet1-23/+24
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-10-19Remove duplicated code to canonicalize b_vscrt option valueXavier Claessens1-25/+1
2023-10-16compilers/d: use DFeatures for get_features_argsDylan Baker1-83/+62
2023-10-16compilers/d: remove duplicate method from subclassDylan Baker1-88/+0
2023-07-12Annotate naked fundamental Python typesTristan Partin1-8/+7
2023-07-12Replace some type comments with annotationsTristan Partin1-36/+42
2023-07-12Use CompileCheckMode enumTristan Partin1-2/+2
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-1/+1
2023-04-21compilers: convert method to get assert control to a booleanDylan Baker1-6/+12
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2023-02-27Use caching in Compiler.sizeof() and Compiler.alignment()Andres Freund1-7/+7
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