History for dub_jkp / source / dub / compilers
2017-02-13
@Andrey Penechko
Temporary fix for 'Failed to apply the selected architecture x86_mscoff. Got ["x86"]' when passing --arch=x86_mscoff
Andrey Penechko committed on 13 Feb 2017
2016-12-02
@Sönke Ludwig
Merge branch 'stable'
Sönke Ludwig committed on 2 Dec 2016
2016-11-28
@John Colvin
introduce x86-mscoff arch
John Colvin committed on 28 Nov 2016
@Sönke Ludwig
Fix deprecation warning on Windows.
Sönke Ludwig committed on 28 Nov 2016
2016-10-28
@John Colvin
remove defaultlib for ldc shared libs
John Colvin committed on 28 Oct 2016
@John Colvin
prepend defaultlib on dmd
John Colvin committed on 28 Oct 2016
2016-10-10
@Adrian Matoga
ldc: call probePlatform as other Compilers do.
Adrian Matoga committed on 10 Oct 2016
@Adrian Matoga
dmd, gdc: move common platform detection code to the base interface.
Adrian Matoga committed on 10 Oct 2016
2016-09-24
@Martin Nowak
fix ldc optimization settings ...
Martin Nowak authored on 24 Sep 2016 GitHub committed on 24 Sep 2016
2016-09-13
@Олег Леленков
Fix -defaultlib flag for ldc2 compiler
Олег Леленков committed on 13 Sep 2016
2016-06-24
@Sönke Ludwig
Eliminate use of Json.opDispatch. ...
Sönke Ludwig committed on 24 Jun 2016
2016-06-01
@ponce
Align LDC invoke function on DMD one. Fix both #859 and #834.
ponce committed on 1 Jun 2016
2016-05-27
@Sönke Ludwig
Merge pull request #688 from dlang/fix_issue_618 ...
Sönke Ludwig committed on 27 May 2016
2016-05-25
@Sönke Ludwig
Fix handling "libs" on Windows for BuildMode.allAtOnce. ...
Sönke Ludwig committed on 25 May 2016
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-27
@Sönke Ludwig
Determine linker used by LDC on Windows dynamically. Fixes #618.
Sönke Ludwig committed on 27 Apr 2016
@Sönke Ludwig
Move getTargetFileName to Compiler interface. ...
Sönke Ludwig committed on 27 Apr 2016
2016-04-26
@Sönke Ludwig
Fix build error on Windows.
Sönke Ludwig committed on 26 Apr 2016
2016-04-22
@Sönke Ludwig
Deprecate dub.compilers.compiler.defaultCompiler and improve docs. ...
Sönke Ludwig committed on 22 Apr 2016
2016-04-21
@Sönke Ludwig
Move compiler registration code from to dub.dub. ...
Sönke Ludwig committed on 21 Apr 2016
@Sönke Ludwig
Move the isLinkerFile unit test to the function definition.
Sönke Ludwig committed on 21 Apr 2016
@Sönke Ludwig
Fix warnings.
Sönke Ludwig committed on 21 Apr 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
Add documentation for dub.compilers.compiler/utils.
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
@Sönke Ludwig
Move BuildPlatform to dub.platform and improve docs.
Sönke Ludwig committed on 20 Apr 2016
2016-04-05
@Sönke Ludwig
Fix all deprecation warnings on 2.071.0-b1, except for std.stream. ...
Sönke Ludwig committed on 5 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
2016-03-17
@Jean-Baptiste Lab
Fix for issue #782. Analyze the output of pkg-config --libs <lib> and massage them if they appear to already be ready for direct use with the compiler. ...
Jean-Baptiste Lab committed on 17 Mar 2016