2014-09-23 |
|
---|---|
Fixed a minor typo in Changelog
Colden Cullen
committed
on 23 Sep 2014
|
|
2014-09-22 |
Improve error output in case of locally installed packages with errors in the package description. See #421.
Sönke Ludwig
committed
on 22 Sep 2014
|
|
|
Bump version number.
Sönke Ludwig
committed
on 22 Sep 2014
|
|
Fix "copyFiles" directives.
Sönke Ludwig
committed
on 22 Sep 2014
|
|
Update change log.
Sönke Ludwig
committed
on 22 Sep 2014
|
|
2014-09-21 |
Avoid exception in up-to-date check for non-existent source files and trigger rebuild instead.
Sönke Ludwig
committed
on 21 Sep 2014
|
2014-09-18 |
|
added unittests for module name parsing
Szabo Bogdan
committed
on 18 Sep 2014
|
|
Merge https://github.com/D-Programming-Language/dub
Szabo Bogdan
committed
on 18 Sep 2014
|
|
2014-09-12 |
Fix detection of unknown root dependencies and the resulting error message. Fixes #418.
Sönke Ludwig
committed
on 12 Sep 2014
|
2014-08-30 |
Avoid '/', '\\' and ':' in build path when --compiler specifies a complex path. Fixes #412.
Sönke Ludwig
committed
on 30 Aug 2014
|
2014-08-29 |
|
|
|
|
|
In copyFiles, check if entry is glob before treating it as such
Colden Cullen
committed
on 29 Aug 2014
|
|
2014-08-28 |
Improve warning message when --rdmd is used without a "mainSourceFile".
...
Sönke Ludwig
committed
on 28 Aug 2014
|
Improve error messages for failures to parse dependency package descriptions.
...
Sönke Ludwig
committed
on 28 Aug 2014
|
|
Fix repeated download of packages when a non-existent external sub package is referenced.
...
Sönke Ludwig
committed
on 28 Aug 2014
|
|
Fix access violation when looking for sub packages of non-installed packages. Fixes #398.
Sönke Ludwig
committed
on 28 Aug 2014
|
|
Use "_" instead of "$" to avoid potential shell confusion. See #411.
Sönke Ludwig
committed
on 28 Aug 2014
|
|
Replace "+" by "$" when storing packages to avoid confusing Optlink. See #411.
Sönke Ludwig
committed
on 28 Aug 2014
|
|
2014-08-27 |
Avoid double escaping of "+" in download URLs. Fixes #411.
Sönke Ludwig
committed
on 27 Aug 2014
|
2014-08-26 |
Added glob support to copyFiles
Colden Cullen
committed
on 26 Aug 2014
|
2014-08-25 |
Fix trying to copy copyFiles where source==destination.
Sönke Ludwig
committed
on 25 Aug 2014
|
Update change log.
Sönke Ludwig
committed
on 25 Aug 2014
|
|
2014-08-24 |
Eliminate dependency versions that are known to not match the root package. See #405.
...
Sönke Ludwig
committed
on 24 Aug 2014
|
Add missing recursion during dependency resolution. See #405.
Sönke Ludwig
committed
on 24 Aug 2014
|
|
Add an early out for invalid child configurations in the dependency resolver. Fixes #405.
...
Sönke Ludwig
committed
on 24 Aug 2014
|