History for dub_jkp / source / dub / compilers / ldc.d
2016-04-20
@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-21
@Guillaume Piolat
LDC 0.16.0 removed the -noboundschecks flag, replace with -boundscheck=off which is already existing in 0.15.x
Guillaume Piolat committed on 21 Sep 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
Partially fix shared library build for LDC and skip tests for LDC/GDC. ...
Sönke Ludwig committed on 26 Jul 2015
@Sönke Ludwig
Use -fPIC for shared libraries compiled with LDC/GDC, too.
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-05-26
@ponce
Pass 'x86-64' arch to LDC instead of 'x86_64'
ponce committed on 26 May 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
2015-02-03
@Dicebot
Use unique filenames for temporary files ...
Dicebot committed on 3 Feb 2015
2014-06-30
@Geod24
Fix error message with LDC
Geod24 committed on 30 Jun 2014
@Geod24
Fix output flags for compilers != dmd
Geod24 committed on 30 Jun 2014
2014-06-27
@Geod24
Make prepareBuildSettings, extractBuildOptions and setTarget const
Geod24 committed on 27 Jun 2014
2014-05-22
@James Clarke
Removed trailing whitespace
James Clarke committed on 22 May 2014
2014-04-03
@Dmitri Makarov
Enable library targets for LDC compiler.
Dmitri Makarov committed on 3 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 simple support for --arch and LDC.
Sönke Ludwig committed on 4 Feb 2014
2014-01-27
@Sönke Ludwig
Add support for execution result callbacks in the build generator.
Sönke Ludwig committed on 27 Jan 2014
2013-12-17
@Sönke Ludwig
Rename BuildOptions.noBoundsChecks to noBoundsCheck to be consistent with BuildRequirements.requireBoundsCheck.
Sönke Ludwig committed on 17 Dec 2013
2013-12-11
@Sönke Ludwig
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig committed on 11 Dec 2013
2013-11-02
@Sönke Ludwig
Remove dub.internal.std.process compatibility code as it doesn't support browse() and the compile status on older DMD versions isn't tracked anyway.
Sönke Ludwig committed on 2 Nov 2013
2013-10-24
@Sönke Ludwig
Fix handling of lib flags on Windows for GDC/LDC.
Sönke Ludwig committed on 24 Oct 2013
2013-10-23
@finalpatch
fix gdc/ldc build options
finalpatch committed on 23 Oct 2013
2013-09-25
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
@Sönke Ludwig
Let the individual compiler classes handle passing arguments to the compiler. Fixes #86.
Sönke Ludwig committed on 25 Sep 2013