2014-03-21 |
Mention using DUB as a library.
Sönke Ludwig
committed
on 21 Mar 2014
|
---|---|
Refactor runDubCommandLine to use less indentation/nesting.
Sönke Ludwig
committed
on 21 Mar 2014
|
|
2014-03-20 |
Implement user/system wide overriding of certain package version ranges.
...
Sönke Ludwig
committed
on 20 Mar 2014
|
Fix getting the versions of each package during dependency graph resolution.
Sönke Ludwig
committed
on 20 Mar 2014
|
|
2014-03-19 |
Generate less noise for up to date dependencies.
Sönke Ludwig
committed
on 19 Mar 2014
|
Only validate (and output warnings) the root package once.
Sönke Ludwig
committed
on 19 Mar 2014
|
|
Reinitialize the project after upgrading dependencies.
Sönke Ludwig
committed
on 19 Mar 2014
|
|
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 |
Fix handling of overriding selections and let printUpgradesOnly fail gracefully.
Sönke Ludwig
committed
on 18 Mar 2014
|
Improve the warning message for branch based dependencies.
Sönke Ludwig
committed
on 18 Mar 2014
|
|
Fix dependency resolution for outdated invalid dependencies.
...
Sönke Ludwig
committed
on 18 Mar 2014
|
|
Add a warning message for packages that use branch based dependencies.
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
|
|
|
|
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 |
|