aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Pass -install-name arguments to linkerGoaLitiuM1-0/+3
2018-08-20Fix D soname arguments for Windows and OSXGoaLitiuM1-3/+12
2018-08-20Fix wrong DMD optimization levelsGoaLitiuM1-4/+4
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen1-0/+28
2018-06-30d: Don't fail if -link-defaultlib is manually added to the LDC link argsMatthias Klumpp1-0/+8
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan1-2/+2
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens1-2/+2
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan1-2/+2
2018-04-16Add macOS linker versioning informationTom Schoonjans1-2/+2
2018-02-25Use include_directories for D impdirs.Jussi Pakkanen1-3/+11
2018-02-20d: gdc: Implement proper dependency gen supportMatthias Klumpp1-3/+10
2017-12-16More version information for DChristoph Behle1-8/+8
2017-09-12d: Implement specific properties for D featuresMatthias Klumpp1-1/+1
2017-09-12d: Add easy way to use D-specific featuresMatthias Klumpp1-5/+50
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-3/+5
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+324