2014-04-23 |
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 |
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 -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 |
Add support for execution result callbacks in the build generator.
Sönke Ludwig
committed
on 27 Jan 2014
|
2014-01-08 |
Fix version(Linux) -> version(linux) - gotta love inconsistent naming...
Sönke Ludwig
committed
on 8 Jan 2014
|
2013-12-31 |
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 |
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
|
Put linker flags (including "libs") after linker "sourceFiles". See #199.
...
Sönke Ludwig
committed
on 29 Dec 2013
|
|
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-15 |
Don't emit -fPIC for DMD on Windows. Fixes #166.
Sönke Ludwig
committed
on 15 Nov 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 |
Issue -shared and -fPIC when building shared libraries with DMD. Fixes #138.
Sönke Ludwig
committed
on 24 Oct 2013
|
Fix handling of lib flags on Windows for GDC/LDC.
Sönke Ludwig
committed
on 24 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-08-11 |
Add -shared flag for DMD when building dynamic libraries.
Sönke Ludwig
committed
on 11 Aug 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-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
|
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig
committed
on 19 Jun 2013
|
|
2013-06-18 |
Fix explicit 32-bit/64-bit compilation for DMD with separate compile/link passes.
Sönke Ludwig
committed
on 18 Jun 2013
|
2013-06-17 |
Add some basic example projects.
Sönke Ludwig
committed
on 17 Jun 2013
|
2013-05-05 |
Attempt to fix handling of "-Wl" flags returned by "pkg-config".
Sönke Ludwig
committed
on 5 May 2013
|
2013-04-17 |
Fix inclusion of debug information for the separate compile/link mode.
Sönke Ludwig
committed
on 17 Apr 2013
|
Fix static library builds for all compilers. Partial fix for #53.
...
Sönke Ludwig
committed
on 17 Apr 2013
|
|
DMD static library build fix, attempt 2
Vadim Lopatin
committed
on 17 Apr 2013
|
|
2013-04-12 |
Use "dmd" to link in the build generator also on Windows. Fixes #57.
...
Sönke Ludwig
committed
on 12 Apr 2013
|
2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|