2014-03-18
@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
@Matthias Dondorff
Removing superfluous try-catch around dub.remove.
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
@Matthias Dondorff
Fix automatic removing of packages. Path's created for directories were missing a ending slash '/'.
Matthias Dondorff committed on 1 Mar 2014
@Matthias Dondorff
Fixing Path.relativeTo for directories, a Path whith endsWithSlash==true had this property stripped, when made relative to another Path.
Matthias Dondorff committed on 1 Mar 2014
2014-02-27
@Sönke Ludwig
Fix "dub --rdmd" build everything at once. See #255. ...
Sönke Ludwig committed on 27 Feb 2014
2014-02-26
@Sönke Ludwig
Properly handle mainSourceFile for --rdmd. Fixes #263.
Sönke Ludwig committed on 26 Feb 2014
@Sönke Ludwig
Silence debugging log message
Sönke Ludwig committed on 26 Feb 2014
@Sönke Ludwig
Fix linking for DMD 2.065 in Posix (breaks 2.064) when build using DUB
Sönke Ludwig committed on 26 Feb 2014
@Sönke Ludwig
Also warn about using certain "buildOptions" in addition to "dflags".
Sönke Ludwig committed on 26 Feb 2014
2014-02-22
@Sönke Ludwig
Fix handling of the --local switch. Fixes #259. ...
Sönke Ludwig committed on 22 Feb 2014
@Sönke Ludwig
Fix RPM build script to properly handle release versions.
Sönke Ludwig committed on 22 Feb 2014
@Sönke Ludwig
Tag version 0.9.21.
Sönke Ludwig committed on 22 Feb 2014