2015-07-01 |
Fix help text formatting.
Sönke Ludwig
committed
on 1 Jul 2015
|
---|---|
|
|
Change delimiter on DUB_PLATFORM/DUB_ARCH to space.
Nick Sabalausky
committed
on 1 Jul 2015
|
|
Send additional env vars to build commands.
Nick Sabalausky
authored
on 18 Jun 2015
Nick Sabalausky
committed
on 1 Jul 2015
|
|
2015-06-30 |
Add "active" field to "dub describe" output. Fixes #393. Closes #577.
...
Sönke Ludwig
committed
on 30 Jun 2015
|
Fix line wrapping for the "dub describe" command description.
Sönke Ludwig
committed
on 30 Jun 2015
|
|
|
|
Merge pull request #607 from D-Programming-Language/refactor1
...
Sönke Ludwig
committed
on 30 Jun 2015
|
|
2015-06-26 |
Fixed: Compile error on anything before DMD 2.067.
Nick Sabalausky
authored
on 26 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
Fixed: --data=linker-files misses linker files specified in dub.json.
Nick Sabalausky
authored
on 25 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
TargetDescriptionGenerator: Don't add linker files to BuildSettings.sourceFiles.
Nick Sabalausky
authored
on 25 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Change order of describe-data tests, list should run before dmd as it's easier to debug.
Nick Sabalausky
authored
on 24 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Again, rework --data's handling of sourceFiles and static library dependencies.
Nick Sabalausky
authored
on 24 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Skip DMD-centric tests when DMD isn't available.
Nick Sabalausky
authored
on 21 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Rework --data's handling of sourceFiles and static library dependencies.
Nick Sabalausky
authored
on 21 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Accidentally left in some old commented-out code.
Nick Sabalausky
authored
on 19 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Make targetLookup return an index into targets[], instead of a redundant set of data.
Nick Sabalausky
authored
on 19 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
buildPath -> buildNormalizedPath
Nick Sabalausky
authored
on 19 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Replace 'getBuildSettingBitField' with 'to!BuildSetting'.
Nick Sabalausky
authored
on 19 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Allow comma-separated list in --data, for brevity.
Nick Sabalausky
authored
on 17 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Add --data-0 to output --data= info null-delimited for (ex.) xargs -0
Nick Sabalausky
authored
on 14 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Fixed: When formatting output for a compiler, if the package is a library or a staticLibrary, then --data=libs never emits any output.
Nick Sabalausky
authored
on 5 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Replace --data-format with --compiler and --data-list.
Nick Sabalausky
authored
on 5 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
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
|
|
|