2013-11-19 |
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
|
|
Add diagnostic message for the target copy operation of the cached build generator.
Sönke Ludwig
committed
on 13 Nov 2013
|
|
Support HTTP proxy using the "http_proxy" environment variable.
Sönke Ludwig
committed
on 13 Nov 2013
|
|
Add a DUB configuration to compile as a library without curl support.
Sönke Ludwig
committed
on 13 Nov 2013
|
|
Add a module for handling SemVer version strings - will replace the Version struct in the future.
Sönke Ludwig
committed
on 13 Nov 2013
|
|
Move command line processing to a separate module.
Sönke Ludwig
committed
on 13 Nov 2013
|
|
Fix unit test for DependencyGraph.
Sönke Ludwig
committed
on 13 Nov 2013
|
|
2013-11-12 |
When doing separate compile/link building, pass (.o/.a/.ao/.dylib/.obj) files to the linker command line.
...
Sönke Ludwig
committed
on 12 Nov 2013
|
2013-11-09 |
shell glob must not be quoted
Martin Nowak
committed
on 9 Nov 2013
|
2013-11-08 |
Fix up-to-date tracking of import and string import files.
Sönke Ludwig
committed
on 8 Nov 2013
|
Some "dub describe" output corrections.
Sönke Ludwig
committed
on 8 Nov 2013
|
|
2013-11-07 |
Perform target setup when performing a cached build. Fixes #159.
Sönke Ludwig
committed
on 7 Nov 2013
|
2013-11-06 |
Avoid duplicate "package.json" entries in generated VisualD projects.
Sönke Ludwig
committed
on 6 Nov 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
|
|
support of environment variables inside package.json
Alexei Bykov
committed
on 5 Nov 2013
|
|
Improve warning message for non-existent source/import paths.
Sönke Ludwig
committed
on 5 Nov 2013
|
|
Integrate the rdmd generator into the build generator and start to implement build caching.
...
Sönke Ludwig
committed
on 5 Nov 2013
|
|
2013-11-04 |
Import and string import files are now added to generated VisualD projects and "dub describe".
Sönke Ludwig
committed
on 4 Nov 2013
|
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-03 |
Build to a temporary folder only if necessary. Fixes #82.
Sönke Ludwig
committed
on 3 Nov 2013
|