2014-08-28 |
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
|
|
Fix emitting buildTypes field in downloaded packages. (copy of #406)
Sönke Ludwig
committed
on 24 Aug 2014
|
|
|
|
toJson doesn't return buildTypes
sinkuu
committed
on 24 Aug 2014
|
|
Fix compile error.
Sönke Ludwig
committed
on 24 Aug 2014
|
|
Fix detection of default "views" folder and remove unused type.
Sönke Ludwig
committed
on 24 Aug 2014
|
|
Quick fix compilation with enabled vibe.d dependency and improve backwards compatibility.
...
Sönke Ludwig
committed
on 24 Aug 2014
|
|
2014-08-23 |
Improve documentation in dub.recipe.packagerecipe.
Sönke Ludwig
committed
on 23 Aug 2014
|
Remove unused import.
Sönke Ludwig
committed
on 23 Aug 2014
|
|
Fix build error on GDC.
Sönke Ludwig
committed
on 23 Aug 2014
|
|
Rename PackageInfo to PackageRecipe and separate representation from JSON code.
...
Sönke Ludwig
committed
on 23 Aug 2014
|
|
Untangle Package and PackageInfo. See #403.
Sönke Ludwig
committed
on 23 Aug 2014
|
|
|
|
2014-08-22 |
Updated 3 for SDL support
Jonathan Marler
committed
on 22 Aug 2014
|
|
|
More package info abstraction
Jonathan Marler
committed
on 22 Aug 2014
|
|
2014-08-21 |
|
Step one of abstracting package description format
Jonathan Marler
committed
on 21 Aug 2014
|
|
2014-08-20 |
|
prevent code from searching file system for the package file multiple times
Jonathan Marler
committed
on 20 Aug 2014
|
|
2014-08-10 |
|