2014-01-07 |
Keeping track of the saved json file in the journal and some smaller changes.
Matthias Dondorff
committed
on 7 Jan 2014
|
---|---|
Make "dub.json" the primary choice for a package description and handle "package.json" as a fallback.
Sönke Ludwig
committed
on 7 Jan 2014
|
|
2014-01-05 |
When a package having externally defined subpackages is installed, they work. Currently not tested with the registry.
Matthias Dondorff
committed
on 5 Jan 2014
|
2014-01-04 |
Automatic discovery of sub-packages added to package manager.
Matthias Dondorff
committed
on 4 Jan 2014
|
Inside of the PackageManager, change type of m_packages from Package[][string] to Package[], as there is no need for an associative array, currently.
Matthias Dondorff
committed
on 4 Jan 2014
|
|
Fixed typos.
Matthias Dondorff
committed
on 4 Jan 2014
|
|
2013-12-20 |
Improve error message when removing a cached package fails due to a missing installation journal.
Sönke Ludwig
committed
on 20 Dec 2013
|
2013-12-16 |
Rephrase enforcement message in addLocalPackage and conditionally specify a version when loading the local package list. See #194.
Sönke Ludwig
committed
on 16 Dec 2013
|
Add support for "add-local" without version name.
ponce
committed
on 16 Dec 2013
|
|
2013-12-02 |
Rename badly named PackageManager.get to storeFetchedPackage.
Sönke Ludwig
committed
on 2 Dec 2013
|
2013-11-21 |
|
2013-11-18 |
Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available.
Sönke Ludwig
committed
on 18 Nov 2013
|
2013-11-01 |
|
2013-10-17 |
Implement building of specific packages, including sub packages.
Sönke Ludwig
committed
on 17 Oct 2013
|
2013-09-25 |
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig
committed
on 25 Sep 2013
|
2013-09-18 |
#119 Better feedback for dub add-local, dub remove-local
Matthias Dondorff
committed
on 18 Sep 2013
|
Fix compilation.
Sönke Ludwig
committed
on 18 Sep 2013
|
|
2013-09-15 |
Moved Journal into packagemanager.d. Removed Project.writeMetadata as it is not used. Documentation typos and updates.
Matthias Dondorff
committed
on 15 Sep 2013
|
2013-09-11 |
Only allow zip file prefixes of one directory deep. Partial fix for #118.
Sönke Ludwig
committed
on 11 Sep 2013
|
Fix determining the zip root folder.
Sönke Ludwig
committed
on 11 Sep 2013
|
|
2013-09-10 |
A better log message in case of installing a package over a previous installed package and a bug fix, when the install .zip file is not containing any folders.
Matthias Dondorff
committed
on 10 Sep 2013
|
2013-07-24 |
Avoid loading the same package referenced by path multiple times. Fixes #98.
Sönke Ludwig
committed
on 24 Jul 2013
|
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
|