History for dub_jkp / source
2014-03-02
@Matthias Dondorff
Fixing 'dub fetch xyz --version=a.b.c', the latest version was fetched instead of the specified. ...
Matthias Dondorff committed on 2 Mar 2014
@Matthias Dondorff
Preparing dub select command. dub select will select the currently used versions and write them to a file, so that dub can later use this information to rebuild this exact state. This will also be used to override dependencies with either branch versions or not matching versions (to resolve conflicts). (All of this if to be implemented). ...
Matthias Dondorff committed on 2 Mar 2014
@Matthias Dondorff
Fixing serializeToJson for structs/classes with to/fromJson to/fromString.
Matthias Dondorff committed on 2 Mar 2014
@Matthias Dondorff
Removing not needed check for git version when installing a package from the registry.
Matthias Dondorff committed on 2 Mar 2014
2014-03-01
@Matthias Dondorff
Not catching Throwable when metadata is fetched. ...
Matthias Dondorff committed on 1 Mar 2014
@Matthias Dondorff
Removing superfluous try-catch around dub.remove.
Matthias Dondorff committed on 1 Mar 2014
@Matthias Dondorff
Cleaning up exception handling for dub remove and not catching Throwable somewhere else than commandline.d.
Matthias Dondorff committed on 1 Mar 2014
@Matthias Dondorff
Fix automatic removing of packages. Path's created for directories were missing a ending slash '/'.
Matthias Dondorff committed on 1 Mar 2014
@Matthias Dondorff
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
2014-02-27
@Sönke Ludwig
Fix "dub --rdmd" build everything at once. See #255. ...
Sönke Ludwig committed on 27 Feb 2014
2014-02-26
@Sönke Ludwig
Properly handle mainSourceFile for --rdmd. Fixes #263.
Sönke Ludwig committed on 26 Feb 2014
@Sönke Ludwig
Silence debugging log message
Sönke Ludwig committed on 26 Feb 2014
@Sönke Ludwig
Also warn about using certain "buildOptions" in addition to "dflags".
Sönke Ludwig committed on 26 Feb 2014
2014-02-22
@Sönke Ludwig
Fix handling of the --local switch. Fixes #259. ...
Sönke Ludwig committed on 22 Feb 2014
@Sönke Ludwig
Tag version 0.9.21.
Sönke Ludwig committed on 22 Feb 2014
2014-02-20
@Sönke Ludwig
Merge branch '0.9.21'
Sönke Ludwig committed on 20 Feb 2014
2014-02-19
@Matthias Dondorff
Following rubygems version specification for approximate version more closely.
Matthias Dondorff committed on 19 Feb 2014
@Sönke Ludwig
Fix compilation on 64-bit systems.
Sönke Ludwig committed on 19 Feb 2014
@Sönke Ludwig
Improve wording.
Sönke Ludwig committed on 19 Feb 2014
@Sönke Ludwig
Prepend an explicit .\ when executing executables in relative paths on Windows, too. ...
Sönke Ludwig committed on 19 Feb 2014
2014-02-18
@Matthias Dondorff
Implemented ~>1.3.5 version specifier similar to what rubygems are doing.
Matthias Dondorff committed on 18 Feb 2014
2014-02-16
@Sönke Ludwig
Support --combined and --force flags for "dub test". Fixes #247.
Sönke Ludwig committed on 16 Feb 2014
2014-02-13
@Sönke Ludwig
Don't downward inherit Have_* versions and only partially string import paths. ...
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Add the target platform to the .dub/build/* cache folders. ...
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Fix typo.
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Add --force-remove switch and reimplement PackageManager.remove. ...
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Warn when using -m32/-m64 directly.
Sönke Ludwig committed on 13 Feb 2014
@Sönke Ludwig
Improve error messages for errors during package removal.
Sönke Ludwig committed on 13 Feb 2014
2014-02-12
@Sönke Ludwig
Improve error message in case of missing packages.
Sönke Ludwig committed on 12 Feb 2014
2014-02-11
@Sönke Ludwig
Fix unit tests to use lower case package names.
Sönke Ludwig committed on 11 Feb 2014