2014-03-28
@Martin Nowak
block on ddox child process ...
Martin Nowak committed on 28 Mar 2014
@Sönke Ludwig
Let "*" match any version or branch. Fixes #151.
Sönke Ludwig committed on 28 Mar 2014
2014-03-26
@Sönke Ludwig
Add the test packages to the Travis CI script. See #287.
Sönke Ludwig committed on 26 Mar 2014
@Sönke Ludwig
Fix an error in the dependency resolution due to a signed/unsigned comparison. See #285. ...
Sönke Ludwig committed on 26 Mar 2014
@Sönke Ludwig
Make log parameters lazy instead of auto ref. ...
Sönke Ludwig committed on 26 Mar 2014
@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
@Sönke Ludwig
Add path based sub packages to Package.m_subPackages, too.
Sönke Ludwig committed on 26 Mar 2014
2014-03-25
@Sönke Ludwig
Fix null pointer dereference in Project.this() when no package was found. Fixes #286.
Sönke Ludwig committed on 25 Mar 2014
2014-03-22
@Sönke Ludwig
Avoid exponential run time in the dependency resolution algorithm if possible. ...
Sönke Ludwig committed on 22 Mar 2014
@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 compilation on DMD 2.064.
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
Fix path based dependencies to be ignored for version selections.
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
Fix unit tests of DependencyResolver.
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
@Sönke Ludwig
Add command line interface for managing package overrides.
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
Correct copyright notices.
Sönke Ludwig committed on 21 Mar 2014
@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