2014-08-23 |
Rename PackageInfo to PackageRecipe and separate representation from JSON code.
...
Sönke Ludwig
committed
on 23 Aug 2014
|
---|---|
Untangle Package and PackageInfo. See #403.
Sönke Ludwig
committed
on 23 Aug 2014
|
|
2014-08-22 |
Updated 3 for SDL support
Jonathan Marler
committed
on 22 Aug 2014
|
More package info abstraction
Jonathan Marler
committed
on 22 Aug 2014
|
|
2014-08-21 |
Step one of abstracting package description format
Jonathan Marler
committed
on 21 Aug 2014
|
2014-08-20 |
prevent code from searching file system for the package file multiple times
Jonathan Marler
committed
on 20 Aug 2014
|
2014-06-22 |
|
2014-06-12 |
Avoid downloading base package for non-existent sub package references, if possible.
...
Sönke Ludwig
committed
on 12 Jun 2014
|
2014-06-11 |
Disallow :short_hand references to sub packages from within sub packages. See #334.
...
Sönke Ludwig
committed
on 11 Jun 2014
|
2014-05-29 |
Output all possible source/import files for "dub describe". Fixes #185.
...
Sönke Ludwig
committed
on 29 May 2014
|
Recognize the "systemDependencies" field.
Sönke Ludwig
committed
on 29 May 2014
|
|
2014-05-22 |
Ensure all files end with a newline
James Clarke
committed
on 22 May 2014
|
Removed trailing whitespace
James Clarke
committed
on 22 May 2014
|
|
Converted line endings from CRLF to LF
James Clarke
committed
on 22 May 2014
|
|
2014-05-14 |
|
|
|
2014-04-23 |
Add a "commit" prefix for descendant versions.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
|
2014-04-21 |
For "dub run", change the CWD only if non-empty. Fixes #272.
Sönke Ludwig
committed
on 21 Apr 2014
|
Include lightweight GIT tags when determining local package versions.
Sönke Ludwig
committed
on 21 Apr 2014
|
|
2014-04-11 |
Automatically add "mainSourceFile" as a source file. Fixes #258.
Sönke Ludwig
committed
on 11 Apr 2014
|
2014-04-02 |
Prefer version tags to branches when determining package versions using GIT.
Sönke Ludwig
committed
on 2 Apr 2014
|
2014-03-30 |
|
2014-03-26 |
Add path based sub packages to Package.m_subPackages, too.
Sönke Ludwig
committed
on 26 Mar 2014
|
2014-03-21 |
Let Dependency.toString() also contain the optional/path properties.
...
Sönke Ludwig
committed
on 21 Mar 2014
|
2014-03-02 |
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
|
Removing not needed check for git version when installing a package from the registry.
Matthias Dondorff
committed
on 2 Mar 2014
|
|
2014-02-26 |
Also warn about using certain "buildOptions" in addition to "dflags".
Sönke Ludwig
committed
on 26 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-11 |
Fix triggering an assertion when storing dependencies in advanced format.
...
Sönke Ludwig
committed
on 11 Feb 2014
|