History for dub_jkp / source / dub / packagemanager.d
2014-01-07
@Matthias Dondorff
Keeping track of the saved json file in the journal and some smaller changes.
Matthias Dondorff committed on 7 Jan 2014
@Sönke Ludwig
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
@Matthias Dondorff
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
@Matthias Dondorff
Automatic discovery of sub-packages added to package manager.
Matthias Dondorff committed on 4 Jan 2014
@Matthias Dondorff
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
@Matthias Dondorff
Fixed typos.
Matthias Dondorff committed on 4 Jan 2014
2013-12-20
@Sönke Ludwig
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
@Sönke Ludwig
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
@ponce
Add support for "add-local" without version name.
ponce committed on 16 Dec 2013
2013-12-02
@Sönke Ludwig
Rename badly named PackageManager.get to storeFetchedPackage.
Sönke Ludwig committed on 2 Dec 2013
2013-11-21
@Sönke Ludwig
Don't upgrade unmanaged packages. Fixes #171. ...
Sönke Ludwig committed on 21 Nov 2013
2013-11-18
@Sönke Ludwig
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
@Dicebot
Remove 'installation' references. ...
Dicebot committed on 1 Nov 2013
2013-10-17
@Sönke Ludwig
Implement building of specific packages, including sub packages.
Sönke Ludwig committed on 17 Oct 2013
2013-09-25
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
2013-09-18
@Matthias Dondorff
#119 Better feedback for dub add-local, dub remove-local
Matthias Dondorff committed on 18 Sep 2013
@Sönke Ludwig
Fix compilation.
Sönke Ludwig committed on 18 Sep 2013
2013-09-15
@Matthias Dondorff
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
@Sönke Ludwig
Only allow zip file prefixes of one directory deep. Partial fix for #118.
Sönke Ludwig committed on 11 Sep 2013
@Sönke Ludwig
Fix determining the zip root folder.
Sönke Ludwig committed on 11 Sep 2013
2013-09-10
@Matthias Dondorff
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
@Sönke Ludwig
Avoid loading the same package referenced by path multiple times. Fixes #98.
Sönke Ludwig committed on 24 Jul 2013
2013-07-20
@Sönke Ludwig
Refactor code. ...
Sönke Ludwig committed on 20 Jul 2013
@Sönke Ludwig
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
@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