aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-06Added more compiler option supportDaniel Mensinger1-1/+7
2019-01-06Absolute path generation refactoringDaniel Mensinger1-0/+14
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker1-1/+1
2018-11-04Only add link arguments when needed in Compiler object methodsJon Turney1-0/+2
2018-10-07d: Allow static library to be passed with -L to dmd/ldcMatthias Klumpp1-2/+6
2018-09-27Add conditional debug identifiers for D compilers, and enable for debug buildsGoaLitiuM1-3/+47
2018-09-16Implement thread linker args for D compilersMihails Strasuns1-0/+3
2018-09-16D: Fix some compiler arguments not getting passed through properlyGoaLitiuM1-1/+1
2018-09-16Merge pull request #4175 from GoaLitiuM/d-archfixesJussi Pakkanen1-14/+13
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert1-4/+3
2018-09-14Refactor D target architecture handlingGoaLitiuM1-14/+13
2018-09-13Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2018-09-06Make sure static library files are passed properly to the linkerGoaLitiuM1-0/+11
2018-09-06Fix remaining soname and rpath issues on OSXGoaLitiuM1-6/+9
2018-09-06Remove translation of file pathsGoaLitiuM1-5/+0
2018-09-06Refactor D argument translation functionGoaLitiuM1-23/+45
2018-09-06Improve D link argument handlingGoaLitiuM1-4/+3
2018-09-05D: Fix linking errors with static D libraries on WindowsGoaLitiuM1-0/+11
2018-09-05D: Use the documented syntax for various argumentsGoaLitiuM1-65/+41
2018-09-03Merge pull request #4084 from FFY00/pr-fix-dub-dependenciesJussi Pakkanen1-0/+9
2018-08-29Improve support for macOS dylib versioningNirbheek Chauhan1-4/+2
2018-08-29dub: enhance dependency handlingFFY001-0/+9
2018-08-27Merge pull request #3981 from GoaLitiuM/d-win-fixesJussi Pakkanen1-14/+112
2018-08-23My bad.Jussi Pakkanen1-1/+1