2014-03-17 |
correct imports
John Colvin
committed
on 17 Mar 2014
|
---|---|
2014-03-13 |
Integrate the "dub select" functionality in "dub upgrade".
Sönke Ludwig
committed
on 13 Mar 2014
|
|
|
2014-03-02 |
Preparing dub select command. dub select will select the currently used versions and write them to a file, so that dub can later use this information to rebuild this exact state. This will also be used to override dependencies with either branch versions or not matching versions (to resolve conflicts). (All of this if to be implemented).
...
Matthias Dondorff
committed
on 2 Mar 2014
|
2014-03-01 |
|
2014-02-13 |
Add --force-remove switch and reimplement PackageManager.remove.
...
Sönke Ludwig
committed
on 13 Feb 2014
|
2014-01-21 |
Avoid using the deprecated canFind function.
Sönke Ludwig
committed
on 21 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
|
2014-01-10 |
Fix Project.getDefaultConfiguration to take the whole dependency tree into account.
Sönke Ludwig
committed
on 10 Jan 2014
|
2014-01-09 |
|
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 |
Subpackages, which are defined external to the main package.json can be fetched from the registry. Eventually, the dependencies of all referenced packages will be fulfilled, but this is done by a hack where the metadata of the external package is inferred as having no additional dependencies. When the package is then fetched the state is re-evaluated and possible new dependencies will be resolved.
Matthias Dondorff
committed
on 5 Jan 2014
|
2013-12-20 |
Fix compiler errors on DMD 2.063.2.
Sönke Ludwig
committed
on 20 Dec 2013
|
2013-12-19 |
Implement individual building of dependencies.
Sönke Ludwig
committed
on 19 Dec 2013
|
2013-12-13 |
Warn about missing "mainSourceFile" only for executable configurations.
Sönke Ludwig
committed
on 13 Dec 2013
|
2013-12-11 |
Avoid casting RegistryPackageSupplier[] to PackageSupplier[]. Fixes #186.
Sönke Ludwig
committed
on 11 Dec 2013
|
2013-12-09 |
Make "dub test" work for library configurations without a "mainSourceFile".
Sönke Ludwig
committed
on 9 Dec 2013
|
2013-12-04 |
Use an existing "unittest" configuration for "dub test" by default.
Sönke Ludwig
committed
on 4 Dec 2013
|
2013-12-01 |
Fix "mainSourceFile" to be emitted for Project.addBuildSettings with the "shallow" parameter set.
...
Sönke Ludwig
committed
on 1 Dec 2013
|
2013-11-30 |
Implement the "test" command.
Sönke Ludwig
committed
on 30 Nov 2013
|
2013-11-29 |
Output a warning if no main source file is defined.
Sönke Ludwig
committed
on 29 Nov 2013
|
Revamp the command line interface with cleanly separated command implementations.
Sönke Ludwig
committed
on 29 Nov 2013
|
|
2013-11-22 |
Avoid fetching the same package multiple times when sub packages are used.
Sönke Ludwig
committed
on 22 Nov 2013
|
2013-11-21 |
Fix naming convention of PlacementLocation.
Sönke Ludwig
committed
on 21 Nov 2013
|
Only install pre-release versions with "dub upgrade --prerelease" if release versions are also available.
Sönke Ludwig
committed
on 21 Nov 2013
|
|
|
|
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
|
Move PlacementLocation to the proper module.
Sönke Ludwig
committed
on 18 Nov 2013
|
|
2013-11-08 |
Fix up-to-date tracking of import and string import files.
Sönke Ludwig
committed
on 8 Nov 2013
|