2014-05-08 |
Added old --system and --local flags back, but marked as deprecated.
Colden Cullen
committed
on 8 May 2014
|
---|---|
Switched to '--cache=x' param type for package fetching.
Colden Cullen
committed
on 8 May 2014
|
|
2014-05-07 |
Add hint to run "dub <cmd> -h" when usage errors occur.
Sönke Ludwig
committed
on 7 May 2014
|
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
|
Don't run postBuildCommands for up to date targets.
Sönke Ludwig
committed
on 5 May 2014
|
|
Process variables for pre-/postGenerateCommands.
Sönke Ludwig
committed
on 5 May 2014
|
|
|
|
Add spellchecker to dub for --config mismatches.
Andrej Mitrovic
committed
on 5 May 2014
|
|
2014-05-02 |
Improve the error message when removing a package is ambiguous.
...
Sönke Ludwig
committed
on 2 May 2014
|
Fix suggestion text for -debug= dflags. See #310.
Sönke Ludwig
committed
on 2 May 2014
|
|
2014-04-25 |
Print the version of each target during the build.
Sönke Ludwig
committed
on 25 Apr 2014
|
2014-04-24 |
Reverse mkdir fix, as it was already done.
Colden Cullen
committed
on 24 Apr 2014
|
Switched fetch command to use defaultPlacementLocation.
Colden Cullen
committed
on 24 Apr 2014
|
|
Fixed bug where Path was used for URL on Windows.
Colden Cullen
committed
on 24 Apr 2014
|
|
|
|
Removed logInfo from commandline.
Colden Cullen
committed
on 24 Apr 2014
|
|
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
|
|
Fix copying "copyFiles".
Sönke Ludwig
committed
on 24 Apr 2014
|
|
2014-04-23 |
Create target directory if necessary. Fixes #261.
Sönke Ludwig
committed
on 23 Apr 2014
|
Implement a basic "clean" command. Fixes #134.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
Remove debug log noise.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
Add the compiler frontend version to the build hash. Fixes #284.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
Put BuildSettings into its own module and invoke DMD to determine the actual build platform.
...
Sönke Ludwig
committed
on 23 Apr 2014
|
|
Rebuild packages when dub.json (all packages) or dub.selections.json (root package) changed.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
*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
|
|
|