summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
AgeCommit message (Expand)Author
2023-10-19Remove duplicated code to canonicalize b_vscrt option valueXavier Claessens
2023-10-16compilers/d: use DFeatures for get_features_argsDylan Baker
2023-10-16compilers/d: remove duplicate method from subclassDylan Baker
2023-07-12Annotate naked fundamental Python typesTristan Partin
2023-07-12Replace some type comments with annotationsTristan Partin
2023-07-12Use CompileCheckMode enumTristan Partin
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-04-21compilers: convert method to get assert control to a booleanDylan Baker
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
2023-02-27Use caching in Compiler.sizeof() and Compiler.alignment()Andres Freund
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-11-29Don't ignore documentation-related flags for D compilersAxel Ricard
2022-11-27Add warning_level=everythingDavid Robillard
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens
2022-10-09compilers: Add optimization=plain optionJan Tojnar
2022-08-24fix linker regression for compilers that don't accept LDFLAGS directlyEli Schwartz
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz
2022-04-30implement and test a few compiler checks for DRemi Thebault
2022-04-30linkers: Add support for mold linkerFini Jastrow
2022-03-01compilers/d: fix mangling of rpath-link in DMD-like compilersEli Schwartz
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