2014-03-21
@Sönke Ludwig
Mention using DUB as a library.
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
Refactor runDubCommandLine to use less indentation/nesting.
Sönke Ludwig committed on 21 Mar 2014
2014-03-20
@Sönke Ludwig
Implement user/system wide overriding of certain package version ranges. ...
Sönke Ludwig committed on 20 Mar 2014
@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
Generate less noise for up to date dependencies.
Sönke Ludwig committed on 19 Mar 2014
@Sönke Ludwig
Only validate (and output warnings) the root package once.
Sönke Ludwig committed on 19 Mar 2014
@Sönke Ludwig
Reinitialize the project after upgrading dependencies.
Sönke Ludwig committed on 19 Mar 2014
@Sönke Ludwig
Output -l flags on the compiler command line after all source files. Fixes #281.
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
Improve the warning message for branch based dependencies.
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Fix dependency resolution for outdated invalid dependencies. ...
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Add a warning message for packages that use branch based dependencies.
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
Fix 64-bit compilation.
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Compile fix for DMD 2.064.
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
@Sönke Ludwig
Merge pull request #283 from John-Colvin/patch-2 ...
Sönke Ludwig committed on 17 Mar 2014
@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
@Sönke Ludwig
Improve error message when removing a package fails.
Sönke Ludwig committed on 4 Mar 2014
2014-03-02
@Matthias Dondorff
Build fix.
Matthias Dondorff committed on 2 Mar 2014
@Matthias Dondorff
Fixing 'dub fetch xyz --version=a.b.c', the latest version was fetched instead of the specified. ...
Matthias Dondorff committed on 2 Mar 2014
@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
@Matthias Dondorff
Fixing serializeToJson for structs/classes with to/fromJson to/fromString.
Matthias Dondorff committed on 2 Mar 2014
@Matthias Dondorff
Removing not needed check for git version when installing a package from the registry.
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