2017-12-04 |
Rename Path to NativePath.
...
Sönke Ludwig
authored
on 6 Nov 2017
Sebastian Wilzbach
committed
on 4 Dec 2017
|
---|---|
2017-09-20 |
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 |
unused imports
John Colvin
committed
on 27 Jun 2017
|
make pic inherited for dynamic libraries
John Colvin
committed
on 27 Jun 2017
|
|
2016-10-28 |
remove defaultlib for ldc shared libs
John Colvin
committed
on 28 Oct 2016
|
2016-10-10 |
ldc: call probePlatform as other Compilers do.
Adrian Matoga
committed
on 10 Oct 2016
|
2016-09-24 |
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 |
Align LDC invoke function on DMD one. Fix both #859 and #834.
ponce
committed
on 1 Jun 2016
|
2016-05-27 |
|
2016-05-23 |
Remove deprecated functionality to prepare for 1.0.0.
Sönke Ludwig
committed
on 23 May 2016
|
2016-04-27 |
Determine linker used by LDC on Windows dynamically. Fixes #618.
Sönke Ludwig
committed
on 27 Apr 2016
|
|
|
2016-04-20 |
Mention version of removal for all deprecated public symbols.
Sönke Ludwig
committed
on 20 Apr 2016
|
Move utility functions from dub.compilers.compiler to dub.compilers.utils.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
Fix naming convention for the compiler handler classes and add documentation.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
2016-04-01 |
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 |
|
2015-09-21 |
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 |
|
2015-08-09 |
|
2015-08-07 |
Fix #624: --data=libs should output in compiler-format, not linker format.
Nick Sabalausky
committed
on 7 Aug 2015
|
2015-07-26 |
Partially fix shared library build for LDC and skip tests for LDC/GDC.
...
Sönke Ludwig
committed
on 26 Jul 2015
|
Use -fPIC for shared libraries compiled with LDC/GDC, too.
Sönke Ludwig
committed
on 26 Jul 2015
|
|
2015-06-26 |
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig
committed
on 26 Jun 2015
|
2015-05-26 |
Pass 'x86-64' arch to LDC instead of 'x86_64'
ponce
committed
on 26 May 2015
|
2015-02-12 |
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 |
|
2014-06-30 |
Fix error message with LDC
Geod24
committed
on 30 Jun 2014
|
Fix output flags for compilers != dmd
Geod24
committed
on 30 Jun 2014
|