History for dub_jkp / source
2016-08-30
@Sönke Ludwig
Add workaround for bad vibe.d default recipe. ...
Sönke Ludwig committed on 30 Aug 2016
@Sönke Ludwig
Fix typo.
Sönke Ludwig committed on 30 Aug 2016
2016-08-08
@Sönke Ludwig
Merge pull request #897 from dlang/issue895-dub-config-in-exe-dir ...
Sönke Ludwig authored on 8 Aug 2016 GitHub committed on 8 Aug 2016
2016-08-05
@Martin Nowak
split remove into callback- and version-selection overload ...
Martin Nowak committed on 5 Aug 2016
@Martin Nowak
use 1 based index for selection ...
Martin Nowak committed on 5 Aug 2016
@Martin Nowak
interactive package removal ...
Martin Nowak committed on 5 Aug 2016
2016-07-27
@Sönke Ludwig
Change configuration search order to user->local->system.
Sönke Ludwig committed on 27 Jul 2016
2016-07-13
@Sönke Ludwig
Fix local config file search location and change it to have low precedence.
Sönke Ludwig committed on 13 Jul 2016
2016-07-12
@Sönke Ludwig
Fix configuration file lookup order.
Sönke Ludwig committed on 12 Jul 2016
@Matthias Klumpp
trivial: Fix typos
Matthias Klumpp committed on 12 Jul 2016
@Sönke Ludwig
Also search for DUB settings file in ../etc/dub/. Fixes #895. ...
Sönke Ludwig committed on 12 Jul 2016
2016-07-11
@Sönke Ludwig
Aggregate special directories in a single struct.
Sönke Ludwig committed on 11 Jul 2016
@Sönke Ludwig
Encapsulate configuration data in a class.
Sönke Ludwig committed on 11 Jul 2016
@Sönke Ludwig
Don't ever reset the any_config flag to false. Fixes #896. ...
Sönke Ludwig committed on 11 Jul 2016
2016-07-07
@Sönke Ludwig
Merge pull request #891 from MartinNowak/dmd_nightly ...
Sönke Ludwig authored on 7 Jul 2016 GitHub committed on 7 Jul 2016
2016-07-06
@Sönke Ludwig
Handle unbound stdout/stderr gracefully. See #892.
Sönke Ludwig committed on 6 Jul 2016
2016-07-05
@Martin Nowak
fix ambiguous isNumeric overload ...
Martin Nowak committed on 5 Jul 2016
2016-06-29
@Sönke Ludwig
Only use temporary builds for single-file packages if the shebank invocation syntax is used. Fixes #887.
Sönke Ludwig committed on 29 Jun 2016
2016-06-25
@Sönke Ludwig
Fix handling of empty array directives in the SDLang recipe parser. ...
Sönke Ludwig committed on 25 Jun 2016
2016-06-24
@Sönke Ludwig
Eliminate use of Json.opDispatch. ...
Sönke Ludwig committed on 24 Jun 2016
2016-06-23
@Sönke Ludwig
Call the recipe callback for initPackage before actually writing files to disk. Fixes #883.
Sönke Ludwig committed on 23 Jun 2016
2016-06-20
@Sönke Ludwig
Update change log and version file.
Sönke Ludwig committed on 20 Jun 2016
2016-06-15
@Sönke Ludwig
Merge pull request #878 from dlang/restrict-recipe-comments ...
Sönke Ludwig authored on 15 Jun 2016 GitHub committed on 15 Jun 2016
@Sönke Ludwig
Enforce that recipe comments are the first thing in the source file. ...
Sönke Ludwig committed on 15 Jun 2016
2016-06-08
@Sönke Ludwig
Move shebang invocation syntax handling further up the command line processing queue. ...
Sönke Ludwig committed on 8 Jun 2016
@Sönke Ludwig
Don't copy the target executable to the package directory for single-file packages.
Sönke Ludwig committed on 8 Jun 2016
@Sönke Ludwig
Don't search the default source directories for sources for single-file packages. ...
Sönke Ludwig committed on 8 Jun 2016
@Sönke Ludwig
Skip non-essential output for the "dub file.d" script syntax.
Sönke Ludwig committed on 8 Jun 2016
2016-06-07
@Sönke Ludwig
Pass all remaining args to the script for "dub [file].d" invocations. Fixes #856.
Sönke Ludwig committed on 7 Jun 2016
2016-06-04
@Andrei Alexandrescu
Merge pull request #861 from dlang/issue831-superfluous-registry-query ...
Andrei Alexandrescu committed on 4 Jun 2016