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
|
2013-11-05 |
support of environment variables inside package.json
Alexei Bykov
committed
on 5 Nov 2013
|
2013-11-02 |
Remove dub.internal.std.process compatibility code as it doesn't support browse() and the compile status on older DMD versions isn't tracked anyway.
Sönke Ludwig
committed
on 2 Nov 2013
|
2013-11-01 |
|
2013-10-24 |
Make "dub build --build=ddox" work for any target type and avoid including dependencies in the documentation. Fixes #142.
Sönke Ludwig
committed
on 24 Oct 2013
|
2013-10-22 |
Use the exact dependencies instead of base packages for missing dependency resolution. Fixes #140.
Sönke Ludwig
committed
on 22 Oct 2013
|
2013-10-21 |
Output a proper error message when trying to build a "sourceLibrary".
Sönke Ludwig
committed
on 21 Oct 2013
|
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 |
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
|
Improve log messages.
Sönke Ludwig
committed
on 15 Sep 2013
|
|
2013-08-30 |
Avoid redundant dependencies and .lib dependencies in generated VisualD projects if possible.
...
Sönke Ludwig
committed
on 30 Aug 2013
|
2013-08-20 |
Reducing log spam
Matthias Dondorff
committed
on 20 Aug 2013
|
The dependency in terms of the DependencyGraph is the base package and not the sub package.
...
Matthias Dondorff
committed
on 20 Aug 2013
|
|
2013-08-06 |
Little doc improvement.
Robert Klotzner
committed
on 6 Aug 2013
|
2013-07-31 |
Implement a new graph based algorithm for configuration resolution.
...
Sönke Ludwig
committed
on 31 Jul 2013
|
2013-07-26 |
Fix handling of global build settings for packages without configurations.
Sönke Ludwig
committed
on 26 Jul 2013
|
2013-07-25 |
Generalize common compiler switches in the form of a BuildOptions enum.
...
Sönke Ludwig
committed
on 25 Jul 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-23 |
Output a warning for projects with no import paths defined. See also #94.
Sönke Ludwig
committed
on 23 Jul 2013
|
2013-07-21 |
Add support for customized build types ("buildTypes"). Fixes #78.
...
Sönke Ludwig
committed
on 21 Jul 2013
|
2013-07-20 |
Fix type/error message.
Sönke Ludwig
committed
on 20 Jul 2013
|
Fix error message for unknown sub-packages. See also #87.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
Fix build script for missing registry.d file. Fixes #95.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
|
|
Add support for multiple registries using --registry or a "registryUrls" configuration field. Fixes #22.
...
Sönke Ludwig
committed
on 20 Jul 2013
|
|
Avoid creating an additional Package instance for the main project if already loaded. Fixes #87.
Sönke Ludwig
committed
on 20 Jul 2013
|