2014-04-21 |
Fix path based dependencies. See #282 and #253.
Sönke Ludwig
committed
on 21 Apr 2014
|
---|---|
2014-04-10 |
Fix usage of the selections file (was completely ignored) and improve diagnostic output.
Sönke Ludwig
committed
on 10 Apr 2014
|
2014-04-02 |
Avoid querying the package registries repeatedly for invalid packages.
Sönke Ludwig
committed
on 2 Apr 2014
|
2014-04-01 |
Fix null pointer dereference in DependencyVersionResolver when no project is loaded.
Sönke Ludwig
committed
on 1 Apr 2014
|
Use URL and Path types of vibe.d if available for better interop.
Sönke Ludwig
committed
on 1 Apr 2014
|
|
Rename UpdateOptions->UpgradeOptions and move it to dub.dub.
Sönke Ludwig
committed
on 1 Apr 2014
|
|
Properly support path based version selections.
Sönke Ludwig
committed
on 1 Apr 2014
|
|
2014-03-31 |
Make DependencyVersionResolver public for external use.
Sönke Ludwig
committed
on 31 Mar 2014
|
2014-03-28 |
|
2014-03-26 |
Resolve sub packages of the root package directly instead of using the package manager. Fixes #287.
Sönke Ludwig
committed
on 26 Mar 2014
|
2014-03-22 |
Handle packages with invalid package descriptions gracefully and improve diagnostic output.
Sönke Ludwig
committed
on 22 Mar 2014
|
2014-03-21 |
Fix path based dependencies to be ignored for version selections.
Sönke Ludwig
committed
on 21 Mar 2014
|
Let Dependency.toString() also contain the optional/path properties.
...
Sönke Ludwig
committed
on 21 Mar 2014
|
|
Fix resolution of optional and path based dependencies.
Sönke Ludwig
committed
on 21 Mar 2014
|
|
Disable log output during "dub describe" to ensure only JSON gets written. See #221.
...
Sönke Ludwig
committed
on 21 Mar 2014
|
|
2014-03-20 |
Fix getting the versions of each package during dependency graph resolution.
Sönke Ludwig
committed
on 20 Mar 2014
|
2014-03-19 |
Reinitialize the project after upgrading dependencies.
Sönke Ludwig
committed
on 19 Mar 2014
|
2014-03-18 |
Fix handling of overriding selections and let printUpgradesOnly fail gracefully.
Sönke Ludwig
committed
on 18 Mar 2014
|
Move DependencyResolver to its own module and reorder Version<->Dependency.
Sönke Ludwig
committed
on 18 Mar 2014
|
|
|
|
Implement a new dependency resolution algorithm with support for selections.
...
Sönke Ludwig
committed
on 18 Mar 2014
|
|
Rename fields in Project and load the root package only once.
Sönke Ludwig
committed
on 18 Mar 2014
|
|
2014-03-17 |
correct imports
John Colvin
committed
on 17 Mar 2014
|
2014-03-13 |
Integrate the "dub select" functionality in "dub upgrade".
Sönke Ludwig
committed
on 13 Mar 2014
|
|
|
2014-03-04 |
Merge branch 'dustmite'
Sönke Ludwig
committed
on 4 Mar 2014
|
2014-03-02 |
Preparing dub select command. dub select will select the currently used versions and write them to a file, so that dub can later use this information to rebuild this exact state. This will also be used to override dependencies with either branch versions or not matching versions (to resolve conflicts). (All of this if to be implemented).
...
Matthias Dondorff
committed
on 2 Mar 2014
|
2014-03-01 |
|
Cleaning up exception handling for dub remove and not catching Throwable somewhere else than commandline.d.
Matthias Dondorff
committed
on 1 Mar 2014
|
|
2014-02-19 |
Improve wording.
Sönke Ludwig
committed
on 19 Feb 2014
|