History for dub_jkp / source / dub / compilers / dmd.d
2016-05-23
@Sönke Ludwig
Remove deprecated functionality to prepare for 1.0.0.
Sönke Ludwig committed on 23 May 2016
2016-04-20
@Sönke Ludwig
Mention version of removal for all deprecated public symbols.
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Move utility functions from dub.compilers.compiler to dub.compilers.utils.
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Fix naming convention for the compiler handler classes and add documentation.
Sönke Ludwig committed on 20 Apr 2016
2016-04-01
@ponce
Quick fix to allow building shared libraries with LDC on Windows, with LDC on OS X, and with DMD on OS X.
ponce committed on 1 Apr 2016
2015-10-18
@Martin Nowak
fix gdc/ldc flags for ddox/docs ...
Martin Nowak committed on 18 Oct 2015
2015-09-14
@Sönke Ludwig
Merge pull request #679 from Abscissa/fix624 ...
Sönke Ludwig committed on 14 Sep 2015
2015-08-09
@Martin Nowak
add buildType profile-gc ...
Martin Nowak committed on 9 Aug 2015
2015-08-07
@Nick Sabalausky
Fix #624: --data=libs should output in compiler-format, not linker format.
Nick Sabalausky committed on 7 Aug 2015
2015-07-26
@Sönke Ludwig
Fix building dynamic libraries. Fixes #613.
Sönke Ludwig committed on 26 Jul 2015
2015-06-26
@Sönke Ludwig
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig committed on 26 Jun 2015
2015-06-11
@Sönke Ludwig
Pass -vcolumns to DMD if supported. Fixes #581.
Sönke Ludwig committed on 11 Jun 2015
2015-05-31
@Sönke Ludwig
Show quoted args for compiler invocations. See #569.
Sönke Ludwig committed on 31 May 2015
2015-04-07
@Sönke Ludwig
Fix the DMD linker phase to properly quote strings that contain spaces. Fixes #540.
Sönke Ludwig committed on 7 Apr 2015
2015-03-26
@Sönke Ludwig
Pass -m32mscoff dflag also to the linker.
Sönke Ludwig committed on 26 Mar 2015
2015-02-12
@machindertech
Fixed issue where static libraries would be generated instead of object files in singleFile build mode ...
machindertech committed on 12 Feb 2015
@machindertech
Fixed Windows singleFile build mode issues ...
machindertech committed on 12 Feb 2015
2015-02-03
@Dicebot
Use unique filenames for temporary files ...
Dicebot committed on 3 Feb 2015
2014-08-02
@Martin Nowak
faster determinePlatform ...
Martin Nowak committed on 2 Aug 2014
2014-07-19
@Sönke Ludwig
Merge pull request #380 from Geod24/ct-platform-probe ...
Sönke Ludwig committed on 19 Jul 2014
2014-07-18
@Geod24
Make the platform probe the file at CT, hence allow it to work for X compilation
Geod24 committed on 18 Jul 2014
@Geod24
Invoke the binary for linking, not the name
Geod24 committed on 18 Jul 2014
2014-06-30
@Geod24
Fix output flags for compilers != dmd
Geod24 committed on 30 Jun 2014
2014-06-29
@Geod24
Added singleFile support
Geod24 committed on 29 Jun 2014
2014-06-27
@Geod24
Make prepareBuildSettings, extractBuildOptions and setTarget const
Geod24 committed on 27 Jun 2014
2014-06-22
@Sönke Ludwig
Use executeShell() to invoke the compiler. See #356. ...
Sönke Ludwig committed on 22 Jun 2014
2014-04-23
@Sönke Ludwig
Put BuildSettings into its own module and invoke DMD to determine the actual build platform. ...
Sönke Ludwig committed on 23 Apr 2014
2014-03-19
@Sönke Ludwig
Output -l flags on the compiler command line after all source files. Fixes #281.
Sönke Ludwig committed on 19 Mar 2014
2014-03-04
@Sönke Ludwig
Merge branch 'dustmite'
Sönke Ludwig committed on 4 Mar 2014
2014-02-04
@Sönke Ludwig
Add -defaultlib=x to the flags that need to be passed to the separate linking stage for DMD.
Sönke Ludwig committed on 4 Feb 2014