History for dub_jkp / source / dub / dub.d
2013-12-04
@Sönke Ludwig
Use an existing "unittest" configuration for "dub test" by default.
Sönke Ludwig committed on 4 Dec 2013
2013-12-02
@Sönke Ludwig
Rename badly named PackageManager.get to storeFetchedPackage.
Sönke Ludwig committed on 2 Dec 2013
2013-12-01
@Sönke Ludwig
Also fall back to "dub -b unittest" if there are no source files in the selected library configuration.
Sönke Ludwig committed on 1 Dec 2013
@Sönke Ludwig
Fall back to "dub -b unittest" when "dub test" finds no library configuration.
Sönke Ludwig committed on 1 Dec 2013
2013-11-30
@Sönke Ludwig
Implement the "test" command.
Sönke Ludwig committed on 30 Nov 2013
2013-11-29
@Sönke Ludwig
Let --annotate work for all commands.
Sönke Ludwig committed on 29 Nov 2013
@Sönke Ludwig
Revamp the command line interface with cleanly separated command implementations.
Sönke Ludwig committed on 29 Nov 2013
2013-11-22
@Sönke Ludwig
Code cosmetics.
Sönke Ludwig committed on 22 Nov 2013
2013-11-21
@Sönke Ludwig
Fix naming convention of PlacementLocation.
Sönke Ludwig committed on 21 Nov 2013
@Sönke Ludwig
Only install pre-release versions with "dub upgrade --prerelease" if release versions are also available.
Sönke Ludwig committed on 21 Nov 2013
@Sönke Ludwig
Don't upgrade unmanaged packages. Fixes #171. ...
Sönke Ludwig committed on 21 Nov 2013
2013-11-20
@Sönke Ludwig
Fix --build=ddox.
Sönke Ludwig committed on 20 Nov 2013
2013-11-18
@Sönke Ludwig
Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available.
Sönke Ludwig committed on 18 Nov 2013
2013-11-09
@Martin Nowak
shell glob must not be quoted
Martin Nowak committed on 9 Nov 2013
2013-11-02
@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
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
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
@Dicebot
Remove 'installation' references. ...
Dicebot committed on 1 Nov 2013
2013-10-24
@Sönke Ludwig
Fix "dub build --build=ddox" on Windows. ...
Sönke Ludwig committed on 24 Oct 2013
2013-10-21
@Sönke Ludwig
Fix running dub from a non-package path and allow sub packages to reference their parent.
Sönke Ludwig committed on 21 Oct 2013
2013-10-17
@Sönke Ludwig
Implement building of specific packages, including sub packages.
Sönke Ludwig committed on 17 Oct 2013
2013-09-25
@Sönke Ludwig
Remove the now redundant GeneratorSettings.compilerBinary field.
Sönke Ludwig committed on 25 Sep 2013
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
2013-09-18
@Matthias Dondorff
dub init will create a package.json with a valid package name, i.e. a name with all lowercase characters.
Matthias Dondorff committed on 18 Sep 2013
@Sönke Ludwig
Implement --root=PATH switch to override the current working directory.
Sönke Ludwig committed on 18 Sep 2013
@Sönke Ludwig
Fix handling of paths containing spaces when copying DDOX resources.
Sönke Ludwig committed on 18 Sep 2013
@Sönke Ludwig
Fix compilation.
Sönke Ludwig committed on 18 Sep 2013
2013-09-15
@Matthias Dondorff
Moved Journal into packagemanager.d. Removed Project.writeMetadata as it is not used. Documentation typos and updates.
Matthias Dondorff committed on 15 Sep 2013