summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
AgeCommit message (Expand)Author
2019-10-14Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD"Andrei Alexeyev
2019-10-14Remove BasicLinkerIsCompilerMixin from LDC and DMDAndrei Alexeyev
2019-10-07compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>()Dylan Baker
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-10-03Handle -idirafter in unix_args_to_nativeDaniel Mensinger
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-08-14re-architect the D compiler abstractionsDylan Baker
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker
2019-07-11Ignore -D* and -fstack-protector* args for D compilersmyfreeweb
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-04-28Moved caching into a seperate functionDaniel Mensinger
2019-04-28Added some cahced valuesDaniel Mensinger
2019-04-28Cache compile results in coredataDaniel Mensinger
2019-04-03d: Fix linker errors with shared libraries on WindowsAri Vuollet
2019-02-19Add warning level zerojml1795
2019-02-18d: Translate the -isystem flag for LDC and DMDMatthias Klumpp
2019-02-05d: fix linker due to argument errorsLuís Ferreira
2019-02-02Never access environment.properties downstreamJohn Ericson
2019-01-06Added more compiler option supportDaniel Mensinger
2019-01-06Absolute path generation refactoringDaniel Mensinger
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker
2018-11-04Only add link arguments when needed in Compiler object methodsJon Turney
2018-10-07d: Allow static library to be passed with -L to dmd/ldcMatthias Klumpp
2018-09-27Add conditional debug identifiers for D compilers, and enable for debug buildsGoaLitiuM
2018-09-16Implement thread linker args for D compilersMihails Strasuns
2018-09-16D: Fix some compiler arguments not getting passed through properlyGoaLitiuM
2018-09-16Merge pull request #4175 from GoaLitiuM/d-archfixesJussi Pakkanen
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert
2018-09-14Refactor D target architecture handlingGoaLitiuM
2018-09-13Fix flake8 'imported but unused' reportsJon Turney
2018-09-06Make sure static library files are passed properly to the linkerGoaLitiuM
2018-09-06Fix remaining soname and rpath issues on OSXGoaLitiuM
2018-09-06Remove translation of file pathsGoaLitiuM
2018-09-06Refactor D argument translation functionGoaLitiuM
2018-09-06Improve D link argument handlingGoaLitiuM
2018-09-05D: Fix linking errors with static D libraries on WindowsGoaLitiuM
2018-09-05D: Use the documented syntax for various argumentsGoaLitiuM
2018-09-03Merge pull request #4084 from FFY00/pr-fix-dub-dependenciesJussi Pakkanen
2018-08-29Improve support for macOS dylib versioningNirbheek Chauhan
2018-08-29dub: enhance dependency handlingFFY00
2018-08-27Merge pull request #3981 from GoaLitiuM/d-win-fixesJussi Pakkanen
2018-08-23My bad.Jussi Pakkanen
2018-08-20Handle proper linking of MSVC runtime librariesGoaLitiuM
2018-08-20Fix import libraries and static library namingGoaLitiuM
2018-08-20Ignore unix related compiler arguments on WindowsGoaLitiuM
2018-08-20Follow target platform defined in MSVC environment for Windows D compilationGoaLitiuM
2018-08-20Pass -install-name arguments to linkerGoaLitiuM
2018-08-20Fix D soname arguments for Windows and OSXGoaLitiuM
2018-08-20Fix wrong DMD optimization levelsGoaLitiuM