History for dub_jkp / source / dub / dependency.d
2015-06-26
@Sönke Ludwig
Make the describe() API strongly typed.
Sönke Ludwig committed on 26 Jun 2015
2015-06-09
@Sönke Ludwig
Add Dependency.versionSpec property.
Sönke Ludwig committed on 9 Jun 2015
2015-03-15
@Sönke Ludwig
Fix equality comparison of identical versions with different meta data.
Sönke Ludwig committed on 15 Mar 2015
2015-02-19
@Sönke Ludwig
Use booleans instead of strings to represent version range limits. ...
Sönke Ludwig committed on 19 Feb 2015
@Sönke Ludwig
Fix limit conditions when merging dependency version ranges. ...
Sönke Ludwig committed on 19 Feb 2015
2014-12-15
@ketmar
Apply patch by ketmar: remove comma expressions and fix property syntax. ...
ketmar authored on 15 Dec 2014 Sönke Ludwig committed on 15 Dec 2014
2014-10-26
@Sönke Ludwig
Avoid catching Error instances in various places. See #443.
Sönke Ludwig committed on 26 Oct 2014
2014-10-18
@Geod24
DFix the code
Geod24 committed on 18 Oct 2014
2014-08-24
@Sönke Ludwig
Add an early out for invalid child configurations in the dependency resolver. Fixes #405. ...
Sönke Ludwig committed on 24 Aug 2014
2014-07-16
@sinkuu
Missing format()
sinkuu committed on 16 Jul 2014
2014-07-01
@Sönke Ludwig
Improve some package upgrade related messages.
Sönke Ludwig committed on 1 Jul 2014
2014-06-30
@Sönke Ludwig
Fix optional dependencies being always downloaded with the new dependency resolver. Fixes #359.
Sönke Ludwig committed on 30 Jun 2014
2014-05-22
@James Clarke
Removed trailing whitespace
James Clarke committed on 22 May 2014
@James Clarke
Converted line endings from CRLF to LF
James Clarke committed on 22 May 2014
2014-04-21
@Sönke Ludwig
Update unit test for new path based dependency behavior.
Sönke Ludwig committed on 21 Apr 2014
@Sönke Ludwig
Fix path based dependencies. See #282 and #253.
Sönke Ludwig committed on 21 Apr 2014
2014-04-14
@Sönke Ludwig
Fix detection of already visited nodes in DependencyResolver. See #280. ...
Sönke Ludwig committed on 14 Apr 2014
2014-04-01
@Sönke Ludwig
Properly support path based version selections.
Sönke Ludwig committed on 1 Apr 2014
2014-03-28
@Sönke Ludwig
Let "*" match any version or branch. Fixes #151.
Sönke Ludwig committed on 28 Mar 2014
2014-03-21
@Sönke Ludwig
Let Dependency.toString() also contain the optional/path properties. ...
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
Fix resolution of optional and path based dependencies.
Sönke Ludwig committed on 21 Mar 2014
@Sönke Ludwig
Add command line interface for managing package overrides.
Sönke Ludwig committed on 21 Mar 2014
2014-03-18
@Sönke Ludwig
Move DependencyResolver to its own module and reorder Version<->Dependency.
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Fix 64-bit compilation.
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Compile fix for DMD 2.064.
Sönke Ludwig committed on 18 Mar 2014
@Sönke Ludwig
Implement a new dependency resolution algorithm with support for selections. ...
Sönke Ludwig committed on 18 Mar 2014
2014-03-02
@Matthias Dondorff
Build fix.
Matthias Dondorff committed on 2 Mar 2014
@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
2014-02-19
@Matthias Dondorff
Following rubygems version specification for approximate version more closely.
Matthias Dondorff committed on 19 Feb 2014