2013-07-20 |
Add support for multiple registries using --registry or a "registryUrls" configuration field. Fixes #22.
...
Sönke Ludwig
committed
on 20 Jul 2013
|
---|---|
Avoid creating an additional Package instance for the main project if already loaded. Fixes #87.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
2013-07-19 |
Add "workingDirectory" build setting to change the working directory from which the final executable will be run. Fixes #84.
Sönke Ludwig
committed
on 19 Jul 2013
|
2013-07-09 |
Removed dead / unimplemented code.
Matthias Dondorff
committed
on 9 Jul 2013
|
Removed dead code.
Matthias Dondorff
committed
on 9 Jul 2013
|
|
2013-07-06 |
Improve error message for non-conformant package names. See #89.
Sönke Ludwig
committed
on 6 Jul 2013
|
2013-06-30 |
Improve error message for unknown dependencies.
Sönke Ludwig
committed
on 30 Jun 2013
|
2013-06-25 |
Quick-fix for the VisualD generator and upwards inherited version identifiers.
...
Sönke Ludwig
committed
on 25 Jun 2013
|
2013-06-19 |
Introduce TargetType.none, fix handling of non-target project's dependencies and avoid continuous reinstalls of referenced sub-packages.
Sönke Ludwig
committed
on 19 Jun 2013
|
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig
committed
on 19 Jun 2013
|
|
Fix fetching of "sub:packages".
Sönke Ludwig
committed
on 19 Jun 2013
|
|
2013-06-18 |
Avoid file-not-found exceptions when constructing Package-s with no valid path.
Sönke Ludwig
committed
on 18 Jun 2013
|
Improve diagnostic output when trying to get metadata.
Sönke Ludwig
committed
on 18 Jun 2013
|
|
2013-06-17 |
Disable automatic upgrade of packages as it is currently broken.
...
Sönke Ludwig
committed
on 17 Jun 2013
|
Avoid reloading local packages multiple times during a single run.
Sönke Ludwig
committed
on 17 Jun 2013
|
|
fixed uninstallation
Matthias Dondorff
committed
on 17 Jun 2013
|
|
Made "dependencies" a per-configuration setting instead of a purely global setting.
Sönke Ludwig
committed
on 17 Jun 2013
|
|
2013-06-04 |
When conflicting dependencies where current in a project and its dependencies, dub could get into an infinite update loop.
...
Matthias Dondorff
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-05-08 |
Add warning for package names with upper case letters, but handle them gracefully.
Sönke Ludwig
committed
on 8 May 2013
|
2013-04-30 |
VisualD generator: Fix x64 builds and avoid building header only dependencies.
Sönke Ludwig
committed
on 30 Apr 2013
|
2013-04-29 |
Compile fix for DMD 2.053 beta.
Sönke Ludwig
committed
on 29 Apr 2013
|
2013-04-24 |
Updating optional dependencies themselves, when they are available.
Matthias Dondorff
committed
on 24 Apr 2013
|
Fixing issues in getTopologicalPackageList and getPackageConfigs because of added "optional" flag for Dependencies.
Matthias Dondorff
committed
on 24 Apr 2013
|
|
Package updating could work with optional dependencies.
Matthias Dondorff
committed
on 24 Apr 2013
|
|
2013-04-17 |
|
2013-04-12 |
Fix build settings for dependencies in the VisualD generator.
...
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-04-09 |
Implemented "buildRequirements" as a way to avoid certain compiler settings for specific code bases.
...
Sönke Ludwig
committed
on 9 Apr 2013
|