History for dub_jkp / source / dub / compilers / dmd.d
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
@machindertech
Fixed Windows singleFile build mode issues ...
machindertech committed on 12 Feb 2015
2015-02-03
@Dicebot
Use unique filenames for temporary files ...
Dicebot committed on 3 Feb 2015
2014-08-02
@Martin Nowak
faster determinePlatform ...
Martin Nowak committed on 2 Aug 2014
2014-07-19
@Sönke Ludwig
Merge pull request #380 from Geod24/ct-platform-probe ...
Sönke Ludwig committed on 19 Jul 2014
2014-07-18
@Geod24
Make the platform probe the file at CT, hence allow it to work for X compilation
Geod24 committed on 18 Jul 2014
@Geod24
Invoke the binary for linking, not the name
Geod24 committed on 18 Jul 2014
2014-06-30
@Geod24
Fix output flags for compilers != dmd
Geod24 committed on 30 Jun 2014
2014-06-29
@Geod24
Added singleFile support
Geod24 committed on 29 Jun 2014
2014-06-27
@Geod24
Make prepareBuildSettings, extractBuildOptions and setTarget const
Geod24 committed on 27 Jun 2014
2014-06-22
@Sönke Ludwig
Use executeShell() to invoke the compiler. See #356. ...
Sönke Ludwig committed on 22 Jun 2014
2014-04-23
@Sönke Ludwig
Put BuildSettings into its own module and invoke DMD to determine the actual build platform. ...
Sönke Ludwig committed on 23 Apr 2014
2014-03-19
@Sönke Ludwig
Output -l flags on the compiler command line after all source files. Fixes #281.
Sönke Ludwig committed on 19 Mar 2014
2014-03-04
@Sönke Ludwig
Merge branch 'dustmite'
Sönke Ludwig committed on 4 Mar 2014
2014-02-04
@Sönke Ludwig
Add -defaultlib=x to the flags that need to be passed to the separate linking stage for DMD.
Sönke Ludwig committed on 4 Feb 2014
2014-01-27
@Sönke Ludwig
Add support for execution result callbacks in the build generator.
Sönke Ludwig committed on 27 Jan 2014
2014-01-08
@Sönke Ludwig
Fix version(Linux) -> version(linux) - gotta love inconsistent naming...
Sönke Ludwig committed on 8 Jan 2014
2013-12-31
@Sönke Ludwig
Use --no-as-needed only in Linux (OSX's LLVM based tool chain doesn't support it).
Sönke Ludwig committed on 31 Dec 2013
2013-12-29
@Sönke Ludwig
Add --no-as-needed to avoid linker errors with new GCC versions used as the linker front end. See #199.
Sönke Ludwig committed on 29 Dec 2013
@Sönke Ludwig
Put linker flags (including "libs") after linker "sourceFiles". See #199. ...
Sönke Ludwig committed on 29 Dec 2013
2013-12-17
@Sönke Ludwig
Rename BuildOptions.noBoundsChecks to noBoundsCheck to be consistent with BuildRequirements.requireBoundsCheck.
Sönke Ludwig committed on 17 Dec 2013
2013-12-11
@Sönke Ludwig
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig committed on 11 Dec 2013
2013-11-15
@Sönke Ludwig
Don't emit -fPIC for DMD on Windows. Fixes #166.
Sönke Ludwig committed on 15 Nov 2013
2013-11-02
@Sönke Ludwig
Remove dub.internal.std.process compatibility code as it doesn't support browse() and the compile status on older DMD versions isn't tracked anyway.
Sönke Ludwig committed on 2 Nov 2013
2013-10-24
@Sönke Ludwig
Issue -shared and -fPIC when building shared libraries with DMD. Fixes #138.
Sönke Ludwig committed on 24 Oct 2013
@Sönke Ludwig
Fix handling of lib flags on Windows for GDC/LDC.
Sönke Ludwig committed on 24 Oct 2013
2013-09-25
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
@Sönke Ludwig
Let the individual compiler classes handle passing arguments to the compiler. Fixes #86.
Sönke Ludwig committed on 25 Sep 2013
2013-08-11
@Sönke Ludwig
Add -shared flag for DMD when building dynamic libraries.
Sönke Ludwig committed on 11 Aug 2013
2013-07-25
@Sönke Ludwig
Generalize common compiler switches in the form of a BuildOptions enum. ...
Sönke Ludwig committed on 25 Jul 2013