2013-11-05 |
Integrate the rdmd generator into the build generator and start to implement build caching.
...
Sönke Ludwig
committed
on 5 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
|
Fix running executables that are not built in the CWD and create the target path if necessary.
Sönke Ludwig
committed
on 4 Nov 2013
|
|
2013-11-03 |
Build to a temporary folder only if necessary. Fixes #82.
Sönke Ludwig
committed
on 3 Nov 2013
|
2013-11-02 |
|
Support excluding paths using glob matching.
Jacob Carlborg
committed
on 2 Nov 2013
|
|
Let "dub --build=ddox" start a local HTTP server instead of generating .html files.
Sönke Ludwig
committed
on 2 Nov 2013
|
|
Fix "dub --build=ddox" and let it open the docs in the system browser automatically.
Sönke Ludwig
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
|
|
Represent empty relative paths as "." instead of an empty string for Path.toNativeString(). Fixes #153.
Sönke Ludwig
committed
on 2 Nov 2013
|
|
2013-11-01 |
Rename Dub.get() to Dub.fetch(). See #150.
Sönke Ludwig
committed
on 1 Nov 2013
|
Fix error message in case of an empty source path. See #149.
Sönke Ludwig
committed
on 1 Nov 2013
|
|
Extend "dub init" to take an optional type argument and don't create "public"/"views" folders by default. Fixes #152.
...
Sönke Ludwig
committed
on 1 Nov 2013
|
|
|
|
Commands: "get" -> "fetch"
Dicebot
committed
on 1 Nov 2013
|
|
Add usage notification for Run 'dub help' for usage information.
Dicebot
committed
on 1 Nov 2013
|
|
Add backwards-compatible aliases no renamed commands
Dicebot
committed
on 1 Nov 2013
|
|
|
|
2013-10-26 |
Exit when package loading fails. Fixes #145.
Sönke Ludwig
committed
on 26 Oct 2013
|
2013-10-25 |
Fix "dub -- app args".
Sönke Ludwig
committed
on 25 Oct 2013
|
2013-10-24 |
Always output the DUB version number when -v is specified.
Sönke Ludwig
committed
on 24 Oct 2013
|
|
|
Make "dub build --build=ddox" work for any target type and avoid including dependencies in the documentation. Fixes #142.
Sönke Ludwig
committed
on 24 Oct 2013
|
|
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-22 |
Use the exact dependencies instead of base packages for missing dependency resolution. Fixes #140.
Sönke Ludwig
committed
on 22 Oct 2013
|
2013-10-21 |
Fix "-w" to be the default warnings mode again.
Sönke Ludwig
committed
on 21 Oct 2013
|
Add a "targetFileName" field to the output of "dub describe" (a platform and target type specific version of "targetName"). Fixes rejectedsoftware/dub-registry#25.
Sönke Ludwig
committed
on 21 Oct 2013
|