2013-12-05 |
Added quoting of import paths
Piotr Szturmaj
committed
on 5 Dec 2013
|
---|---|
2013-12-04 |
If --main-file was given for "dub test", prefer a normal library configuration over a "unittest" one.
Sönke Ludwig
committed
on 4 Dec 2013
|
Use an existing "unittest" configuration for "dub test" by default.
Sönke Ludwig
committed
on 4 Dec 2013
|
|
2013-12-02 |
Add back version output for --help and improve SemVer conversion of the GIT describe output.
Sönke Ludwig
committed
on 2 Dec 2013
|
Rename badly named PackageManager.get to storeFetchedPackage.
Sönke Ludwig
committed
on 2 Dec 2013
|
|
2013-12-01 |
Fix "mainSourceFile" to be emitted for Project.addBuildSettings with the "shallow" parameter set.
...
Sönke Ludwig
committed
on 1 Dec 2013
|
Change order of command class declarations to match their order in the help screen.
Sönke Ludwig
committed
on 1 Dec 2013
|
|
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
|
|
Let --nodeps work for any command of the build/generate category.
Sönke Ludwig
committed
on 1 Dec 2013
|
|
Remove log message previously used for debugging.
Sönke Ludwig
committed
on 1 Dec 2013
|
|
2013-11-30 |
Merge branch '0.9.20'
Sönke Ludwig
committed
on 30 Nov 2013
|
Work around DMD associative array bug. Fixes #179.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
Fix running "dub test" on an explicitly named package.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
Implement the "test" command.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
Fix appending absolute paths for the working directory.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
Tweak help screen formatting and add a few short options.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
Group commands by category in the help screen + add a skeleton for the "test" command.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
Fix parameter handling of the "init" command.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
Fix missing log argument.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
Add --force switch for "dub run" and "dub build" and fix --rdmd.
Sönke Ludwig
committed
on 30 Nov 2013
|
|
2013-11-29 |
Make sure the target binary gets deleted when the linker has failed.
Sönke Ludwig
committed
on 29 Nov 2013
|
Merge branch '0.9.20'
Sönke Ludwig
committed
on 29 Nov 2013
|
|
Update change log and bump version number.
Sönke Ludwig
committed
on 29 Nov 2013
|
|
Output a warning if no main source file is defined.
Sönke Ludwig
committed
on 29 Nov 2013
|
|
|
|
Let --annotate work for all commands.
Sönke Ludwig
committed
on 29 Nov 2013
|
|
Defer initialization code so that displaying help works immediately and without the danger to fail.
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-26 |
Fix Path.toNativeString() for empty paths (was missing the ending slash).
Sönke Ludwig
committed
on 26 Nov 2013
|