2015-06-26 |
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig
committed
on 26 Jun 2015
|
---|---|
Enable file names/line numbers and field names for the updated JSON module.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Fix compilation of the updated vibe.d modules on all supported DMD versions.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Upgrade Json/serialization code to latest vibe.d version.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
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-10-26 |
Avoid catching Error instances in various places. See #443.
Sönke Ludwig
committed
on 26 Oct 2014
|
2014-10-18 |
DFix the code
Geod24
committed
on 18 Oct 2014
|
2014-10-07 |
Fix build error on CI build.
Sönke Ludwig
committed
on 7 Oct 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 extra spaces between words
James Clarke
committed
on 22 May 2014
|
Ensure all files end with a newline
James Clarke
committed
on 22 May 2014
|
|
Use tabs in all JSON and D files
James Clarke
committed
on 22 May 2014
|
|
Removed trailing whitespace
James Clarke
committed
on 22 May 2014
|
|
2014-05-16 |
Only execute Windows specific unit tests on Windows.
Sönke Ludwig
committed
on 16 May 2014
|
Avoid the UNC path root "\\" to be part of a relative path. Fixes #302.
Sönke Ludwig
committed
on 16 May 2014
|
|
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-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 |
Use URL and Path types of vibe.d if available for better interop.
Sönke Ludwig
committed
on 1 Apr 2014
|
2014-03-26 |
|