2014-05-14 |
Allow empty path nodes. Fixes #177.
Sönke Ludwig
committed
on 14 May 2014
|
---|---|
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-06 |
|
2014-05-05 |
Add spellchecker to dub for --config mismatches.
Andrej Mitrovic
committed
on 5 May 2014
|
2014-04-24 |
Reverse mkdir fix, as it was already done.
Colden Cullen
committed
on 24 Apr 2014
|
Fixed bug where Path was used for URL on Windows.
Colden Cullen
committed
on 24 Apr 2014
|
|
|
|
2014-04-21 |
Remove unused prototype.
Sönke Ludwig
committed
on 21 Apr 2014
|
2014-04-01 |
Enable vibe.d based HTTP downloads, if possible.
Sönke Ludwig
committed
on 1 Apr 2014
|
Use URL and Path types of vibe.d if available for better interop.
Sönke Ludwig
committed
on 1 Apr 2014
|
|
2014-03-26 |
|
2014-03-21 |
Disable log output during "dub describe" to ensure only JSON gets written. See #221.
...
Sönke Ludwig
committed
on 21 Mar 2014
|
Correct copyright notices.
Sönke Ludwig
committed
on 21 Mar 2014
|
|
2014-03-02 |
Fixing serializeToJson for structs/classes with to/fromJson to/fromString.
Matthias Dondorff
committed
on 2 Mar 2014
|
2014-03-01 |
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 |
Throw an exception when downloading using cURL fails.
Sönke Ludwig
committed
on 21 Jan 2014
|
2014-01-09 |
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 |
Add unit test for Path.toNativeString() w.r.t. endsWithSlash() and fix Path().toNativeString() on Posix.
Sönke Ludwig
committed
on 17 Dec 2013
|
toNativeString() now returns "." on Windows for relative empty paths when m_endsWithSlash is false.
ponce
committed
on 17 Dec 2013
|
|
2013-12-09 |
Fix listing of directories containing invalid symbolic links.
Sönke Ludwig
committed
on 9 Dec 2013
|
2013-12-08 |
Attempt to work around std.net.curl bug. See #109 and #135.
Sönke Ludwig
committed
on 8 Dec 2013
|
2013-12-02 |
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 |
Work around DMD associative array bug. Fixes #179.
Sönke Ludwig
committed
on 30 Nov 2013
|
2013-11-26 |
Fix Path.toNativeString() for empty paths (was missing the ending slash).
Sönke Ludwig
committed
on 26 Nov 2013
|
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
|