2017-03-10 |
Partial forward compatibility fix for vibe-core.
Sönke Ludwig
committed
on 10 Mar 2017
|
---|---|
2017-02-13 |
Prevent hardLinkFile from unlinking a target just to then turn around and link the same source to the same target again (on Posix).
Danny Milosavljevic
committed
on 13 Feb 2017
|
2016-11-13 |
|
2016-07-06 |
Handle unbound stdout/stderr gracefully. See #892.
Sönke Ludwig
committed
on 6 Jul 2016
|
2016-05-25 |
Check return value of rawRead().
Sönke Ludwig
committed
on 25 May 2016
|
|
|
2015-07-10 |
|
2015-02-16 |
fix #511 - copyFiles should not overwrite identical files on windows
Martin Nowak
committed
on 16 Feb 2015
|
2014-12-25 |
|
2014-12-24 |
|
2014-12-15 |
Apply patch by ketmar: remove comma expressions and fix property syntax.
...
ketmar
authored
on 15 Dec 2014
Sönke Ludwig
committed
on 15 Dec 2014
|
2014-12-02 |
Fix warnings and errors on git master
Per Nordlöw
committed
on 2 Dec 2014
|
2014-09-22 |
|
2014-08-25 |
Fix trying to copy copyFiles where source==destination.
Sönke Ludwig
committed
on 25 Aug 2014
|
2014-08-02 |
create symlinks instead of copying cached build files
Martin Nowak
committed
on 2 Aug 2014
|
2014-05-22 |
Removed trailing whitespace
James Clarke
committed
on 22 May 2014
|
2014-04-21 |
Remove unused prototype.
Sönke Ludwig
committed
on 21 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
|
|
2013-12-09 |
Fix listing of directories containing invalid symbolic links.
Sönke Ludwig
committed
on 9 Dec 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-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-06-19 |
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig
committed
on 19 Jun 2013
|
2013-05-28 |
Fix warnings for latest DMD beta.
Sönke Ludwig
committed
on 28 May 2013
|
2013-05-14 |
Log warnings/errors/diagnostics to stderr instead of stdout.
Sönke Ludwig
committed
on 14 May 2013
|
2013-04-12 |
Remove the thread/fiber IDs to clean up the console output visually.
...
Sönke Ludwig
committed
on 12 Apr 2013
|
2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|