History for dub_jkp / source / dub / packagemanager.d
2013-06-19
@Sönke Ludwig
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig committed on 19 Jun 2013
2013-06-17
@Sönke Ludwig
Fix header-lib's package.json and improve diagnostic output.
Sönke Ludwig committed on 17 Jun 2013
@Sönke Ludwig
Implemented sub packages. Fixes #67. ...
Sönke Ludwig committed on 17 Jun 2013
@Sönke Ludwig
Avoid reloading local packages multiple times during a single run.
Sönke Ludwig committed on 17 Jun 2013
@Matthias Dondorff
fixed uninstallation
Matthias Dondorff committed on 17 Jun 2013
2013-06-04
@Sönke Ludwig
Add support for DUBPATH and "add-path" + change the default installation location to the DUB user path. Fixes #64. ...
Sönke Ludwig committed on 4 Jun 2013
2013-05-08
@Sönke Ludwig
Add warning for package names with upper case letters, but handle them gracefully.
Sönke Ludwig committed on 8 May 2013
2013-04-11
@Sönke Ludwig
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig committed on 11 Apr 2013
2013-04-09
@Matthias Dondorff
Added very simple hashing of a package.
Matthias Dondorff committed on 9 Apr 2013
2013-03-08
@Sönke Ludwig
Added a "subConfigurations" field and implemented proper configuration selection for dependencies.
Sönke Ludwig committed on 8 Mar 2013
2013-03-03
@Sönke Ludwig
Implemented pre/post commands and --build=ddox + support "sourceFiles". ...
Sönke Ludwig committed on 3 Mar 2013
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