History for dub_jkp / source / dub / packagemanager.d
2013-03-01
@Matthias Dondorff
Reverted adding the dependency, when "dub install pkg" is called. Creating a dependency should not be done through install. Has impact on #12. ...
Matthias Dondorff committed on 1 Mar 2013
@Matthias Dondorff
stashpopcommit
Matthias Dondorff committed on 1 Mar 2013
2013-02-27
@Sönke Ludwig
Avoid using "~" in paths. Fixes issue #23.
Sönke Ludwig committed on 27 Feb 2013
2013-02-24
@Matthias Dondorff
When the user calls install from the command line, a dependency will be added to the project's package.json. However, this will reformat that file. Should now perform more like user expectations mentioned in #12.
Matthias Dondorff committed on 24 Feb 2013
2013-02-22
@Sönke Ludwig
Fixed naming convention for enum InstallLocation and avoid reinstalling packages that are already up to date.
Sönke Ludwig committed on 22 Feb 2013
@Sönke Ludwig
Fixed "dub upgrade" when a package is stalled user or system wide.
Sönke Ludwig committed on 22 Feb 2013
@Sönke Ludwig
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig committed on 22 Feb 2013
@Sönke Ludwig
Another round of replacing invalid uses of to!string(Path) with Path.toNativeString().
Sönke Ludwig committed on 22 Feb 2013
@Sönke Ludwig
Disabled curl peer verification and fixed writing of binary data to files. Works on Windows and OS X now.
Sönke Ludwig committed on 22 Feb 2013
@Sönke Ludwig
Removed the vibe.d dependency by dragging in a minimal set of interfaces of vibe.d ...
Sönke Ludwig committed on 22 Feb 2013
2013-02-20
@Sönke Ludwig
Avoid use of deprecated functions + fixed package installation.
Sönke Ludwig committed on 20 Feb 2013
2013-01-18
@Sönke Ludwig
DMD 2.060 compile fix.
Sönke Ludwig committed on 18 Jan 2013
@Sönke Ludwig
Added support for local package definitions in package dependencies and fixed recursive dependencies.
Sönke Ludwig committed on 18 Jan 2013
2013-01-16
@Sönke Ludwig
Added the "list-locals" command.
Sönke Ludwig committed on 16 Jan 2013
2013-01-14
@Sönke Ludwig
Fixed adding a local package when no other packages are installed yet.
Sönke Ludwig committed on 14 Jan 2013
@Sönke Ludwig
Implemented several new commands and moved the download location to the temp folder. ...
Sönke Ludwig committed on 14 Jan 2013
@Sönke Ludwig
Implement basic support for user/system installed packages and local packages. ...
Sönke Ludwig committed on 14 Jan 2013