2015-07-26 |
Partially fix shared library build for LDC and skip tests for LDC/GDC.
...
Sönke Ludwig
committed
on 26 Jul 2015
|
---|---|
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-05-26 |
Pass 'x86-64' arch to LDC instead of 'x86_64'
ponce
committed
on 26 May 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-06-30 |
Fix error message with LDC
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-05-22 |
Removed trailing whitespace
James Clarke
committed
on 22 May 2014
|
2014-04-03 |
Enable library targets for LDC compiler.
Dmitri Makarov
committed
on 3 Apr 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-03-04 |
Merge branch 'dustmite'
Sönke Ludwig
committed
on 4 Mar 2014
|
2014-02-04 |
Add simple support for --arch and LDC.
Sönke Ludwig
committed
on 4 Feb 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
|
2013-10-23 |
fix gdc/ldc build options
finalpatch
committed
on 23 Oct 2013
|
2013-09-25 |
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig
committed
on 25 Sep 2013
|
Let the individual compiler classes handle passing arguments to the compiler. Fixes #86.
Sönke Ludwig
committed
on 25 Sep 2013
|
|
2013-07-25 |
Generalize common compiler switches in the form of a BuildOptions enum.
...
Sönke Ludwig
committed
on 25 Jul 2013
|
2013-07-21 |
Improve adherence to code conventions.
Sönke Ludwig
committed
on 21 Jul 2013
|
2013-07-02 |
Fix handling of -enable-inlining, -d-debug, -d-version and -disable-boundscheck arguments in the LdcCompiler class. Supposedly fixes #86, but not tested, yet.
Sönke Ludwig
committed
on 2 Jul 2013
|
2013-06-19 |
Introduce TargetType.none, fix handling of non-target project's dependencies and avoid continuous reinstalls of referenced sub-packages.
Sönke Ludwig
committed
on 19 Jun 2013
|
2013-05-05 |
Fix LDC linker flag specification and add workaround for conflicting object file names.
Sönke Ludwig
committed
on 5 May 2013
|
Use -d-debug instead of -debug for LDC.
Sönke Ludwig
committed
on 5 May 2013
|
|
Attempt to fix handling of "-Wl" flags returned by "pkg-config".
Sönke Ludwig
committed
on 5 May 2013
|
|
2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|