2014-02-13 |
Add --force-remove switch and reimplement PackageManager.remove.
...
Sönke Ludwig
committed
on 13 Feb 2014
|
---|---|
Improve error messages for errors during package removal.
Sönke Ludwig
committed
on 13 Feb 2014
|
|
2014-02-11 |
Print a more descriptive error message when PackageManager.getTemporaryPackage fails.
Sönke Ludwig
committed
on 11 Feb 2014
|
2014-01-27 |
Avoid scanning for local packages for "dub dustmite --test-package".
Sönke Ludwig
committed
on 27 Jan 2014
|
Add Dub.overrideSearchPath to define a single and only path that is searched for packages.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
2014-01-16 |
Fix triggering an enforcement for Version.INVALID.
Sönke Ludwig
committed
on 16 Jan 2014
|
Determine the version of the package in the root dir properly instead of assuming ~master.
Sönke Ludwig
committed
on 16 Jan 2014
|
|
2014-01-15 |
Make the warning message for non-existing locals more helpful.
Sönke Ludwig
committed
on 15 Jan 2014
|
Fix null pointer access for non-existent locally registered packages and output a warning.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
2014-01-14 |
The externally defined sub-packages don't have the name declared in the base package. This eliminates the double definition of a sub-packages name.
Matthias Dondorff
committed
on 14 Jan 2014
|
Fix check for looking only at base packages in PackageManager.getPackage. Fixes #214.
Sönke Ludwig
committed
on 14 Jan 2014
|
|
2014-01-07 |
Properly saving the journal's filename of the package description.
Matthias Dondorff
committed
on 7 Jan 2014
|
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
|