History for dub_jkp / source / dub / internal / vibecompat
2017-02-13
@Danny Milosavljevic
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
2017-01-14
@Sönke Ludwig
Improve vibe.d compatibility. ...
Sönke Ludwig committed on 14 Jan 2017
2016-12-18
@Sönke Ludwig
Fix compilation errors in the "library" configuration.
Sönke Ludwig committed on 18 Dec 2016
@Sönke Ludwig
Add file/line to JSON parser error messages. Fixes #957.
Sönke Ludwig committed on 18 Dec 2016
2016-11-13
@Joseph Rushton Wakeling
Remove POSIX special-casing from copyFile ...
Joseph Rushton Wakeling committed on 13 Nov 2016
2016-07-12
@Matthias Klumpp
trivial: Fix typos
Matthias Klumpp committed on 12 Jul 2016
2016-07-07
@Sönke Ludwig
Merge pull request #891 from MartinNowak/dmd_nightly ...
Sönke Ludwig authored on 7 Jul 2016 GitHub committed on 7 Jul 2016
2016-07-06
@Sönke Ludwig
Handle unbound stdout/stderr gracefully. See #892.
Sönke Ludwig committed on 6 Jul 2016
2016-07-05
@Martin Nowak
fix ambiguous isNumeric overload ...
Martin Nowak committed on 5 Jul 2016
2016-06-24
@Sönke Ludwig
Eliminate use of Json.opDispatch. ...
Sönke Ludwig committed on 24 Jun 2016
2016-05-25
@Sönke Ludwig
Check return value of rawRead().
Sönke Ludwig committed on 25 May 2016
@Sönke Ludwig
Use std.stdio instead of the deprecated std.stream. ...
Sönke Ludwig committed on 25 May 2016
@Sönke Ludwig
Add assertion message.
Sönke Ludwig committed on 25 May 2016
2015-10-21
@Sönke Ludwig
Remove unused code that throws a warning on DMD 2.069.0-b2.
Sönke Ludwig committed on 21 Oct 2015
2015-08-09
@Martin Nowak
avoid early allocation and formatting of lazy message ...
Martin Nowak committed on 9 Aug 2015
2015-07-17
@Sönke Ludwig
Remove immutable casts where possible for Path. See #625.
Sönke Ludwig committed on 17 Jul 2015
2015-07-12
@Sönke Ludwig
Add some additional assertions to Path for #601.
Sönke Ludwig committed on 12 Jul 2015
2015-07-10
@Sönke Ludwig
Fix naming convention of FileMode enum. ...
Sönke Ludwig committed on 10 Jul 2015
2015-07-04
@Sönke Ludwig
Fix JSON unit test for 2.068.
Sönke Ludwig committed on 4 Jul 2015
2015-06-26
@Sönke Ludwig
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig committed on 26 Jun 2015
@Sönke Ludwig
Enable file names/line numbers and field names for the updated JSON module.
Sönke Ludwig committed on 26 Jun 2015
@Sönke Ludwig
Fix compilation of the updated vibe.d modules on all supported DMD versions.
Sönke Ludwig committed on 26 Jun 2015
@Sönke Ludwig
Upgrade Json/serialization code to latest vibe.d version.
Sönke Ludwig committed on 26 Jun 2015
2015-02-16
@Martin Nowak
fix #511 - copyFiles should not overwrite identical files on windows
Martin Nowak committed on 16 Feb 2015
2014-12-25
@Martin Nowak
Merge pull request #478 from MartinNowak/hardlink ...
Martin Nowak committed on 25 Dec 2014
2014-12-24
@Martin Nowak
hardlink files into target dir ...
Martin Nowak committed on 24 Dec 2014
2014-12-15
@ketmar
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
@Per Nordlöw
Fix warnings and errors on git master
Per Nordlöw committed on 2 Dec 2014
2014-10-26
@Sönke Ludwig
Avoid catching Error instances in various places. See #443.
Sönke Ludwig committed on 26 Oct 2014
2014-10-18
@Geod24
DFix the code
Geod24 committed on 18 Oct 2014