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