History for dub_jkp / source / dub / internal
2013-11-22
@Sönke Ludwig
Fix duplicate file entries in generated VisualD projects. Fixes #168. ...
Sönke Ludwig committed on 22 Nov 2013
2013-11-19
@Sönke Ludwig
Fix warning that for some reason only occurs on some systems...
Sönke Ludwig committed on 19 Nov 2013
@Sönke Ludwig
Improve the Appender workaround.
Sönke Ludwig committed on 19 Nov 2013
@Sönke Ludwig
Add workaround for corrupted Json values when using Appender.
Sönke Ludwig committed on 19 Nov 2013
@Sönke Ludwig
Fix compiler error on DMD 2.063.2.
Sönke Ludwig committed on 19 Nov 2013
@Sönke Ludwig
Let Json.checkType take an optional string to avoid compilation errors in the future.
Sönke Ludwig committed on 19 Nov 2013
@Sönke Ludwig
Record the field name of JSON objects to improve error messages.
Sönke Ludwig committed on 19 Nov 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-05
@Sönke Ludwig
Preserve file ownership/permissions for copied files on Posix.
Sönke Ludwig committed on 5 Nov 2013
@Sönke Ludwig
Delete files before overwriting them in copyFile. Allows to rebuild an application while it is running on Linux.
Sönke Ludwig committed on 5 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
@Sönke Ludwig
Represent empty relative paths as "." instead of an empty string for Path.toNativeString(). Fixes #153.
Sönke Ludwig committed on 2 Nov 2013
2013-11-01
@Sönke Ludwig
Fix error message in case of an empty source path. See #149.
Sönke Ludwig committed on 1 Nov 2013
2013-10-21
@Sönke Ludwig
Use DirEntry() instead of dirEntry() on DMD >= 2.064 to avoid deprecation warnings. Fixes #116.
Sönke Ludwig committed on 21 Oct 2013
2013-10-17
@Sönke Ludwig
Use std.stream.File instead of std.stdio.File to improve the unicode path situation. See #130.
Sönke Ludwig committed on 17 Oct 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
2013-06-30
@Sönke Ludwig
Remove deprecated aliases.
Sönke Ludwig committed on 30 Jun 2013
2013-06-19
@Sönke Ludwig
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig committed on 19 Jun 2013
2013-06-04
@Sönke Ludwig
Add unit tests to the path module and make \\UNC\ paths absolute.
Sönke Ludwig committed on 4 Jun 2013
@Sönke Ludwig
Remove all unit tests from the processcompat module as many of them failed (not an issue since the new std.process is now in DMD 2.063).
Sönke Ludwig committed on 4 Jun 2013
2013-05-28
@Sönke Ludwig
Fix warnings for latest DMD beta.
Sönke Ludwig committed on 28 May 2013
2013-05-25
@Lutger Blijdestijn
fixes support for unc path
Lutger Blijdestijn committed on 25 May 2013
2013-05-24
@Lutger Blijdestijn
fixes unc path error
Lutger Blijdestijn committed on 24 May 2013
2013-05-14
@Sönke Ludwig
Improve JSON pretty printing and appending.
Sönke Ludwig committed on 14 May 2013
@Sönke Ludwig
Log warnings/errors/diagnostics to stderr instead of stdout.
Sönke Ludwig committed on 14 May 2013
2013-05-07
@Sönke Ludwig
Preparing for the new std.process in Phobos.
Sönke Ludwig committed on 7 May 2013