History for dub_jkp / source / dub / project.d
2015-06-30
@Sönke Ludwig
Add "active" field to "dub describe" output. Fixes #393. Closes #577. ...
Sönke Ludwig committed on 30 Jun 2015
2015-06-26
@Nick Sabalausky
Fixed: Compile error on anything before DMD 2.067.
Nick Sabalausky authored on 26 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
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
@Nick Sabalausky
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
@Nick Sabalausky
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
@Nick Sabalausky
Accidentally left in some old commented-out code.
Nick Sabalausky authored on 19 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
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
@Nick Sabalausky
buildPath -> buildNormalizedPath
Nick Sabalausky authored on 19 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
Replace 'getBuildSettingBitField' with 'to!BuildSetting'.
Nick Sabalausky authored on 19 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
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
@Nick Sabalausky
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
@Nick Sabalausky
Replace --data-format with --compiler and --data-list.
Nick Sabalausky authored on 5 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
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
@Nick Sabalausky
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
@Nick Sabalausky
Add 'dub describe --data='.
Nick Sabalausky authored on 22 May 2015 Sönke Ludwig committed on 26 Jun 2015
@Sönke Ludwig
Add "targets" field to "dub describe" output.
Sönke Ludwig committed on 26 Jun 2015
@Sönke Ludwig
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig committed on 26 Jun 2015
@Sönke Ludwig
Make the describe() API strongly typed.
Sönke Ludwig committed on 26 Jun 2015
@Sönke Ludwig
Fix field existence check in Project.setUpgradeCache. ...
Sönke Ludwig committed on 26 Jun 2015
2015-06-21
@Sönke Ludwig
Tolerate (with warning) path based sub package dependencies. See #586.
Sönke Ludwig committed on 21 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-05-02
@Nick Sabalausky
Fix #560: --import-paths error when "configurations" section exists
Nick Sabalausky committed on 2 May 2015
2015-04-27
@w0rp
Simplify some things. Use jq to test some of the dub describe output.
w0rp committed on 27 Apr 2015
2015-04-26
@w0rp
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
@w0rp
Add a command to dub to list all of the import paths for a project.
w0rp committed on 18 Apr 2015
2015-04-10
@Sönke Ludwig
Fix bogus package name warning for sub packages
Sönke Ludwig committed on 10 Apr 2015
2015-04-07
@Sönke Ludwig
Fixup for previous commit.
Sönke Ludwig committed on 7 Apr 2015
@Sönke Ludwig
Fix warnings on DMD master. See #541.
Sönke Ludwig committed on 7 Apr 2015
@Sönke Ludwig
Add additional package name validity checks. See #540.
Sönke Ludwig committed on 7 Apr 2015
2015-03-06
@Sönke Ludwig
Improve upgrade suggestion message.
Sönke Ludwig committed on 6 Mar 2015