aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-14Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD"Andrei Alexeyev1-2/+2
2019-10-14Remove BasicLinkerIsCompilerMixin from LDC and DMDAndrei Alexeyev1-2/+2
2019-10-07compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>()Dylan Baker1-21/+18
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-9/+17
2019-10-03Handle -idirafter in unix_args_to_nativeDaniel Mensinger1-1/+8
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker1-0/+6
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-23/+108
2019-08-14re-architect the D compiler abstractionsDylan Baker1-215/+197
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker1-3/+1
2019-07-11Ignore -D* and -fstack-protector* args for D compilersmyfreeweb1-0/+4
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-16/+10
2019-04-28Moved caching into a seperate functionDaniel Mensinger1-1/+1
2019-04-28Added some cahced valuesDaniel Mensinger1-1/+1
2019-04-28Cache compile results in coredataDaniel Mensinger1-1/+1
2019-04-03d: Fix linker errors with shared libraries on WindowsAri Vuollet1-1/+9
2019-02-19Add warning level zerojml17951-2/+5
2019-02-18d: Translate the -isystem flag for LDC and DMDMatthias Klumpp1-0/+11
2019-02-05d: fix linker due to argument errorsLuís Ferreira1-1/+1
2019-02-02Never access environment.properties downstreamJohn Ericson1-3/+10