2014-03-18 |
Move DependencyResolver to its own module and reorder Version<->Dependency.
Sönke Ludwig
committed
on 18 Mar 2014
|
---|---|
|
|
Fix 64-bit compilation.
Sönke Ludwig
committed
on 18 Mar 2014
|
|
Compile fix for DMD 2.064.
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
|
Improve error message when removing a package fails.
Sönke Ludwig
committed
on 4 Mar 2014
|
|
2014-03-02 |
Build fix.
Matthias Dondorff
committed
on 2 Mar 2014
|
Fixing 'dub fetch xyz --version=a.b.c', the latest version was fetched instead of the specified.
...
Matthias Dondorff
committed
on 2 Mar 2014
|
|
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
|
|
Fixing serializeToJson for structs/classes with to/fromJson to/fromString.
Matthias Dondorff
committed
on 2 Mar 2014
|
|
Removing not needed check for git version when installing a package from the registry.
Matthias Dondorff
committed
on 2 Mar 2014
|
|
2014-03-01 |
|
Removing superfluous try-catch around dub.remove.
Matthias Dondorff
committed
on 1 Mar 2014
|
|
Cleaning up exception handling for dub remove and not catching Throwable somewhere else than commandline.d.
Matthias Dondorff
committed
on 1 Mar 2014
|
|
Fix automatic removing of packages. Path's created for directories were missing a ending slash '/'.
Matthias Dondorff
committed
on 1 Mar 2014
|
|
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 |
|
2014-02-26 |
Properly handle mainSourceFile for --rdmd. Fixes #263.
Sönke Ludwig
committed
on 26 Feb 2014
|
Silence debugging log message
Sönke Ludwig
committed
on 26 Feb 2014
|
|
Fix linking for DMD 2.065 in Posix (breaks 2.064) when build using DUB
Sönke Ludwig
committed
on 26 Feb 2014
|
|
Also warn about using certain "buildOptions" in addition to "dflags".
Sönke Ludwig
committed
on 26 Feb 2014
|
|
2014-02-22 |
|
Fix RPM build script to properly handle release versions.
Sönke Ludwig
committed
on 22 Feb 2014
|
|
Tag version 0.9.21.
Sönke Ludwig
committed
on 22 Feb 2014
|