2013-07-20 |
|
---|---|
Avoid creating an additional Package instance for the main project if already loaded. Fixes #87.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
2013-06-19 |
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig
committed
on 19 Jun 2013
|
2013-06-17 |
Fix header-lib's package.json and improve diagnostic output.
Sönke Ludwig
committed
on 17 Jun 2013
|
|
|
Avoid reloading local packages multiple times during a single run.
Sönke Ludwig
committed
on 17 Jun 2013
|
|
fixed uninstallation
Matthias Dondorff
committed
on 17 Jun 2013
|
|
2013-06-04 |
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 |
Add warning for package names with upper case letters, but handle them gracefully.
Sönke Ludwig
committed
on 8 May 2013
|
2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|
2013-04-09 |
Added very simple hashing of a package.
Matthias Dondorff
committed
on 9 Apr 2013
|
2013-03-08 |
Added a "subConfigurations" field and implemented proper configuration selection for dependencies.
Sönke Ludwig
committed
on 8 Mar 2013
|
2013-03-03 |
Implemented pre/post commands and --build=ddox + support "sourceFiles".
...
Sönke Ludwig
committed
on 3 Mar 2013
|
2013-03-01 |
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
|
stashpopcommit
Matthias Dondorff
committed
on 1 Mar 2013
|
|
2013-02-27 |
Avoid using "~" in paths. Fixes issue #23.
Sönke Ludwig
committed
on 27 Feb 2013
|
2013-02-24 |
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 |
Fixed naming convention for enum InstallLocation and avoid reinstalling packages that are already up to date.
Sönke Ludwig
committed
on 22 Feb 2013
|
Fixed "dub upgrade" when a package is stalled user or system wide.
Sönke Ludwig
committed
on 22 Feb 2013
|
|
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig
committed
on 22 Feb 2013
|
|
Another round of replacing invalid uses of to!string(Path) with Path.toNativeString().
Sönke Ludwig
committed
on 22 Feb 2013
|
|
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
|
|
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 |
Avoid use of deprecated functions + fixed package installation.
Sönke Ludwig
committed
on 20 Feb 2013
|
2013-01-18 |
DMD 2.060 compile fix.
Sönke Ludwig
committed
on 18 Jan 2013
|
Added support for local package definitions in package dependencies and fixed recursive dependencies.
Sönke Ludwig
committed
on 18 Jan 2013
|
|
2013-01-16 |
Added the "list-locals" command.
Sönke Ludwig
committed
on 16 Jan 2013
|
2013-01-14 |
Fixed adding a local package when no other packages are installed yet.
Sönke Ludwig
committed
on 14 Jan 2013
|
Implemented several new commands and moved the download location to the temp folder.
...
Sönke Ludwig
committed
on 14 Jan 2013
|
|
Implement basic support for user/system installed packages and local packages.
...
Sönke Ludwig
committed
on 14 Jan 2013
|