History for dub_jkp / source / dub / compilers / compiler.d
2018-12-23
@Remi Thebault
toolchainRequirements recipe support
Remi Thebault committed on 23 Dec 2018
2017-02-14
@Sönke Ludwig
Also fix x86_mscoff to be available as a platform specifier. See #1059.
Sönke Ludwig committed on 14 Feb 2017
@Sönke Ludwig
Merge pull request #1059 from MrSmith33/master ...
Sönke Ludwig committed on 14 Feb 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-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
2016-04-20
@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-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
2015-09-14
@Sönke Ludwig
Merge pull request #679 from Abscissa/fix624 ...
Sönke Ludwig committed on 14 Sep 2015
2015-09-12
@Marc Schütz
The default compiler should not depend on DUB's own build environment
Marc Schütz committed on 12 Sep 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-11
@Sönke Ludwig
Improve error message for invalid platform specifications. ...
Sönke Ludwig committed on 11 Jul 2015
2015-07-10
@Sönke Ludwig
Fix naming convention of FileMode enum. ...
Sönke Ludwig committed on 10 Jul 2015
2015-06-26
@Sönke Ludwig
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig committed on 26 Jun 2015
2015-04-06
@Martin Nowak
replace for loops and additional filtering with partition
Martin Nowak committed on 6 Apr 2015
2015-03-31
@tomykaira
Support packages without "lib" prefix in pkg-config ...
tomykaira committed on 31 Mar 2015
2015-03-21
@Nicolas Sicard
Fixed typo in compilers/compiler.d
Nicolas Sicard committed on 21 Mar 2015
2015-03-12
@Dmitri Makarov
Fix misplaced closing bracket.
Dmitri Makarov committed on 12 Mar 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-11
@Martin Nowak
fixup #506 ...
Martin Nowak committed on 11 Feb 2015
@Dicebot
Fix: dub broken if compiled with absolute path DC ...
Dicebot committed on 11 Feb 2015
2015-02-03
@Dicebot
Use unique filenames for temporary files ...
Dicebot committed on 3 Feb 2015
2015-01-05
@Martin Nowak
fix Issue 480 - default to available compiler ...
Martin Nowak committed on 5 Jan 2015
2014-08-29
@Geod24
Various small fixes ...
Geod24 committed on 29 Aug 2014