2013-12-04 |
Use an existing "unittest" configuration for "dub test" by default.
Sönke Ludwig
committed
on 4 Dec 2013
|
---|---|
2013-12-02 |
Rename badly named PackageManager.get to storeFetchedPackage.
Sönke Ludwig
committed
on 2 Dec 2013
|
2013-12-01 |
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
|
Fall back to "dub -b unittest" when "dub test" finds no library configuration.
Sönke Ludwig
committed
on 1 Dec 2013
|
|
2013-11-30 |
Implement the "test" command.
Sönke Ludwig
committed
on 30 Nov 2013
|
2013-11-29 |
Let --annotate work for all commands.
Sönke Ludwig
committed
on 29 Nov 2013
|
Revamp the command line interface with cleanly separated command implementations.
Sönke Ludwig
committed
on 29 Nov 2013
|
|
2013-11-22 |
Code cosmetics.
Sönke Ludwig
committed
on 22 Nov 2013
|
2013-11-21 |
Fix naming convention of PlacementLocation.
Sönke Ludwig
committed
on 21 Nov 2013
|
Only install pre-release versions with "dub upgrade --prerelease" if release versions are also available.
Sönke Ludwig
committed
on 21 Nov 2013
|
|
|
|
2013-11-20 |
Fix --build=ddox.
Sönke Ludwig
committed
on 20 Nov 2013
|
2013-11-18 |
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 |
shell glob must not be quoted
Martin Nowak
committed
on 9 Nov 2013
|
2013-11-02 |
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
|
|
2013-11-01 |
Rename Dub.get() to Dub.fetch(). See #150.
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
|
|
|
|
2013-10-24 |
|
2013-10-21 |
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 |
Implement building of specific packages, including sub packages.
Sönke Ludwig
committed
on 17 Oct 2013
|
2013-09-25 |
Remove the now redundant GeneratorSettings.compilerBinary field.
Sönke Ludwig
committed
on 25 Sep 2013
|
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig
committed
on 25 Sep 2013
|
|
2013-09-18 |
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
|
Implement --root=PATH switch to override the current working directory.
Sönke Ludwig
committed
on 18 Sep 2013
|
|
Fix handling of paths containing spaces when copying DDOX resources.
Sönke Ludwig
committed
on 18 Sep 2013
|
|
Fix compilation.
Sönke Ludwig
committed
on 18 Sep 2013
|
|
2013-09-15 |
Moved Journal into packagemanager.d. Removed Project.writeMetadata as it is not used. Documentation typos and updates.
Matthias Dondorff
committed
on 15 Sep 2013
|