2013-11-22 |
Fix duplicate file entries in generated VisualD projects. Fixes #168.
...
Sönke Ludwig
committed
on 22 Nov 2013
|
---|---|
2013-11-19 |
Fix warning that for some reason only occurs on some systems...
Sönke Ludwig
committed
on 19 Nov 2013
|
Improve the Appender workaround.
Sönke Ludwig
committed
on 19 Nov 2013
|
|
Add workaround for corrupted Json values when using Appender.
Sönke Ludwig
committed
on 19 Nov 2013
|
|
Fix compiler error on DMD 2.063.2.
Sönke Ludwig
committed
on 19 Nov 2013
|
|
Let Json.checkType take an optional string to avoid compilation errors in the future.
Sönke Ludwig
committed
on 19 Nov 2013
|
|
Record the field name of JSON objects to improve error messages.
Sönke Ludwig
committed
on 19 Nov 2013
|
|
2013-11-18 |
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 |
Support HTTP proxy using the "http_proxy" environment variable.
Sönke Ludwig
committed
on 13 Nov 2013
|
Add a DUB configuration to compile as a library without curl support.
Sönke Ludwig
committed
on 13 Nov 2013
|
|
2013-11-05 |
Preserve file ownership/permissions for copied files on Posix.
Sönke Ludwig
committed
on 5 Nov 2013
|
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 |
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 |
Build to a temporary folder only if necessary. Fixes #82.
Sönke Ludwig
committed
on 3 Nov 2013
|
2013-11-02 |
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
|
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 |
Fix error message in case of an empty source path. See #149.
Sönke Ludwig
committed
on 1 Nov 2013
|
2013-10-21 |
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 |
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 |
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig
committed
on 25 Sep 2013
|
2013-06-30 |
Remove deprecated aliases.
Sönke Ludwig
committed
on 30 Jun 2013
|
2013-06-19 |
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig
committed
on 19 Jun 2013
|
2013-06-04 |
Add unit tests to the path module and make \\UNC\ paths absolute.
Sönke Ludwig
committed
on 4 Jun 2013
|
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 |
Fix warnings for latest DMD beta.
Sönke Ludwig
committed
on 28 May 2013
|
2013-05-25 |
fixes support for unc path
Lutger Blijdestijn
committed
on 25 May 2013
|
2013-05-24 |
fixes unc path error
Lutger Blijdestijn
committed
on 24 May 2013
|
2013-05-14 |
Improve JSON pretty printing and appending.
Sönke Ludwig
committed
on 14 May 2013
|
Log warnings/errors/diagnostics to stderr instead of stdout.
Sönke Ludwig
committed
on 14 May 2013
|
|
2013-05-07 |
Preparing for the new std.process in Phobos.
Sönke Ludwig
committed
on 7 May 2013
|