History for dub_jkp / source / dub / compilers / gdc.d
2019-04-23
@Eugen Wissner
Use -dumpfullversion to determine GDC version
Eugen Wissner committed on 23 Apr 2019
2019-02-17
@Sönke Ludwig
Perform the tool chain checks based on the compiler name. ...
Sönke Ludwig committed on 17 Feb 2019
@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-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-07-25
@Martin Nowak
use GDC's -S flag to avoid creating an object file
Martin Nowak committed on 25 Jul 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
2017-04-11
@klemens
spelling fixes
klemens committed on 11 Apr 2017
2016-10-10
@Adrian Matoga
dmd, gdc: move common platform detection code to the base interface.
Adrian Matoga committed on 10 Oct 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
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
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-29
@Sönke Ludwig
Add support form -marm/-mthumb switches to GdcCompiler.
Sönke Ludwig committed on 29 Jul 2015
2015-07-26
@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-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-08-29
@Geod24
Various small fixes ...
Geod24 committed on 29 Aug 2014
2014-08-02
@Sönke Ludwig
Merge pull request #387 from ibuclaw/gdcopts ...
Sönke Ludwig committed on 2 Aug 2014
@Martin Nowak
faster determinePlatform ...
Martin Nowak committed on 2 Aug 2014