2013-08-20 |
The dependency in terms of the DependencyGraph is the base package and not the sub package.
...
Matthias Dondorff
committed
on 20 Aug 2013
|
---|---|
2013-08-06 |
Little doc improvement.
Robert Klotzner
committed
on 6 Aug 2013
|
2013-07-31 |
Implement a new graph based algorithm for configuration resolution.
...
Sönke Ludwig
committed
on 31 Jul 2013
|
2013-07-26 |
Fix handling of global build settings for packages without configurations.
Sönke Ludwig
committed
on 26 Jul 2013
|
2013-07-25 |
Generalize common compiler switches in the form of a BuildOptions enum.
...
Sönke Ludwig
committed
on 25 Jul 2013
|
2013-07-24 |
Avoid loading the same package referenced by path multiple times. Fixes #98.
Sönke Ludwig
committed
on 24 Jul 2013
|
2013-07-23 |
Output a warning for projects with no import paths defined. See also #94.
Sönke Ludwig
committed
on 23 Jul 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 type/error message.
Sönke Ludwig
committed
on 20 Jul 2013
|
Fix error message for unknown sub-packages. See also #87.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
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
|
|
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
|