History for dub_jkp / source
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
@Vadim Lopatin
fix MartinNowak's finding - wildcard copyDirs should be applied to directories only
Vadim Lopatin committed on 8 Dec 2014
@Vadim Lopatin
Implement copyDirs parameter, similar to copyFiles - should recursively copy directory content to destination
Vadim Lopatin committed on 8 Dec 2014
@Nicholas Londey
Added @property at MartinNowak's request
Nicholas Londey committed on 8 Dec 2014
@Nicholas Londey
Broke long line onto multiple lines
Nicholas Londey committed on 8 Dec 2014
@Nicholas Londey
Reamed vsCpuArchitecture to vsArchitecture ...
Nicholas Londey committed on 8 Dec 2014
2014-12-07
@Martin Nowak
Merge pull request #460 from MartinNowak/fixup385 ...
Martin Nowak committed on 7 Dec 2014
@Martin Nowak
Merge pull request #462 from MartinNowak/newLine ...
Martin Nowak committed on 7 Dec 2014
@Martin Nowak
Merge pull request #458 from gedaiu/master ...
Martin Nowak committed on 7 Dec 2014
@Szabo Bogdan
Removed trailing spaces
Szabo Bogdan committed on 7 Dec 2014
2014-12-06
@grogancolin
Update commandline.d
grogancolin committed on 6 Dec 2014
@Martin Nowak
fixes from code review ...
Martin Nowak committed on 6 Dec 2014
@Szabo Bogdan
LGTM otherwise
Szabo Bogdan committed on 6 Dec 2014
@grogancolin
Update commandline.d ...
grogancolin committed on 6 Dec 2014
@grogancolin
Update commandline.d ...
grogancolin committed on 6 Dec 2014
2014-12-02
@Per Nordlöw
Fix warnings and errors on git master
Per Nordlöw committed on 2 Dec 2014
2014-11-22
@Martin Nowak
append a newline when writing dub.selections.json
Martin Nowak committed on 22 Nov 2014
2014-11-19
@Martin Nowak
Revert "Remove the build type switch for "dub test". See #385." ...
Martin Nowak committed on 19 Nov 2014
2014-11-17
@Szabo Bogdan
Revert version file
Szabo Bogdan committed on 17 Nov 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-13
@Nicholas Londey
Fixed generation of Solution Platform for x64
Nicholas Londey committed on 13 Nov 2014
2014-11-09
@grogancolin
Removed unneeded "if" from InitCommand.execute()
grogancolin committed on 9 Nov 2014
2014-11-08
@grogancolin
Added initialisation to m_buildType. ...
grogancolin committed on 8 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-26
@Sönke Ludwig
Avoid awkward mixture of format() and string concatenation.
Sönke Ludwig committed on 26 Oct 2014
@Sönke Ludwig
Avoid catching Error instances in various places. See #443.
Sönke Ludwig committed on 26 Oct 2014