History for dub_jkp / source / dub / package_.d
2015-06-26
@Sönke Ludwig
Make the describe() API strongly typed.
Sönke Ludwig committed on 26 Jun 2015
2015-06-16
@Sönke Ludwig
Fix detection of non-lowercase names and improve warning message. ...
Sönke Ludwig committed on 16 Jun 2015
2015-06-09
@Sönke Ludwig
Implement basic SDL package description support. Fixes #348. ...
Sönke Ludwig committed on 9 Jun 2015
2015-04-11
@Sönke Ludwig
Fix compilation on older compiler versions.
Sönke Ludwig committed on 11 Apr 2015
@Sönke Ludwig
Fix bad error message for path based dependencies with no package description. ...
Sönke Ludwig committed on 11 Apr 2015
2015-04-10
@Sönke Ludwig
Fix signature of Package.storeInfo
Sönke Ludwig committed on 10 Apr 2015
@Sönke Ludwig
Fix package resolution for non-local sub packages. Fixes #543. ...
Sönke Ludwig committed on 10 Apr 2015
2015-04-08
@Sönke Ludwig
Add overload of Package.storeInfo() with explicit output path.
Sönke Ludwig committed on 8 Apr 2015
2015-04-07
@Sönke Ludwig
Fix warnings on DMD master. See #541.
Sönke Ludwig committed on 7 Apr 2015
2015-01-21
@Martin Nowak
fix Issue #487 - Cannot read file sourcemain.d ...
Martin Nowak committed on 21 Jan 2015
2015-01-11
@Sönke Ludwig
Fix the condition to detect manually overridden source/import paths.
Sönke Ludwig committed on 11 Jan 2015
2015-01-04
@Martin Nowak
fix Issue 483 - Dub auto adds source/ even when sourcePaths is overiden ...
Martin Nowak committed on 4 Jan 2015
@Martin Nowak
factor out package defaults into fillWithDefaults
Martin Nowak committed on 4 Jan 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-07
@John Colvin
builtin reverse to std.algorithm.reverse ...
John Colvin committed on 7 Oct 2014
@Sönke Ludwig
Improve JSON parser error format. Fixes #317. ...
Sönke Ludwig committed on 7 Oct 2014
2014-09-22
@Sönke Ludwig
Merge branch '0.9.22' ...
Sönke Ludwig committed on 22 Sep 2014
2014-08-28
@Sönke Ludwig
Improve error messages for failures to parse dependency package descriptions. ...
Sönke Ludwig committed on 28 Aug 2014
2014-08-24
@Sönke Ludwig
Fix emitting buildTypes field in downloaded packages. (copy of #406)
Sönke Ludwig committed on 24 Aug 2014
@Sönke Ludwig
Fix compile error.
Sönke Ludwig committed on 24 Aug 2014
@Sönke Ludwig
Fix detection of default "views" folder and remove unused type.
Sönke Ludwig committed on 24 Aug 2014
@Sönke Ludwig
Quick fix compilation with enabled vibe.d dependency and improve backwards compatibility. ...
Sönke Ludwig committed on 24 Aug 2014
2014-08-23
@Sönke Ludwig
Remove unused import.
Sönke Ludwig committed on 23 Aug 2014
@Sönke Ludwig
Rename PackageInfo to PackageRecipe and separate representation from JSON code. ...
Sönke Ludwig committed on 23 Aug 2014
@Sönke Ludwig
Untangle Package and PackageInfo. See #403.
Sönke Ludwig committed on 23 Aug 2014
2014-08-22
@Jonathan Marler
Updated 3 for SDL support
Jonathan Marler committed on 22 Aug 2014
@Jonathan Marler
More package info abstraction
Jonathan Marler committed on 22 Aug 2014
2014-08-21
@Jonathan Marler
Step one of abstracting package description format
Jonathan Marler committed on 21 Aug 2014
2014-08-20
@Jonathan Marler
prevent code from searching file system for the package file multiple times
Jonathan Marler committed on 20 Aug 2014
2014-06-22
@Sönke Ludwig
Use executeShell() to invoke the compiler. See #356. ...
Sönke Ludwig committed on 22 Jun 2014