2014-04-11 |
Improve diagnostic messages for pkg-config.
Sönke Ludwig
committed
on 11 Apr 2014
|
---|---|
|
|
2014-04-04 |
Missing tilde
sinkuu
committed
on 4 Apr 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-26 |
Also warn about using certain "buildOptions" in addition to "dflags".
Sönke Ludwig
committed
on 26 Feb 2014
|
2014-02-13 |
Warn when using -m32/-m64 directly.
Sönke Ludwig
committed
on 13 Feb 2014
|
2014-02-04 |
Add simple support for --arch and LDC.
Sönke Ludwig
committed
on 4 Feb 2014
|
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-21 |
Avoid using the deprecated canFind function.
Sönke Ludwig
committed
on 21 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-19 |
Implement individual building of dependencies.
Sönke Ludwig
committed
on 19 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-15 |
Enforce build requirements when generating VisualD projects. Fixes #188.
Sönke Ludwig
committed
on 15 Dec 2013
|
2013-12-11 |
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig
committed
on 11 Dec 2013
|
2013-11-29 |
|
2013-11-15 |
Don't emit -fPIC for DMD on Windows. Fixes #166.
Sönke Ludwig
committed
on 15 Nov 2013
|
2013-11-04 |
Import and string import files are now added to generated VisualD projects and "dub describe".
Sönke Ludwig
committed
on 4 Nov 2013
|
2013-11-02 |
Support excluding paths using glob matching.
Jacob Carlborg
committed
on 2 Nov 2013
|
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-10-23 |
fix gdc/ldc build options
finalpatch
committed
on 23 Oct 2013
|
2013-10-21 |
Fix "-w" to be the default warnings mode again.
Sönke Ludwig
committed
on 21 Oct 2013
|
2013-09-26 |
Properly escape arguments in GDC response files. Fixes #125.
Sönke Ludwig
committed
on 26 Sep 2013
|