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
|
---|---|
2013-05-14 |
Implement a first version of "dub describe".
Sönke Ludwig
committed
on 14 May 2013
|
2013-05-08 |
Add warning for package names with upper case letters, but handle them gracefully.
Sönke Ludwig
committed
on 8 May 2013
|
2013-04-30 |
VisualD generator: Fix x64 builds and avoid building header only dependencies.
Sönke Ludwig
committed
on 30 Apr 2013
|
2013-04-29 |
Compile fix for DMD 2.053 beta.
Sönke Ludwig
committed
on 29 Apr 2013
|
2013-04-24 |
Updating optional dependencies themselves, when they are available.
Matthias Dondorff
committed
on 24 Apr 2013
|
Fixing issues in getTopologicalPackageList and getPackageConfigs because of added "optional" flag for Dependencies.
Matthias Dondorff
committed
on 24 Apr 2013
|
|
Package updating could work with optional dependencies.
Matthias Dondorff
committed
on 24 Apr 2013
|
|
2013-04-17 |
|
2013-04-12 |
Fix build settings for dependencies in the VisualD generator.
...
Sönke Ludwig
committed
on 12 Apr 2013
|
2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|
2013-04-09 |
Implemented "buildRequirements" as a way to avoid certain compiler settings for specific code bases.
...
Sönke Ludwig
committed
on 9 Apr 2013
|
2013-03-24 |
Support "-ddoxFilterArgs" field to control how --build=ddox filters documentation entities.
Sönke Ludwig
committed
on 24 Mar 2013
|
2013-03-22 |
Improve output of the dflags warning message. Fixes #54.
Sönke Ludwig
committed
on 22 Mar 2013
|
Always upgrade branch based dependencies. Fixes #55.
Sönke Ludwig
committed
on 22 Mar 2013
|
|
2013-03-12 |
Fix building in directory without package.json.
Sönke Ludwig
committed
on 12 Mar 2013
|
2013-03-08 |
Fixed recursive configuration deduction and improved error messages for invalid package.json files.
Sönke Ludwig
committed
on 8 Mar 2013
|
Prepare for multiple registry support, update stdx.process and make env vars available to custom commands.
...
Sönke Ludwig
committed
on 8 Mar 2013
|
|
Added a "subConfigurations" field and implemented proper configuration selection for dependencies.
Sönke Ludwig
committed
on 8 Mar 2013
|
|
2013-03-07 |
Added "targetName" and "targetPath" build settings and some fixes.
...
Sönke Ludwig
committed
on 7 Mar 2013
|
"sourcePaths" is now a build setting instead of a global field.
Sönke Ludwig
committed
on 7 Mar 2013
|
|
|
|
|
|
2013-03-06 |
The internal package representation is now JSON agnostic + streamlined configuration and dependency handling.
...
Sönke Ludwig
committed
on 6 Mar 2013
|
2013-03-04 |
Fixed the order of build flags for the dependency tree (dependencies must go first).
Sönke Ludwig
committed
on 4 Mar 2013
|
2013-03-03 |
Source files are now collected at a central place instead of in every generator.
...
Sönke Ludwig
committed
on 3 Mar 2013
|
Implemented pre/post commands and --build=ddox + support "sourceFiles".
...
Sönke Ludwig
committed
on 3 Mar 2013
|
|
2013-02-24 |
When the user calls install from the command line, a dependency will be added to the project's package.json. However, this will reformat that file. Should now perform more like user expectations mentioned in #12.
Matthias Dondorff
committed
on 24 Feb 2013
|
2013-02-22 |
Fixed naming convention for enum InstallLocation and avoid reinstalling packages that are already up to date.
Sönke Ludwig
committed
on 22 Feb 2013
|
Fixed "dub upgrade" when a package is stalled user or system wide.
Sönke Ludwig
committed
on 22 Feb 2013
|