2013-11-05 |
Delete files before overwriting them in copyFile. Allows to rebuild an application while it is running on Linux.
Sönke Ludwig
committed
on 5 Nov 2013
|
---|---|
|
|
support of environment variables inside package.json
Alexei Bykov
committed
on 5 Nov 2013
|
|
Improve warning message for non-existent source/import paths.
Sönke Ludwig
committed
on 5 Nov 2013
|
|
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 |
|