2013-11-29 |
Defer initialization code so that displaying help works immediately and without the danger to fail.
Sönke Ludwig
committed
on 29 Nov 2013
|
---|---|
Revamp the command line interface with cleanly separated command implementations.
Sönke Ludwig
committed
on 29 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-24 |
Add ".res" to the list of linker file extensions on Windows.
Sönke Ludwig
committed
on 24 Nov 2013
|
Fix unit test.
Sönke Ludwig
committed
on 24 Nov 2013
|
|
2013-11-22 |
Fix duplicate file entries in generated VisualD projects. Fixes #168.
...
Sönke Ludwig
committed
on 22 Nov 2013
|
Code cosmetics.
Sönke Ludwig
committed
on 22 Nov 2013
|
|
Remove log output.
Sönke Ludwig
committed
on 22 Nov 2013
|
|
Avoid fetching the same package multiple times when sub packages are used.
Sönke Ludwig
committed
on 22 Nov 2013
|
|
2013-11-21 |
Fix naming convention of PlacementLocation.
Sönke Ludwig
committed
on 21 Nov 2013
|
Only install pre-release versions with "dub upgrade --prerelease" if release versions are also available.
Sönke Ludwig
committed
on 21 Nov 2013
|
|
Don't warn about missing package.json in CWD when a different package was selected by name.
Sönke Ludwig
committed
on 21 Nov 2013
|
|
|
|
2013-11-20 |
Fix --build=ddox.
Sönke Ludwig
committed
on 20 Nov 2013
|
Properly infer build options and target names when collecting package build settings without a configuration.
...
Sönke Ludwig
committed
on 20 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
|
|
Record the field name of JSON objects to improve error messages.
Sönke Ludwig
committed
on 19 Nov 2013
|
|
2013-11-18 |
Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available.
Sönke Ludwig
committed
on 18 Nov 2013
|
Fix ARM FP version identifiers.
Sönke Ludwig
committed
on 18 Nov 2013
|
|
Move PlacementLocation to the proper module.
Sönke Ludwig
committed
on 18 Nov 2013
|
|
2013-11-15 |
The previous OSX fix is also needed for Linux, so change to version(Posix).
Sönke Ludwig
committed
on 15 Nov 2013
|
|
|
Don't emit -fPIC for DMD on Windows. Fixes #166.
Sönke Ludwig
committed
on 15 Nov 2013
|
|
2013-11-13 |
Switch version comparison to use the more efficient implementation in dub.semver.
Sönke Ludwig
committed
on 13 Nov 2013
|
Gracefully handle incomplete version strings in isValidVersion().
Sönke Ludwig
committed
on 13 Nov 2013
|