2022-07-14 |
|
---|---|
2020-12-24 |
Raise minimum Vibe.d requirement to v0.9.0
...
Geod24
authored
on 23 Dec 2020
The Dlang Bot
committed
on 24 Dec 2020
|
2019-12-17 |
|
2019-08-31 |
Replace `hash_t` and `sizediff_t` with `size_t` and `ptrdiff_t`
JinShil
committed
on 31 Aug 2019
|
2017-12-04 |
Rename Path to NativePath.
...
Sönke Ludwig
authored
on 6 Nov 2017
Sebastian Wilzbach
committed
on 4 Dec 2017
|
Make the code base compatible with vibe-core.
...
Sönke Ludwig
authored
on 23 Jun 2017
Sebastian Wilzbach
committed
on 4 Dec 2017
|
|
2017-12-01 |
Remove compatibility code for DMD frontends < 2.067.x.
Sönke Ludwig
committed
on 1 Dec 2017
|
2017-02-23 |
Add enforcement message.
Sönke Ludwig
committed
on 23 Feb 2017
|
2017-02-09 |
Fix vibe.d compatibility for vibe.d < 0.8.0.
Sönke Ludwig
committed
on 9 Feb 2017
|
2017-01-14 |
|
2016-05-25 |
Add assertion message.
Sönke Ludwig
committed
on 25 May 2016
|
2015-07-17 |
Remove immutable casts where possible for Path. See #625.
Sönke Ludwig
committed
on 17 Jul 2015
|
2015-07-12 |
Add some additional assertions to Path for #601.
Sönke Ludwig
committed
on 12 Jul 2015
|
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-05-22 |
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
|
2014-04-24 |
Fixed bug where Path was used for URL on Windows.
Colden Cullen
committed
on 24 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-21 |
Correct copyright notices.
Sönke Ludwig
committed
on 21 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
|
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-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-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-02 |
Represent empty relative paths as "." instead of an empty string for Path.toNativeString(). Fixes #153.
Sönke Ludwig
committed
on 2 Nov 2013
|