2016-04-20 |
Move utility functions from dub.compilers.compiler to dub.compilers.utils.
Sönke Ludwig
committed
on 20 Apr 2016
|
---|---|
Fix naming convention for the compiler handler classes and add documentation.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
2015-10-18 |
|
2015-09-14 |
|
2015-08-09 |
|
2015-08-07 |
Fix #624: --data=libs should output in compiler-format, not linker format.
Nick Sabalausky
committed
on 7 Aug 2015
|
2015-07-29 |
Add support form -marm/-mthumb switches to GdcCompiler.
Sönke Ludwig
committed
on 29 Jul 2015
|
2015-07-26 |
Use -fPIC for shared libraries compiled with LDC/GDC, too.
Sönke Ludwig
committed
on 26 Jul 2015
|
2015-06-26 |
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig
committed
on 26 Jun 2015
|
2015-02-12 |
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 |
|
2014-08-29 |
|
2014-08-02 |
|
|
|
2014-08-01 |
Add some missing build options for gdc
Iain Buclaw
committed
on 1 Aug 2014
|
2014-07-19 |
|
2014-07-18 |
Make the platform probe the file at CT, hence allow it to work for X compilation
Geod24
committed
on 18 Jul 2014
|
Invoke the binary for linking, not the name
Geod24
committed
on 18 Jul 2014
|
|
2014-06-30 |
Implement separate linking on gdc
Geod24
committed
on 30 Jun 2014
|
Fix output flags for compilers != dmd
Geod24
committed
on 30 Jun 2014
|
|
2014-06-27 |
Make prepareBuildSettings, extractBuildOptions and setTarget const
Geod24
committed
on 27 Jun 2014
|
2014-06-22 |
|
2014-05-22 |
Ensure all files end with a newline
James Clarke
committed
on 22 May 2014
|
2014-05-11 |
Compilers: Add arch support for gdc
Kinsey Moore
committed
on 11 May 2014
|
2014-03-19 |
Output -l flags on the compiler command line after all source files. Fixes #281.
Sönke Ludwig
committed
on 19 Mar 2014
|
2014-01-27 |
Add support for execution result callbacks in the build generator.
Sönke Ludwig
committed
on 27 Jan 2014
|
2013-12-17 |
Rename BuildOptions.noBoundsChecks to noBoundsCheck to be consistent with BuildRequirements.requireBoundsCheck.
Sönke Ludwig
committed
on 17 Dec 2013
|
2013-12-11 |
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig
committed
on 11 Dec 2013
|
2013-11-02 |
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 |
Fix handling of lib flags on Windows for GDC/LDC.
Sönke Ludwig
committed
on 24 Oct 2013
|