History for dub_jkp / source / dub / dub.d
2014-03-31
@Sönke Ludwig
Make DependencyVersionResolver public for external use.
Sönke Ludwig committed on 31 Mar 2014
2014-03-28
@Martin Nowak
block on ddox child process ...
Martin Nowak committed on 28 Mar 2014
2014-03-26
@Sönke Ludwig
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
@Sönke Ludwig
Handle packages with invalid package descriptions gracefully and improve diagnostic output.
Sönke Ludwig committed on 22 Mar 2014
2014-03-21
@Sönke Ludwig
Fix path based dependencies to be ignored for version selections.
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
Let Dependency.toString() also contain the optional/path properties. ...
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
Fix resolution of optional and path based dependencies.
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
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
@Sönke Ludwig
Fix getting the versions of each package during dependency graph resolution.
Sönke Ludwig committed on 20 Mar 2014
2014-03-19
@Sönke Ludwig
Reinitialize the project after upgrading dependencies.
Sönke Ludwig committed on 19 Mar 2014
2014-03-18
@Sönke Ludwig
Fix handling of overriding selections and let printUpgradesOnly fail gracefully.
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Move DependencyResolver to its own module and reorder Version<->Dependency.
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Rename Project.mainPackage to rootPackage. ...
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Implement a new dependency resolution algorithm with support for selections. ...
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Rename fields in Project and load the root package only once.
Sönke Ludwig committed on 18 Mar 2014
2014-03-17
@John Colvin
correct imports
John Colvin committed on 17 Mar 2014
2014-03-13
@Sönke Ludwig
Integrate the "dub select" functionality in "dub upgrade".
Sönke Ludwig committed on 13 Mar 2014
@Sönke Ludwig
Make some cosmetic changes to dub version selections. ...
Sönke Ludwig committed on 13 Mar 2014
2014-03-04
@Sönke Ludwig
Merge branch 'dustmite'
Sönke Ludwig committed on 4 Mar 2014
2014-03-02
@Matthias Dondorff
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
@Matthias Dondorff
Not catching Throwable when metadata is fetched. ...
Matthias Dondorff committed on 1 Mar 2014
@Matthias Dondorff
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
@Sönke Ludwig
Improve wording.
Sönke Ludwig committed on 19 Feb 2014
2014-02-16
@Sönke Ludwig
Support --combined and --force flags for "dub test". Fixes #247.
Sönke Ludwig committed on 16 Feb 2014
2014-02-13
@Sönke Ludwig
Fix typo.
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Add --force-remove switch and reimplement PackageManager.remove. ...
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Improve error messages for errors during package removal.
Sönke Ludwig committed on 13 Feb 2014
2014-02-12
@Sönke Ludwig
Improve error message in case of missing packages.
Sönke Ludwig committed on 12 Feb 2014
2014-02-07
@Sönke Ludwig
Output errors the occur while fetching package information as diagnostic output. See also #236.
Sönke Ludwig committed on 7 Feb 2014
2014-01-27
@Sönke Ludwig
Avoid scanning for local packages for "dub dustmite --test-package".
Sönke Ludwig committed on 27 Jan 2014