2013-10-21 |
Fix root package initialization for "dub describe" and add support for describing named packages.
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
|
|
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
|
2013-09-18 |
Implement --root=PATH switch to override the current working directory.
Sönke Ludwig
committed
on 18 Sep 2013
|
2013-09-15 |
Fix typo. See #122.
Sönke Ludwig
committed
on 15 Sep 2013
|
Use BuildOptions instead of DFlags to handle --debug=XXX flags on the DUB command line.
Sönke Ludwig
committed
on 15 Sep 2013
|
|
2013-09-14 |
|
2013-09-11 |
Only upgrade branch packages if required and never upgrade the same package twice. Fixes #118.
Sönke Ludwig
committed
on 11 Sep 2013
|
2013-09-10 |
Improve wording of command line structure on the help screen.
Sönke Ludwig
committed
on 10 Sep 2013
|
2013-08-31 |
Implement -debug=xyz flag.
Sönke Ludwig
committed
on 31 Aug 2013
|
2013-07-21 |
Add support for customized build types ("buildTypes"). Fixes #78.
...
Sönke Ludwig
committed
on 21 Jul 2013
|
2013-07-20 |
Fix build script for missing registry.d file. Fixes #95.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
|
Add support for multiple registries using --registry or a "registryUrls" configuration field. Fixes #22.
...
Sönke Ludwig
committed
on 20 Jul 2013
|
|
2013-07-10 |
Implemented a new visuald-combined generator and added LDC/GDC support for VisualD projects.
...
Sönke Ludwig
committed
on 10 Jul 2013
|
2013-07-09 |
Removed dead code.
Matthias Dondorff
committed
on 9 Jul 2013
|
2013-07-02 |
Improve help screen documentation for the --compiler= switch. See #86.
Sönke Ludwig
committed
on 2 Jul 2013
|
2013-06-22 |
Fix fetching of all recursive dependencies in one go.
Sönke Ludwig
committed
on 22 Jun 2013
|
Add command line documentation for add-path/remove-path.
Sönke Ludwig
committed
on 22 Jun 2013
|
|
2013-06-19 |
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig
committed
on 19 Jun 2013
|
2013-06-04 |
Query git to determine the current DUB version and report it on the help screen. Fixes #39.
Sönke Ludwig
committed
on 4 Jun 2013
|
Add support for DUBPATH and "add-path" + change the default installation location to the DUB user path. Fixes #64.
...
Sönke Ludwig
committed
on 4 Jun 2013
|
|
2013-05-14 |
Implement a first version of "dub describe".
Sönke Ludwig
committed
on 14 May 2013
|
2013-04-24 |
Added "dub list-system" and "dub list-user".
Matthias Dondorff
committed
on 24 Apr 2013
|
2013-04-12 |
Remove the thread/fiber IDs to clean up the console output visually.
...
Sönke Ludwig
committed
on 12 Apr 2013
|
2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|
2013-03-17 |
Added coverage analysis build types. Fixes #45.
Sönke Ludwig
committed
on 17 Mar 2013
|
2013-03-08 |
Prepare for multiple registry support, update stdx.process and make env vars available to custom commands.
...
Sönke Ludwig
committed
on 8 Mar 2013
|