History for dub_jkp / source / app.d
2013-09-14
@Craig Dillabaugh
Fixed two small typos in Usage ouput. ...
Craig Dillabaugh committed on 14 Sep 2013
2013-09-11
@Sönke Ludwig
Only upgrade branch packages if required and never upgrade the same package twice. Fixes #118.
Sönke Ludwig committed on 11 Sep 2013
2013-09-10
@Sönke Ludwig
Improve wording of command line structure on the help screen.
Sönke Ludwig committed on 10 Sep 2013
2013-08-31
@Sönke Ludwig
Implement -debug=xyz flag.
Sönke Ludwig committed on 31 Aug 2013
2013-07-21
@Sönke Ludwig
Add support for customized build types ("buildTypes"). Fixes #78. ...
Sönke Ludwig committed on 21 Jul 2013
2013-07-20
@Sönke Ludwig
Fix build script for missing registry.d file. Fixes #95.
Sönke Ludwig committed on 20 Jul 2013
@Sönke Ludwig
Refactor code. ...
Sönke Ludwig committed on 20 Jul 2013
@Sönke Ludwig
Add support for multiple registries using --registry or a "registryUrls" configuration field. Fixes #22. ...
Sönke Ludwig committed on 20 Jul 2013
2013-07-10
@Sönke Ludwig
Implemented a new visuald-combined generator and added LDC/GDC support for VisualD projects. ...
Sönke Ludwig committed on 10 Jul 2013
2013-07-09
@Matthias Dondorff
Removed dead code.
Matthias Dondorff committed on 9 Jul 2013
2013-07-02
@Sönke Ludwig
Improve help screen documentation for the --compiler= switch. See #86.
Sönke Ludwig committed on 2 Jul 2013
2013-06-22
@Sönke Ludwig
Fix fetching of all recursive dependencies in one go.
Sönke Ludwig committed on 22 Jun 2013
@Sönke Ludwig
Add command line documentation for add-path/remove-path.
Sönke Ludwig committed on 22 Jun 2013
2013-06-19
@Sönke Ludwig
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig committed on 19 Jun 2013
2013-06-04
@Sönke Ludwig
Query git to determine the current DUB version and report it on the help screen. Fixes #39.
Sönke Ludwig committed on 4 Jun 2013
@Sönke Ludwig
Add support for DUBPATH and "add-path" + change the default installation location to the DUB user path. Fixes #64. ...
Sönke Ludwig committed on 4 Jun 2013
2013-05-14
@Sönke Ludwig
Implement a first version of "dub describe".
Sönke Ludwig committed on 14 May 2013
2013-04-24
@Matthias Dondorff
Added "dub list-system" and "dub list-user".
Matthias Dondorff committed on 24 Apr 2013
2013-04-12
@Sönke Ludwig
Remove the thread/fiber IDs to clean up the console output visually. ...
Sönke Ludwig committed on 12 Apr 2013
2013-04-11
@Sönke Ludwig
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig committed on 11 Apr 2013
2013-03-17
@Sönke Ludwig
Added coverage analysis build types. Fixes #45.
Sönke Ludwig committed on 17 Mar 2013
2013-03-08
@Sönke Ludwig
Prepare for multiple registry support, update stdx.process and make env vars available to custom commands. ...
Sönke Ludwig committed on 8 Mar 2013
2013-03-07
@Sönke Ludwig
Removed spurious loading of a package in the CWD. Fixes #25.
Sönke Ludwig committed on 7 Mar 2013
@Isak Andersson
Update app.d
Isak Andersson committed on 7 Mar 2013
2013-03-03
@Sönke Ludwig
Implemented pre/post commands and --build=ddox + support "sourceFiles". ...
Sönke Ludwig committed on 3 Mar 2013
2013-03-01
@Matthias Dondorff
Displaying help for a command.
Matthias Dondorff committed on 1 Mar 2013
@Matthias Dondorff
Reverted adding the dependency, when "dub install pkg" is called. Creating a dependency should not be done through install. Has impact on #12. ...
Matthias Dondorff committed on 1 Mar 2013
2013-02-25
@Sönke Ludwig
Fixed the "Checking dependencies" path to use native path format.
Sönke Ludwig committed on 25 Feb 2013
@Sönke Ludwig
Compile fix.
Sönke Ludwig committed on 25 Feb 2013
2013-02-24
@Matthias Dondorff
When the user calls install from the command line, a dependency will be added to the project's package.json. However, this will reformat that file. Should now perform more like user expectations mentioned in #12.
Matthias Dondorff committed on 24 Feb 2013