2015-06-26 |
Add 'dub describe --data-format=' to format the output of --data= directly for a compiler's commandline. Use --data-format=list to get the old list-style output.
Nick Sabalausky
authored
on 5 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
---|---|
Split --data=libs into two: --data=libs (for installed/system libs) and --data=lib-files (for dependency libs)
...
Nick Sabalausky
authored
on 3 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Add 'dub describe --data='.
Nick Sabalausky
authored
on 22 May 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Add "targets" field to "dub describe" output.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Make the describe() API strongly typed.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
|
|
2015-06-21 |
Tolerate (with warning) path based sub package dependencies. See #586.
Sönke Ludwig
committed
on 21 Jun 2015
|
2015-06-16 |
Fix detection of non-lowercase names and improve warning message.
...
Sönke Ludwig
committed
on 16 Jun 2015
|
2015-05-02 |
Fix #560: --import-paths error when "configurations" section exists
Nick Sabalausky
committed
on 2 May 2015
|
2015-04-27 |
Simplify some things. Use jq to test some of the dub describe output.
w0rp
committed
on 27 Apr 2015
|
2015-04-26 |
Add --import-paths and --string-import-paths as options for 'dub describe' instead of a new command. Add some scripts for testing the output of each, and a smoke test for 'dub describe'.
w0rp
committed
on 26 Apr 2015
|
2015-04-18 |
Add a command to dub to list all of the import paths for a project.
w0rp
committed
on 18 Apr 2015
|
2015-04-10 |
Fix bogus package name warning for sub packages
Sönke Ludwig
committed
on 10 Apr 2015
|
2015-04-07 |
Fixup for previous commit.
Sönke Ludwig
committed
on 7 Apr 2015
|
Fix warnings on DMD master. See #541.
Sönke Ludwig
committed
on 7 Apr 2015
|
|
Add additional package name validity checks. See #540.
Sönke Ludwig
committed
on 7 Apr 2015
|
|
2015-03-06 |
Improve upgrade suggestion message.
Sönke Ludwig
committed
on 6 Mar 2015
|
2015-01-11 |
Fix handling of path based dependencies to sub packages. Fixes #448.
Sönke Ludwig
committed
on 11 Jan 2015
|
2014-12-15 |
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-11-22 |
append a newline when writing dub.selections.json
Martin Nowak
committed
on 22 Nov 2014
|
2014-10-07 |
Add "packageManager" property to Project.
Sönke Ludwig
committed
on 7 Oct 2014
|
2014-08-23 |
Untangle Package and PackageInfo. See #403.
Sönke Ludwig
committed
on 23 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-07-07 |
Fix lookup of sub packages from within sub packages of the same package. Fixes #357.
...
Sönke Ludwig
committed
on 7 Jul 2014
|
2014-07-02 |
Fix possible range violation error when accessing the upgrade cache.
Sönke Ludwig
committed
on 2 Jul 2014
|
|
|
2014-06-30 |
Add a warning for dependency specifications that mismatch the version selections. Fixes #333.
Sönke Ludwig
committed
on 30 Jun 2014
|
2014-06-13 |
Resolve sub packages when loading path based dependencies. Fixes #347.
Sönke Ludwig
committed
on 13 Jun 2014
|