History for dub_jkp / source
2013-11-19
@Sönke Ludwig
Let Json.checkType take an optional string to avoid compilation errors in the future.
Sönke Ludwig committed on 19 Nov 2013
@Sönke Ludwig
Record the field name of JSON objects to improve error messages.
Sönke Ludwig committed on 19 Nov 2013
2013-11-18
@Sönke Ludwig
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
@Sönke Ludwig
Fix ARM FP version identifiers.
Sönke Ludwig committed on 18 Nov 2013
@Sönke Ludwig
Move PlacementLocation to the proper module.
Sönke Ludwig committed on 18 Nov 2013
2013-11-15
@Sönke Ludwig
The previous OSX fix is also needed for Linux, so change to version(Posix).
Sönke Ludwig committed on 15 Nov 2013
@Sönke Ludwig
Fix "dub run" on OS X. ...
Sönke Ludwig committed on 15 Nov 2013
@Sönke Ludwig
Don't emit -fPIC for DMD on Windows. Fixes #166.
Sönke Ludwig committed on 15 Nov 2013
2013-11-13
@Sönke Ludwig
Switch version comparison to use the more efficient implementation in dub.semver.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Gracefully handle incomplete version strings in isValidVersion().
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Add diagnostic message for the target copy operation of the cached build generator.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Support HTTP proxy using the "http_proxy" environment variable.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Add a DUB configuration to compile as a library without curl support.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Add a module for handling SemVer version strings - will replace the Version struct in the future.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Move command line processing to a separate module.
Sönke Ludwig committed on 13 Nov 2013
@Sönke Ludwig
Fix unit test for DependencyGraph.
Sönke Ludwig committed on 13 Nov 2013
2013-11-12
@Sönke Ludwig
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
@Martin Nowak
shell glob must not be quoted
Martin Nowak committed on 9 Nov 2013
2013-11-08
@Sönke Ludwig
Fix up-to-date tracking of import and string import files.
Sönke Ludwig committed on 8 Nov 2013
@Sönke Ludwig
Some "dub describe" output corrections.
Sönke Ludwig committed on 8 Nov 2013
2013-11-07
@Sönke Ludwig
Perform target setup when performing a cached build. Fixes #159.
Sönke Ludwig committed on 7 Nov 2013
2013-11-06
@Sönke Ludwig
Avoid duplicate "package.json" entries in generated VisualD projects.
Sönke Ludwig committed on 6 Nov 2013
2013-11-05
@Sönke Ludwig
Preserve file ownership/permissions for copied files on Posix.
Sönke Ludwig committed on 5 Nov 2013
@Sönke Ludwig
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
@Alexei Bykov
support of environment variables inside package.json
Alexei Bykov committed on 5 Nov 2013
@Sönke Ludwig
Improve warning message for non-existent source/import paths.
Sönke Ludwig committed on 5 Nov 2013
@Sönke Ludwig
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
@Sönke Ludwig
Import and string import files are now added to generated VisualD projects and "dub describe".
Sönke Ludwig committed on 4 Nov 2013
@Sönke Ludwig
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
@Sönke Ludwig
Build to a temporary folder only if necessary. Fixes #82.
Sönke Ludwig committed on 3 Nov 2013