History for dub_jkp / source / dub / compilers / ldc.d
2019-02-17
@Sönke Ludwig
Change toolchainRequirements fields to Dependency. ...
Sönke Ludwig committed on 17 Feb 2019
2018-12-23
@Remi Thebault
toolchainRequirements recipe support
Remi Thebault committed on 23 Dec 2018
2018-09-20
@Sebastian Wilzbach
Merge pull request #1560 from dlang/cache_ldc_coff_status ...
Sebastian Wilzbach authored on 20 Sep 2018 GitHub committed on 20 Sep 2018
@Sebastian Wilzbach
Merge pull request #1542 from ohdatboi/implement_1427 ...
Sebastian Wilzbach authored on 20 Sep 2018 GitHub committed on 20 Sep 2018
2018-09-14
@Petar Kirov
Merge pull request #1543 from ohdatboi/fix_1228 ...
Petar Kirov authored on 14 Sep 2018 GitHub committed on 14 Sep 2018
2018-09-09
@Sönke Ludwig
Cache the COFF generation status for LDC. ...
Sönke Ludwig committed on 9 Sep 2018
@Nicholas Wilson
Fix detection for other msvc triples ...
Nicholas Wilson authored on 9 Sep 2018 GitHub committed on 9 Sep 2018
2018-08-25
@Anton Fediushin
Add betterC build option
Anton Fediushin committed on 25 Aug 2018
2018-08-24
@Anton Fediushin
Fix dynamicLibrary extensions on OSX. Fixes #1228
Anton Fediushin committed on 24 Aug 2018
2017-12-04
@Sönke Ludwig
Rename Path to NativePath. ...
Sönke Ludwig authored on 6 Nov 2017 Sebastian Wilzbach committed on 4 Dec 2017
2017-09-20
@Joakim
Refactor determinePlatform, determineArchitecture, and determineCompiler from dub.platform into strings that can be pasted into generatePlatformProbeFile and remove unused imports.
Joakim committed on 20 Sep 2017
2017-06-27
@John Colvin
unused imports
John Colvin committed on 27 Jun 2017
@John Colvin
make pic inherited for dynamic libraries
John Colvin committed on 27 Jun 2017
2016-10-28
@John Colvin
remove defaultlib for ldc shared libs
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
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-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-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-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-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