History for dub_jkp / source / dub / dub.d
2014-03-17
@John Colvin
correct imports
John Colvin committed on 17 Mar 2014
2014-03-13
@Sönke Ludwig
Integrate the "dub select" functionality in "dub upgrade".
Sönke Ludwig committed on 13 Mar 2014
@Sönke Ludwig
Make some cosmetic changes to dub version selections. ...
Sönke Ludwig committed on 13 Mar 2014
2014-03-04
@Sönke Ludwig
Merge branch 'dustmite'
Sönke Ludwig committed on 4 Mar 2014
2014-03-02
@Matthias Dondorff
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
@Matthias Dondorff
Not catching Throwable when metadata is fetched. ...
Matthias Dondorff committed on 1 Mar 2014
@Matthias Dondorff
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-19
@Sönke Ludwig
Improve wording.
Sönke Ludwig committed on 19 Feb 2014
2014-02-16
@Sönke Ludwig
Support --combined and --force flags for "dub test". Fixes #247.
Sönke Ludwig committed on 16 Feb 2014
2014-02-13
@Sönke Ludwig
Fix typo.
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Add --force-remove switch and reimplement PackageManager.remove. ...
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Improve error messages for errors during package removal.
Sönke Ludwig committed on 13 Feb 2014
2014-02-12
@Sönke Ludwig
Improve error message in case of missing packages.
Sönke Ludwig committed on 12 Feb 2014
2014-02-07
@Sönke Ludwig
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
@Sönke Ludwig
Avoid scanning for local packages for "dub dustmite --test-package".
Sönke Ludwig committed on 27 Jan 2014
@Sönke Ludwig
Add Dub.overrideSearchPath to define a single and only path that is searched for packages.
Sönke Ludwig committed on 27 Jan 2014
@Sönke Ludwig
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
@Sönke Ludwig
Only copy DDOX resources if newer on Posix.
Sönke Ludwig committed on 10 Jan 2014
2014-01-07
@Sönke Ludwig
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
@Sönke Ludwig
Don't include package.d modules for "dub test". See #198.
Sönke Ludwig committed on 2 Jan 2014
2013-12-30
@Sönke Ludwig
Determine proper module name for "package.d" files and "dub test". Fixes #198.
Sönke Ludwig committed on 30 Dec 2013
2013-12-19
@Sönke Ludwig
Implement individual building of dependencies.
Sönke Ludwig committed on 19 Dec 2013
2013-12-16
@ponce
Add support for "add-local" without version name.
ponce committed on 16 Dec 2013
2013-12-14
@Ognjen Ivkovic
Fix assertion errors when the HOME variable is a relative path.
Ognjen Ivkovic committed on 14 Dec 2013
2013-12-13
@Sönke Ludwig
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
@Sönke Ludwig
Rename the generated root module for "dub test" to "dub_test_root". ...
Sönke Ludwig committed on 11 Dec 2013
@Sönke Ludwig
Avoid casting RegistryPackageSupplier[] to PackageSupplier[]. Fixes #186.
Sönke Ludwig committed on 11 Dec 2013
2013-12-10
@Sönke Ludwig
Fix path separators for DUBPATH.
Sönke Ludwig committed on 10 Dec 2013
2013-12-09
@Sönke Ludwig
Make "dub test" work for library configurations without a "mainSourceFile".
Sönke Ludwig committed on 9 Dec 2013
2013-12-04
@Sönke Ludwig
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