2014-05-22 |
Use "dub.json" instead of "package.json" in documentation
James Clarke
committed
on 22 May 2014
|
---|---|
2014-05-08 |
|
2014-05-06 |
Removed 'Wide' from PlacementLocation member names.
Colden Cullen
committed
on 6 May 2014
|
|
|
2014-05-05 |
Implement support for $ROOT_PACKAGE_DIR and $<PACK_NAME>_PACKAGE_DIR variables. Fixes #260.
...
Sönke Ludwig
committed
on 5 May 2014
|
2014-04-24 |
Added support for fetching to any location, now need to add support for finding packages in other locations.
Colden Cullen
committed
on 24 Apr 2014
|
2014-04-23 |
*Rally* only overwrite dub.selections.json if necessary.
Sönke Ludwig
committed
on 23 Apr 2014
|
Rename m_selectedVersions -> m_selections.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
Only overwrite dub.selections.json if there are actual changes.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
2014-04-21 |
For "dub run", change the CWD only if non-empty. Fixes #272.
Sönke Ludwig
committed
on 21 Apr 2014
|
Fix path based dependencies. See #282 and #253.
Sönke Ludwig
committed
on 21 Apr 2014
|
|
2014-04-14 |
Detect dependency cycles after version resolution and before configuration resolution. Fixes #280.
Sönke Ludwig
committed
on 14 Apr 2014
|
Fix building sub packages that depend on their own parent package.
Sönke Ludwig
committed
on 14 Apr 2014
|
|
2014-04-10 |
Fix usage of the selections file (was completely ignored) and improve diagnostic output.
Sönke Ludwig
committed
on 10 Apr 2014
|
2014-04-02 |
Avoid internal exception when loading version selections.
Sönke Ludwig
committed
on 2 Apr 2014
|
2014-04-01 |
Rename UpdateOptions->UpgradeOptions and move it to dub.dub.
Sönke Ludwig
committed
on 1 Apr 2014
|
Properly support path based version selections.
Sönke Ludwig
committed
on 1 Apr 2014
|
|
2014-03-30 |
|
2014-03-26 |
Resolve sub packages of the root package directly instead of using the package manager. Fixes #287.
Sönke Ludwig
committed
on 26 Mar 2014
|
2014-03-25 |
Fix null pointer dereference in Project.this() when no package was found. Fixes #286.
Sönke Ludwig
committed
on 25 Mar 2014
|
2014-03-21 |
Fix compilation on DMD 2.064.
Sönke Ludwig
committed
on 21 Mar 2014
|
Fix path based dependencies to be ignored for version selections.
Sönke Ludwig
committed
on 21 Mar 2014
|
|
2014-03-20 |
Implement user/system wide overriding of certain package version ranges.
...
Sönke Ludwig
committed
on 20 Mar 2014
|
2014-03-19 |
Only validate (and output warnings) the root package once.
Sönke Ludwig
committed
on 19 Mar 2014
|
2014-03-18 |
Improve the warning message for branch based dependencies.
Sönke Ludwig
committed
on 18 Mar 2014
|
Add a warning message for packages that use branch based dependencies.
Sönke Ludwig
committed
on 18 Mar 2014
|
|
|
|
Implement a new dependency resolution algorithm with support for selections.
...
Sönke Ludwig
committed
on 18 Mar 2014
|
|
Rename fields in Project and load the root package only once.
Sönke Ludwig
committed
on 18 Mar 2014
|
|
2014-03-17 |
correct imports
John Colvin
committed
on 17 Mar 2014
|