2014-05-14 |
|
---|---|
Display the build date for "dub -h".
Sönke Ludwig
committed
on 14 May 2014
|
|
2014-05-09 |
Add the --build-mode switch to control how the compiler and linker are invoked.
Sönke Ludwig
committed
on 9 May 2014
|
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 |
Add spellchecker to dub for --config mismatches.
Andrej Mitrovic
committed
on 5 May 2014
|
2014-04-24 |
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
|
|
2014-04-23 |
Implement a basic "clean" command. Fixes #134.
Sönke Ludwig
committed
on 23 Apr 2014
|
Switched dub.fetch() to take an enum FetchOptions instead of 4 bools.
Colden Cullen
committed
on 23 Apr 2014
|
|
2014-04-19 |
Fix member naming convention.
Sönke Ludwig
committed
on 19 Apr 2014
|
Fix the --compiler help message to mark the correct default compiler. See #303.
Sönke Ludwig
committed
on 19 Apr 2014
|
|
2014-04-18 |
Set default compiler to be the same that built dub
Iain Buclaw
committed
on 18 Apr 2014
|
2014-04-11 |
Add a --missing-only switch to "dub upgrade". Fixes #271.
Sönke Ludwig
committed
on 11 Apr 2014
|
2014-04-01 |
Use URL and Path types of vibe.d if available for better interop.
Sönke Ludwig
committed
on 1 Apr 2014
|
Rename UpdateOptions->UpgradeOptions and move it to dub.dub.
Sönke Ludwig
committed
on 1 Apr 2014
|
|
2014-03-22 |
Avoid exponential run time in the dependency resolution algorithm if possible.
...
Sönke Ludwig
committed
on 22 Mar 2014
|
2014-03-21 |
Disable log output during "dub describe" to ensure only JSON gets written. See #221.
...
Sönke Ludwig
committed
on 21 Mar 2014
|
Add command line interface for managing package overrides.
Sönke Ludwig
committed
on 21 Mar 2014
|
|
Refactor runDubCommandLine to use less indentation/nesting.
Sönke Ludwig
committed
on 21 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 |
Implement a new dependency resolution algorithm with support for selections.
...
Sönke Ludwig
committed
on 18 Mar 2014
|
2014-03-13 |
Integrate the "dub select" functionality in "dub upgrade".
Sönke Ludwig
committed
on 13 Mar 2014
|
|
|
2014-03-04 |
Merge branch 'dustmite'
Sönke Ludwig
committed
on 4 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
|