History for dub_jkp / source / dub / dub.d
2014-10-07
@Sönke Ludwig
Merge pull request #433 from MartinNowak/cleanCaches ...
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Remove PackageManager argument from createProjectGenerator(). ...
Sönke Ludwig committed on 7 Oct 2014
2014-10-05
@Martin Nowak
add clean-caches command ...
Martin Nowak committed on 5 Oct 2014
2014-09-22
@Sönke Ludwig
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
@Sönke Ludwig
Merge branch '0.9.22' ...
Sönke Ludwig committed on 22 Sep 2014
2014-09-18
@Szabo Bogdan
added unittests for module name parsing
Szabo Bogdan committed on 18 Sep 2014
@Szabo Bogdan
Merge https://github.com/D-Programming-Language/dub
Szabo Bogdan committed on 18 Sep 2014
2014-08-28
@Sönke Ludwig
Improve error messages for failures to parse dependency package descriptions. ...
Sönke Ludwig committed on 28 Aug 2014
@Sönke Ludwig
Fix repeated download of packages when a non-existent external sub package is referenced. ...
Sönke Ludwig committed on 28 Aug 2014
@Sönke Ludwig
Fix access violation when looking for sub packages of non-installed packages. Fixes #398.
Sönke Ludwig committed on 28 Aug 2014
@Sönke Ludwig
Use "_" instead of "$" to avoid potential shell confusion. See #411.
Sönke Ludwig committed on 28 Aug 2014
@Sönke Ludwig
Replace "+" by "$" when storing packages to avoid confusing Optlink. See #411.
Sönke Ludwig committed on 28 Aug 2014
2014-08-23
@Sönke Ludwig
Untangle Package and PackageInfo. See #403.
Sönke Ludwig committed on 23 Aug 2014
2014-08-22
@Jonathan Marler
Updated 3 for SDL support
Jonathan Marler committed on 22 Aug 2014
2014-08-20
@Jonathan Marler
prevent code from searching file system for the package file multiple times
Jonathan Marler committed on 20 Aug 2014
2014-08-02
@Martin Nowak
store metadata cache on disk ...
Martin Nowak committed on 2 Aug 2014
2014-07-17
@Sönke Ludwig
Add upgrade() call when building DDOX to get the required dependencies. Fixes #366.
Sönke Ludwig committed on 17 Jul 2014
2014-07-07
@Sönke Ludwig
Don't print possible upgrades of the root package.
Sönke Ludwig committed on 7 Jul 2014
@Sönke Ludwig
Don't try to reinstall (remove) unmanaged branch based dependencies.
Sönke Ludwig committed on 7 Jul 2014
2014-07-02
@Sönke Ludwig
Cache the results for upgrade suggestions. ...
Sönke Ludwig committed on 2 Jul 2014
2014-07-01
@Sönke Ludwig
Improve some package upgrade related messages.
Sönke Ludwig committed on 1 Jul 2014
2014-06-30
@Sönke Ludwig
Fix UpgradeOptions.printUpgradesOnly. Fixes #323. ...
Sönke Ludwig committed on 30 Jun 2014
@Sönke Ludwig
Only upgrade branch dependencies when an explicit upgrade is requested.
Sönke Ludwig committed on 30 Jun 2014
@Sönke Ludwig
Force upgrade of branch based dependencies. Fixes #360.
Sönke Ludwig committed on 30 Jun 2014
@Sönke Ludwig
Output a reason when implicitly fetching packages.
Sönke Ludwig committed on 30 Jun 2014
2014-06-13
@Sönke Ludwig
Avoid assertion when building path based sub packages (or packages with path based dependencies).
Sönke Ludwig committed on 13 Jun 2014
2014-06-12
@Sönke Ludwig
Avoid downloading base package for non-existent sub package references, if possible. ...
Sönke Ludwig committed on 12 Jun 2014
@Sönke Ludwig
Avoid downloading base packages if possible. Fixes #345. ...
Sönke Ludwig committed on 12 Jun 2014
2014-06-11
@Sönke Ludwig
Fix detection of root package references during dependency resolution. See #334. ...
Sönke Ludwig committed on 11 Jun 2014
2014-06-02
@Sönke Ludwig
Avoid redundant loading of packages and remove PackageManager.getTemporaryPackage.
Sönke Ludwig committed on 2 Jun 2014