History for dub_jkp / source / dub / dub.d
2015-09-22
@Martin Nowak
implement search command ...
Martin Nowak committed on 22 Sep 2015
2015-09-15
@Martin Nowak
enable merging of coverage reports to account for tests
Martin Nowak committed on 15 Sep 2015
2015-09-14
@Sönke Ludwig
Fix reading settings.json in --bare mode. ...
Sönke Ludwig committed on 14 Sep 2015
@Sönke Ludwig
Implement --skip-registry switch. Fixes #580.
Sönke Ludwig committed on 14 Sep 2015
2015-09-13
@Sönke Ludwig
Add support for a user defined default compiler. See #678. ...
Sönke Ludwig committed on 13 Sep 2015
2015-07-10
@Sönke Ludwig
Fix naming convention of FileMode enum. ...
Sönke Ludwig committed on 10 Jul 2015
2015-06-30
@Sönke Ludwig
Add SDL support to "dub init". ...
Sönke Ludwig committed on 30 Jun 2015
2015-06-26
@Nick Sabalausky
Allow comma-separated list in --data, for brevity.
Nick Sabalausky authored on 17 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
Add --data-0 to output --data= info null-delimited for (ex.) xargs -0
Nick Sabalausky authored on 14 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
Replace --data-format with --compiler and --data-list.
Nick Sabalausky authored on 5 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
Add 'dub describe --data-format=' to format the output of --data= directly for a compiler's commandline. Use --data-format=list to get the old list-style output.
Nick Sabalausky authored on 5 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
Add 'dub describe --data='.
Nick Sabalausky authored on 22 May 2015 Sönke Ludwig committed on 26 Jun 2015
@Sönke Ludwig
Make the describe() API strongly typed.
Sönke Ludwig committed on 26 Jun 2015
2015-06-25
@Sönke Ludwig
"dub remove" shall only remove managed packages. Fixes #596.
Sönke Ludwig committed on 25 Jun 2015
2015-06-21
@Sönke Ludwig
Ignore trailing slash when verifying path. See #586.
Sönke Ludwig committed on 21 Jun 2015
2015-05-05
@Sönke Ludwig
Catch errors caused by invalid path dependencies during upgrade checks. Fixes #564.
Sönke Ludwig committed on 5 May 2015
2015-04-27
@w0rp
Simplify some things. Use jq to test some of the dub describe output.
w0rp committed on 27 Apr 2015
2015-04-26
@w0rp
Add --import-paths and --string-import-paths as options for 'dub describe' instead of a new command. Add some scripts for testing the output of each, and a smoke test for 'dub describe'.
w0rp committed on 26 Apr 2015
2015-04-18
@w0rp
Add a command to dub to list all of the import paths for a project.
w0rp committed on 18 Apr 2015
2015-04-10
@Sönke Ludwig
Fix package resolution for non-local sub packages. Fixes #543. ...
Sönke Ludwig committed on 10 Apr 2015
2015-02-03
@Martin Nowak
Merge pull request #497 from Dicebot/tmpfile ...
Martin Nowak committed on 3 Feb 2015
@Dicebot
Use unique filenames for temporary files ...
Dicebot committed on 3 Feb 2015
2015-02-02
@Martin Nowak
fix Issue #354 - build ddox does not work on OSX ...
Martin Nowak committed on 2 Feb 2015
2014-12-15
@ketmar
Apply patch by ketmar: remove comma expressions and fix property syntax. ...
ketmar authored on 15 Dec 2014 Sönke Ludwig committed on 15 Dec 2014
2014-12-10
@Martin Nowak
Merge pull request #453 from grogancolin/init-with-dependencies ...
Martin Nowak committed on 10 Dec 2014
@Colin Grogan
Upon failing to find a package. createEmptyPackage now throws an exception, and lets main handle the error
Colin Grogan committed on 10 Dec 2014
@Colin Grogan
Removed getPackageNames() from packagesupplier.d and reverted Dub.createEmptyPackage() to simply fail on finding a failing package
Colin Grogan committed on 10 Dec 2014
2014-12-09
@Colin Grogan
Added fuzzySearch function to utils.d and updated createEmptyPackage to print out first 4 close matches according to fuzzy search function. With thanks to Martin Nowak for help with this...
Colin Grogan committed on 9 Dec 2014
@Colin Grogan
Fixed conflict
Colin Grogan committed on 9 Dec 2014
2014-12-08
@grogancolin
Added a getPackageNames function to the PackageSupplier interface, and an implementation for the RegistryPackageSupplier. Currently, FileSystemPackageSupplier.getPackageNames is not implemented. ...
grogancolin committed on 8 Dec 2014