History for dub_jkp / source / dub / commandline.d
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
Removing superfluous try-catch around dub.remove.
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-22
@Sönke Ludwig
Fix handling of the --local switch. Fixes #259. ...
Sönke Ludwig committed on 22 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
Add --force-remove switch and reimplement PackageManager.remove. ...
Sönke Ludwig committed on 13 Feb 2014
2014-02-10
@Sönke Ludwig
Add proper documentation for the "dub test" command. Fixes #83.
Sönke Ludwig committed on 10 Feb 2014
2014-01-27
@Sönke Ludwig
Silence the "Checking dependencies" message on startup. Fixes #221.
Sönke Ludwig committed on 27 Jan 2014
2014-01-21
@Sönke Ludwig
Fix handling of remaining command line arguments (broken by previous commit).
Sönke Ludwig committed on 21 Jan 2014
@Sönke Ludwig
Error out when excessive command line arguments starting with "-" are encountered.
Sönke Ludwig committed on 21 Jan 2014
2014-01-16
@Sönke Ludwig
Remove redundant dependency tree rebuilds.
Sönke Ludwig committed on 16 Jan 2014
@Sönke Ludwig
Determine the version of the package in the root dir properly instead of assuming ~master.
Sönke Ludwig committed on 16 Jan 2014
2014-01-15
@Sönke Ludwig
Fix the check and error message for an existing DUB package in the selected root.
Sönke Ludwig committed on 15 Jan 2014
2014-01-14
@Sönke Ludwig
Don't try to determine the default configuration before downloading all dependencies. Fixes #213.
Sönke Ludwig committed on 14 Jan 2014
2014-01-09
@Sönke Ludwig
Deprecate the "visuald-combined" generator.
Sönke Ludwig committed on 9 Jan 2014
2014-01-04
@Matthias Dondorff
Fixed typos.
Matthias Dondorff committed on 4 Jan 2014
2013-12-19
@Sönke Ludwig
Implement individual building of dependencies.
Sönke Ludwig committed on 19 Dec 2013
2013-12-17
@Sönke Ludwig
Add "release-nobounds" build type. Fixes #141.
Sönke Ludwig committed on 17 Dec 2013
2013-12-16
@ponce
Add support for "add-local" without version name.
ponce committed on 16 Dec 2013
2013-12-11
@Sönke Ludwig
Mention support for the "http_proxy" variable.
Sönke Ludwig committed on 11 Dec 2013
2013-12-09
@Sönke Ludwig
Hide deprecated commands.
Sönke Ludwig committed on 9 Dec 2013
2013-12-06
@Sönke Ludwig
Fix DescribeCommand to check dependencies when --nodeps is not given.
Sönke Ludwig committed on 6 Dec 2013
2013-12-04
@Sönke Ludwig
Use an existing "unittest" configuration for "dub test" by default.
Sönke Ludwig committed on 4 Dec 2013
2013-12-02
@Sönke Ludwig
Add back version output for --help and improve SemVer conversion of the GIT describe output.
Sönke Ludwig committed on 2 Dec 2013
2013-12-01
@Sönke Ludwig
Change order of command class declarations to match their order in the help screen.
Sönke Ludwig committed on 1 Dec 2013
@Sönke Ludwig
Let --nodeps work for any command of the build/generate category.
Sönke Ludwig committed on 1 Dec 2013
@Sönke Ludwig
Remove log message previously used for debugging.
Sönke Ludwig committed on 1 Dec 2013
2013-11-30
@Sönke Ludwig
Fix running "dub test" on an explicitly named package.
Sönke Ludwig committed on 30 Nov 2013
@Sönke Ludwig
Implement the "test" command.
Sönke Ludwig committed on 30 Nov 2013
@Sönke Ludwig
Tweak help screen formatting and add a few short options.
Sönke Ludwig committed on 30 Nov 2013