2015-06-26 |
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
|
|
|
|
Enable file names/line numbers and field names for the updated JSON module.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Fix compilation of the updated vibe.d modules on all supported DMD versions.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Upgrade Json/serialization code to latest vibe.d version.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
2015-06-25 |
"dub remove" shall only remove managed packages. Fixes #596.
Sönke Ludwig
committed
on 25 Jun 2015
|
2015-06-23 |
Enforce build requirements after downwards inheritance of build settings. Fixes #592.
Sönke Ludwig
committed
on 23 Jun 2015
|
Remove some obsolete code.
Sönke Ludwig
committed
on 23 Jun 2015
|
|
Allow building non-binary target types with -o- switch. Fixes #553.
...
Sönke Ludwig
committed
on 23 Jun 2015
|
|
2015-06-21 |
|
Fix script execution permission.
Sönke Ludwig
committed
on 21 Jun 2015
|
|
|
|
Add test case for #586 (possibly not exactly the same).
Sönke Ludwig
committed
on 21 Jun 2015
|