2014-02-19 |
Improve wording.
Sönke Ludwig
committed
on 19 Feb 2014
|
---|---|
2014-02-16 |
Support --combined and --force flags for "dub test". Fixes #247.
Sönke Ludwig
committed
on 16 Feb 2014
|
2014-02-13 |
Fix typo.
Sönke Ludwig
committed
on 13 Feb 2014
|
Add --force-remove switch and reimplement PackageManager.remove.
...
Sönke Ludwig
committed
on 13 Feb 2014
|
|
Improve error messages for errors during package removal.
Sönke Ludwig
committed
on 13 Feb 2014
|
|
2014-02-12 |
Improve error message in case of missing packages.
Sönke Ludwig
committed
on 12 Feb 2014
|
2014-02-07 |
Output errors the occur while fetching package information as diagnostic output. See also #236.
Sönke Ludwig
committed
on 7 Feb 2014
|
2014-01-27 |
When inferring the module name from the file path for "dub test", use the longest matching import path instead of the first match.
...
Sönke Ludwig
committed
on 27 Jan 2014
|
2014-01-10 |
Only copy DDOX resources if newer on Posix.
Sönke Ludwig
committed
on 10 Jan 2014
|
2014-01-07 |
Make "dub.json" the primary choice for a package description and handle "package.json" as a fallback.
Sönke Ludwig
committed
on 7 Jan 2014
|
2014-01-02 |
Don't include package.d modules for "dub test". See #198.
Sönke Ludwig
committed
on 2 Jan 2014
|
2013-12-30 |
Determine proper module name for "package.d" files and "dub test". Fixes #198.
Sönke Ludwig
committed
on 30 Dec 2013
|
2013-12-19 |
Implement individual building of dependencies.
Sönke Ludwig
committed
on 19 Dec 2013
|
2013-12-16 |
Add support for "add-local" without version name.
ponce
committed
on 16 Dec 2013
|
2013-12-14 |
Fix assertion errors when the HOME variable is a relative path.
Ognjen Ivkovic
committed
on 14 Dec 2013
|
2013-12-13 |
Add an "allModules" tuple to dub_test_root and pass it to runUnitTests or the "tested" code.
Sönke Ludwig
committed
on 13 Dec 2013
|
2013-12-11 |
Rename the generated root module for "dub test" to "dub_test_root".
...
Sönke Ludwig
committed
on 11 Dec 2013
|
Avoid casting RegistryPackageSupplier[] to PackageSupplier[]. Fixes #186.
Sönke Ludwig
committed
on 11 Dec 2013
|
|
2013-12-10 |
Fix path separators for DUBPATH.
Sönke Ludwig
committed
on 10 Dec 2013
|
2013-12-09 |
Make "dub test" work for library configurations without a "mainSourceFile".
Sönke Ludwig
committed
on 9 Dec 2013
|
2013-12-04 |
If --main-file was given for "dub test", prefer a normal library configuration over a "unittest" one.
Sönke Ludwig
committed
on 4 Dec 2013
|
Use an existing "unittest" configuration for "dub test" by default.
Sönke Ludwig
committed
on 4 Dec 2013
|
|
2013-12-02 |
Rename badly named PackageManager.get to storeFetchedPackage.
Sönke Ludwig
committed
on 2 Dec 2013
|
2013-12-01 |
Also fall back to "dub -b unittest" if there are no source files in the selected library configuration.
Sönke Ludwig
committed
on 1 Dec 2013
|
Fall back to "dub -b unittest" when "dub test" finds no library configuration.
Sönke Ludwig
committed
on 1 Dec 2013
|
|
2013-11-30 |
Implement the "test" command.
Sönke Ludwig
committed
on 30 Nov 2013
|
2013-11-29 |
Let --annotate work for all commands.
Sönke Ludwig
committed
on 29 Nov 2013
|
Revamp the command line interface with cleanly separated command implementations.
Sönke Ludwig
committed
on 29 Nov 2013
|
|
2013-11-22 |
Code cosmetics.
Sönke Ludwig
committed
on 22 Nov 2013
|
2013-11-21 |
Fix naming convention of PlacementLocation.
Sönke Ludwig
committed
on 21 Nov 2013
|