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-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-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-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
|
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-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 |
Fix handling of lib flags on Windows for GDC/LDC.
Sönke Ludwig
committed
on 24 Oct 2013
|
2013-10-21 |
Fix "-w" to be the default warnings mode again.
Sönke Ludwig
committed
on 21 Oct 2013
|
2013-09-25 |
Let the individual compiler classes handle passing arguments to the compiler. Fixes #86.
Sönke Ludwig
committed
on 25 Sep 2013
|
2013-09-15 |
Change BuildOptions.init from "debug_" to the new "none" to fix bogus -debug flags during compilation.
...
Sönke Ludwig
committed
on 15 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-20 |
Fix building of libraries with no explicit target type set. See #87.
Sönke Ludwig
committed
on 20 Jul 2013
|
Ignore import libraries when building a static library. Fixes #91.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
2013-07-19 |
Add "workingDirectory" build setting to change the working directory from which the final executable will be run. Fixes #84.
Sönke Ludwig
committed
on 19 Jul 2013
|
2013-07-10 |
Avoid bogus warnings about non-recommended dflags.
Sönke Ludwig
committed
on 10 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-17 |
Compiler and linker flags are not added in a unique way anymore.
...
Sönke Ludwig
committed
on 17 Jun 2013
|