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
@grogancolin
Update CHANGELOG.md ...
grogancolin committed on 8 Dec 2014
2014-12-06
@grogancolin
Update commandline.d
grogancolin committed on 6 Dec 2014
@grogancolin
Merge pull request #1 from MartinNowak/initDeps ...
grogancolin committed on 6 Dec 2014
@Martin Nowak
fixes from code review ...
Martin Nowak 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-11-13
@Colin Grogan
Removed test binaries...
Colin Grogan committed on 13 Nov 2014
@Colin Grogan
Added test for init command
Colin Grogan 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
@Sönke Ludwig
Merge pull request #443 from Geod24/dfix-code ...
Sönke Ludwig committed on 26 Oct 2014
2014-10-18
@Geod24
DFix the code
Geod24 committed on 18 Oct 2014
2014-10-14
@Sönke Ludwig
Initialize regex engines lazily. See #441.
Sönke Ludwig committed on 14 Oct 2014
@Sönke Ludwig
Merge pull request #441 from etcimon/ctregex-unstable ...
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
@Sönke Ludwig
Merge pull request #434 from John-Colvin/patch-2 ...
Sönke Ludwig committed on 14 Oct 2014
2014-10-07
@Sönke Ludwig
Seventh attempt.
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Sixth attempt.
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Fifth attempt.
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Fourth attempt.
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Third attempt.
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Second attempt.
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Attempt to test on compilers ranging from 2.064-2.066.
Sönke Ludwig committed on 7 Oct 2014
@John Colvin
builtin reverse to std.algorithm.reverse ...
John Colvin committed on 7 Oct 2014