History for dub_jkp / source / dub / internal
2014-03-21
@Sönke Ludwig
Correct copyright notices.
Sönke Ludwig committed on 21 Mar 2014
2014-03-02
@Matthias Dondorff
Fixing serializeToJson for structs/classes with to/fromJson to/fromString.
Matthias Dondorff committed on 2 Mar 2014
2014-03-01
@Matthias Dondorff
Fixing Path.relativeTo for directories, a Path whith endsWithSlash==true had this property stripped, when made relative to another Path.
Matthias Dondorff committed on 1 Mar 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-17
@Sönke Ludwig
Add unit test for Path.toNativeString() w.r.t. endsWithSlash() and fix Path().toNativeString() on Posix.
Sönke Ludwig committed on 17 Dec 2013
@ponce
toNativeString() now returns "." on Windows for relative empty paths when m_endsWithSlash is false.
ponce committed on 17 Dec 2013
2013-12-09
@Sönke Ludwig
Fix listing of directories containing invalid symbolic links.
Sönke Ludwig committed on 9 Dec 2013
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-30
@Sönke Ludwig
Work around DMD associative array bug. Fixes #179.
Sönke Ludwig committed on 30 Nov 2013
2013-11-26
@Sönke Ludwig
Fix Path.toNativeString() for empty paths (was missing the ending slash).
Sönke Ludwig committed on 26 Nov 2013
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