History for dub_jkp / source / dub / dub.d
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
2014-12-07
@Szabo Bogdan
Removed trailing spaces
Szabo Bogdan committed on 7 Dec 2014
2014-12-06
@Szabo Bogdan
LGTM otherwise
Szabo Bogdan committed on 6 Dec 2014
2014-11-16
@Szabo Bogdan
Fix get module name diagnostic message
Szabo Bogdan committed on 16 Nov 2014
@Szabo Bogdan
Fix get module name from empty string
Szabo Bogdan committed on 16 Nov 2014
2014-11-07
@grogancolin
Removed extra tabs...
grogancolin committed on 7 Nov 2014
@grogancolin
Added support for "dub init" to take a list dependencies. It will search for the newest version numbers on code.dlang.org and add the required string to dub.json.
grogancolin committed on 7 Nov 2014
2014-10-14
@Sönke Ludwig
Initialize regex engines lazily. See #441.
Sönke Ludwig committed on 14 Oct 2014
@Etienne Cimon
Fix ctRegex unstable parser
Etienne Cimon committed on 14 Oct 2014
@Sönke Ludwig
Upgrade Travis test to LDC 0.14.0 and add linker workaround.
Sönke Ludwig committed on 14 Oct 2014
2014-10-07
@John Colvin
builtin reverse to std.algorithm.reverse ...
John Colvin committed on 7 Oct 2014
@Sönke Ludwig
Merge pull request #433 from MartinNowak/cleanCaches ...
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Remove PackageManager argument from createProjectGenerator(). ...
Sönke Ludwig committed on 7 Oct 2014
2014-10-05
@Martin Nowak
add clean-caches command ...
Martin Nowak committed on 5 Oct 2014
2014-09-22
@Sönke Ludwig
Improve error output in case of locally installed packages with errors in the package description. See #421.
Sönke Ludwig committed on 22 Sep 2014
@Sönke Ludwig
Merge branch '0.9.22' ...
Sönke Ludwig committed on 22 Sep 2014
2014-09-18
@Szabo Bogdan
added unittests for module name parsing
Szabo Bogdan committed on 18 Sep 2014
@Szabo Bogdan
Merge https://github.com/D-Programming-Language/dub
Szabo Bogdan committed on 18 Sep 2014