History for dub_jkp / source / dub / internal / utils.d
2015-06-26
@Nick Sabalausky
Add 'dub describe --data='.
Nick Sabalausky authored on 22 May 2015 Sönke Ludwig committed on 26 Jun 2015
2015-06-15
@Nick Sabalausky
For child processes (except the target exec for 'dub run'), suppress stdout on --quiet and stderr on --vquiet. Fixes #585
Nick Sabalausky committed on 15 Jun 2015
2015-02-03
@Martin Nowak
use a simple UUID based tempfile ...
Martin Nowak committed on 3 Feb 2015
@Dicebot
Use unique filenames for temporary files ...
Dicebot committed on 3 Feb 2015
2015-02-02
@Dicebot
Use standard tempDir instead of custom implementation
Dicebot committed on 2 Feb 2015
2014-12-10
@Martin Nowak
Merge pull request #453 from grogancolin/init-with-dependencies ...
Martin Nowak 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
2014-10-26
@Sönke Ludwig
Avoid catching Error instances in various places. See #443.
Sönke Ludwig committed on 26 Oct 2014
2014-10-18
@Geod24
DFix the code
Geod24 committed on 18 Oct 2014
2014-10-07
@Sönke Ludwig
Improve JSON parser error format. Fixes #317. ...
Sönke Ludwig committed on 7 Oct 2014
2014-08-21
@Jonathan Marler
Step one of abstracting package description format
Jonathan Marler committed on 21 Aug 2014
2014-05-22
@James Clarke
Use tabs in all JSON and D files
James Clarke committed on 22 May 2014
2014-05-14
@Sönke Ludwig
Enable line number display for JSON errors and improve error messages. See #317 and #325.
Sönke Ludwig committed on 14 May 2014
2014-05-05
@Andrej Mitrovic
Add spellchecker to dub for --config mismatches.
Andrej Mitrovic committed on 5 May 2014
2014-04-01
@Sönke Ludwig
Enable vibe.d based HTTP downloads, if possible.
Sönke Ludwig committed on 1 Apr 2014
@Sönke Ludwig
Use URL and Path types of vibe.d if available for better interop.
Sönke Ludwig committed on 1 Apr 2014
2014-01-21
@Sönke Ludwig
Throw an exception when downloading using cURL fails.
Sönke Ludwig committed on 21 Jan 2014
2014-01-09
@Sönke Ludwig
Reimplement the VisualD generator based on the new target generation code and fix link dependencies for static libraries.
Sönke Ludwig committed on 9 Jan 2014
2013-12-08
@Sönke Ludwig
Attempt to work around std.net.curl bug. See #109 and #135.
Sönke Ludwig committed on 8 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-11-18
@Sönke Ludwig
Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available.
Sönke Ludwig committed on 18 Nov 2013
2013-11-13
@Sönke Ludwig
Support HTTP proxy using the "http_proxy" environment variable.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Add a DUB configuration to compile as a library without curl support.
Sönke Ludwig committed on 13 Nov 2013
2013-11-04
@Sönke Ludwig
Fix running executables that are not built in the CWD and create the target path if necessary.
Sönke Ludwig committed on 4 Nov 2013
2013-11-03
@Sönke Ludwig
Build to a temporary folder only if necessary. Fixes #82.
Sönke Ludwig committed on 3 Nov 2013
2013-11-02
@Sönke Ludwig
Remove dub.internal.std.process compatibility code as it doesn't support browse() and the compile status on older DMD versions isn't tracked anyway.
Sönke Ludwig committed on 2 Nov 2013
2013-09-25
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013