History for dub_jkp / source / dub / compilers / dmd.d
2019-08-19
@Martin Kinkelin
Improve cross-compilation support (replace `version` checks by BuildPlatform runtime checks) ...
Martin Kinkelin committed on 19 Aug 2019
2019-06-13
@Mathis Beer
`alias Nullable.get this` will soon be deprecated. Use `.get`.
Mathis Beer committed on 13 Jun 2019
2019-05-06
@Samathy Barratt
fix #1003 - Check empty ldflags
Samathy Barratt committed on 6 May 2019
2019-04-23
@Eugen Wissner
Use -dumpfullversion to determine GDC version
Eugen Wissner committed on 23 Apr 2019
2019-03-22
@Sebastian Wilzbach
Windows: Don't use Optlink by default (#1661) ...
Sebastian Wilzbach authored on 22 Mar 2019 The Dlang Bot committed on 22 Mar 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-09-20
@Sebastian Wilzbach
Merge pull request #1542 from ohdatboi/implement_1427 ...
Sebastian Wilzbach authored on 20 Sep 2018 GitHub committed on 20 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
2018-01-31
@Sebastian Wilzbach
Remove use of the deprecated -gc DMD flag for debugInfoC
Sebastian Wilzbach committed on 31 Jan 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
2017-05-13
@Sönke Ludwig
Merge pull request #1100 from atilaneves/better_assert_message ...
Sönke Ludwig authored on 13 May 2017 GitHub committed on 13 May 2017
2017-04-11
@klemens
spelling fixes
klemens committed on 11 Apr 2017
2017-03-23
@Atila Neves
Better assert message for autodetect failure
Atila Neves committed on 23 Mar 2017
2016-11-28
@John Colvin
introduce x86-mscoff arch
John Colvin committed on 28 Nov 2016
2016-10-28
@John Colvin
prepend defaultlib on dmd
John Colvin committed on 28 Oct 2016
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-25
@Sönke Ludwig
Fix handling "libs" on Windows for BuildMode.allAtOnce. ...
Sönke Ludwig committed on 25 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
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