2013-11-13
@Sönke Ludwig
Add a DUB configuration to compile as a library without curl support.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Add a module for handling SemVer version strings - will replace the Version struct in the future.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Move command line processing to a separate module.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Fix unit test for DependencyGraph.
Sönke Ludwig committed on 13 Nov 2013
2013-11-12
@Sönke Ludwig
When doing separate compile/link building, pass (.o/.a/.ao/.dylib/.obj) files to the linker command line. ...
Sönke Ludwig committed on 12 Nov 2013
2013-11-11
@Sönke Ludwig
Merge pull request #162 from dawgfoto/fixDdox ...
Sönke Ludwig committed on 11 Nov 2013
2013-11-09
@Martin Nowak
shell glob must not be quoted
Martin Nowak committed on 9 Nov 2013
2013-11-08
@Sönke Ludwig
Fix up-to-date tracking of import and string import files.
Sönke Ludwig committed on 8 Nov 2013
@Sönke Ludwig
Some "dub describe" output corrections.
Sönke Ludwig committed on 8 Nov 2013
2013-11-07
@Sönke Ludwig
Perform target setup when performing a cached build. Fixes #159.
Sönke Ludwig committed on 7 Nov 2013
2013-11-06
@Sönke Ludwig
Avoid duplicate "package.json" entries in generated VisualD projects.
Sönke Ludwig committed on 6 Nov 2013
2013-11-05
@Sönke Ludwig
Preserve file ownership/permissions for copied files on Posix.
Sönke Ludwig committed on 5 Nov 2013
@Sönke Ludwig
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
@Sönke Ludwig
Merge pull request #158 from alexeibs/master ...
Sönke Ludwig committed on 5 Nov 2013
@Alexei Bykov
support of environment variables inside package.json
Alexei Bykov committed on 5 Nov 2013
@Sönke Ludwig
Improve warning message for non-existent source/import paths.
Sönke Ludwig committed on 5 Nov 2013
@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