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
|
2014-03-01 |
Removing superfluous try-catch around dub.remove.
Matthias Dondorff
committed
on 1 Mar 2014
|
Cleaning up exception handling for dub remove and not catching Throwable somewhere else than commandline.d.
Matthias Dondorff
committed
on 1 Mar 2014
|
|
2014-02-22 |
|
2014-02-16 |
Support --combined and --force flags for "dub test". Fixes #247.
Sönke Ludwig
committed
on 16 Feb 2014
|
2014-02-13 |
Add --force-remove switch and reimplement PackageManager.remove.
...
Sönke Ludwig
committed
on 13 Feb 2014
|
2014-02-10 |
Add proper documentation for the "dub test" command. Fixes #83.
Sönke Ludwig
committed
on 10 Feb 2014
|
2014-02-04 |
Another improvement for the dustmite output match logic.
Sönke Ludwig
committed
on 4 Feb 2014
|
2014-01-27 |
Silence the "Checking dependencies" message on startup. Fixes #221.
Sönke Ludwig
committed
on 27 Jan 2014
|
Dustmite: Force a match when a command failed, but the output regex matched.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Only force dustmite match when an explicit failing exit code was requested.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Fix matching linker/program results in dustmite mode and output match status messages.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Avoid copying compiler output files and copy *all* dependencies for "dub dustmite".
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Avoid scanning for local packages for "dub dustmite --test-package".
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Add a basic dustmite command.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
2014-01-21 |
Fix handling of remaining command line arguments (broken by previous commit).
Sönke Ludwig
committed
on 21 Jan 2014
|
Error out when excessive command line arguments starting with "-" are encountered.
Sönke Ludwig
committed
on 21 Jan 2014
|