History for dub_jkp / source / dub / compilers / compiler.d
2020-08-04
@SHOO
Add architecture x86_omf for windows-dmd
SHOO authored on 27 Jul 2020 The Dlang Bot committed on 4 Aug 2020
2020-03-20
@Martin Kinkelin
LDC: Suppress noisy warning when cross-compiling via -arch=<triple>
Martin Kinkelin committed on 20 Mar 2020
2019-12-20
@Geod24
Fix #1206: Remove warning when using ldmd2 or gdmd ...
Geod24 committed on 20 Dec 2019
2019-08-19
@Martin Kinkelin
Improve cross-compilation support (replace `version` checks by BuildPlatform runtime checks) ...
Martin Kinkelin committed on 19 Aug 2019
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
@Sönke Ludwig
Remove the additional '|' syntax for toolchain requirements. ...
Sönke Ludwig committed on 17 Feb 2019
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