2013-11-05
@Sönke Ludwig
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
@Sönke Ludwig
Import and string import files are now added to generated VisualD projects and "dub describe".
Sönke Ludwig committed on 4 Nov 2013
@Sönke Ludwig
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
@Sönke Ludwig
Build to a temporary folder only if necessary. Fixes #82.
Sönke Ludwig committed on 3 Nov 2013
2013-11-02
@Sönke Ludwig
Merge pull request #155 from jacob-carlborg/exclude_glob ...
Sönke Ludwig committed on 2 Nov 2013
@Jacob Carlborg
Support excluding paths using glob matching.
Jacob Carlborg committed on 2 Nov 2013
@Sönke Ludwig
Let "dub --build=ddox" start a local HTTP server instead of generating .html files.
Sönke Ludwig committed on 2 Nov 2013
@Sönke Ludwig
Fix "dub --build=ddox" and let it open the docs in the system browser automatically.
Sönke Ludwig committed on 2 Nov 2013
@Sönke Ludwig
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
@Sönke Ludwig
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
@Sönke Ludwig
Rename Dub.get() to Dub.fetch(). See #150.
Sönke Ludwig committed on 1 Nov 2013
@Sönke Ludwig
Fix error message in case of an empty source path. See #149.
Sönke Ludwig committed on 1 Nov 2013
@Sönke Ludwig
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
@Sönke Ludwig
Merge pull request #150 from Dicebot/install_rename ...
Sönke Ludwig committed on 1 Nov 2013
@Dicebot
Commands: "get" -> "fetch"
Dicebot committed on 1 Nov 2013
@Dicebot
Add usage notification for Run 'dub help' for usage information.
Dicebot committed on 1 Nov 2013
@Dicebot
Add backwards-compatible aliases no renamed commands
Dicebot committed on 1 Nov 2013
@Dicebot
Remove 'installation' references. ...
Dicebot committed on 1 Nov 2013
2013-10-26
@Sönke Ludwig
Exit when package loading fails. Fixes #145.
Sönke Ludwig committed on 26 Oct 2013
2013-10-25
@Sönke Ludwig
Fix "dub -- app args".
Sönke Ludwig committed on 25 Oct 2013
2013-10-24
@Sönke Ludwig
Always output the DUB version number when -v is specified.
Sönke Ludwig committed on 24 Oct 2013
@Sönke Ludwig
Fix "dub build --build=ddox" on Windows. ...
Sönke Ludwig committed on 24 Oct 2013
@Sönke Ludwig
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
@Sönke Ludwig
Issue -shared and -fPIC when building shared libraries with DMD. Fixes #138.
Sönke Ludwig committed on 24 Oct 2013
@Sönke Ludwig
Fix handling of lib flags on Windows for GDC/LDC.
Sönke Ludwig committed on 24 Oct 2013
2013-10-23
@Sönke Ludwig
Merge pull request #143 from finalpatch/master ...
Sönke Ludwig committed on 23 Oct 2013
@finalpatch
fix gdc/ldc build options
finalpatch committed on 23 Oct 2013
2013-10-22
@Sönke Ludwig
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
@Sönke Ludwig
Fix "-w" to be the default warnings mode again.
Sönke Ludwig committed on 21 Oct 2013
@Sönke Ludwig
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