2013-11-01 |
Add usage notification for Run 'dub help' for usage information.
Dicebot
committed
on 1 Nov 2013
|
---|---|
Add backwards-compatible aliases no renamed commands
Dicebot
committed
on 1 Nov 2013
|
|
|
|
2013-10-26 |
Exit when package loading fails. Fixes #145.
Sönke Ludwig
committed
on 26 Oct 2013
|
2013-10-25 |
Fix "dub -- app args".
Sönke Ludwig
committed
on 25 Oct 2013
|
2013-10-24 |
Always output the DUB version number when -v is specified.
Sönke Ludwig
committed
on 24 Oct 2013
|
|
|
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
|
|
Issue -shared and -fPIC when building shared libraries with DMD. Fixes #138.
Sönke Ludwig
committed
on 24 Oct 2013
|
|
Fix handling of lib flags on Windows for GDC/LDC.
Sönke Ludwig
committed
on 24 Oct 2013
|
|
2013-10-23 |
|
fix gdc/ldc build options
finalpatch
committed
on 23 Oct 2013
|
|
2013-10-22 |
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 |
Fix "-w" to be the default warnings mode again.
Sönke Ludwig
committed
on 21 Oct 2013
|
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
|
|
Fix root package initialization for "dub describe" and add support for describing named packages.
Sönke Ludwig
committed
on 21 Oct 2013
|
|
Use DirEntry() instead of dirEntry() on DMD >= 2.064 to avoid deprecation warnings. Fixes #116.
Sönke Ludwig
committed
on 21 Oct 2013
|
|
Let Package.hasDependency return true if no configuration is specified and _any_ configuration has the dependency. Fixes #137.
Sönke Ludwig
committed
on 21 Oct 2013
|
|
Fix running dub from a non-package path and allow sub packages to reference their parent.
Sönke Ludwig
committed
on 21 Oct 2013
|
|
Determine default configuration *after* loading the selected sub package.
Sönke Ludwig
committed
on 21 Oct 2013
|
|
Output a proper error message when trying to build a "sourceLibrary".
Sönke Ludwig
committed
on 21 Oct 2013
|
|
2013-10-18 |
Fix typo.
Sönke Ludwig
committed
on 18 Oct 2013
|
Fix build.sh for non-Linux systems.
Sönke Ludwig
committed
on 18 Oct 2013
|
|
Add version_.d to GIT to ease building directly from .tgz.
Sönke Ludwig
committed
on 18 Oct 2013
|
|
Update change log.
Sönke Ludwig
committed
on 18 Oct 2013
|
|
Make all paths issued by the build generator relative to work around issue #130.
Sönke Ludwig
committed
on 18 Oct 2013
|
|
2013-10-17 |
Use std.stream.File instead of std.stdio.File to improve the unicode path situation. See #130.
Sönke Ludwig
committed
on 17 Oct 2013
|
Fix license terms.
Sönke Ludwig
committed
on 17 Oct 2013
|
|
Implement building of specific packages, including sub packages.
Sönke Ludwig
committed
on 17 Oct 2013
|
|
2013-10-15 |
Force the static version of Phobos for DMD/Posix.
Sönke Ludwig
committed
on 15 Oct 2013
|