2013-06-04 |
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
|
---|---|
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 |
Implement a first version of "dub describe".
Sönke Ludwig
committed
on 14 May 2013
|
2013-04-24 |
Added "dub list-system" and "dub list-user".
Matthias Dondorff
committed
on 24 Apr 2013
|
2013-04-12 |
Remove the thread/fiber IDs to clean up the console output visually.
...
Sönke Ludwig
committed
on 12 Apr 2013
|
2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|
2013-03-17 |
Added coverage analysis build types. Fixes #45.
Sönke Ludwig
committed
on 17 Mar 2013
|
2013-03-08 |
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 |
Removed spurious loading of a package in the CWD. Fixes #25.
Sönke Ludwig
committed
on 7 Mar 2013
|
Update app.d
Isak Andersson
committed
on 7 Mar 2013
|
|
2013-03-03 |
Implemented pre/post commands and --build=ddox + support "sourceFiles".
...
Sönke Ludwig
committed
on 3 Mar 2013
|
2013-03-01 |
Displaying help for a command.
Matthias Dondorff
committed
on 1 Mar 2013
|
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 |
Fixed the "Checking dependencies" path to use native path format.
Sönke Ludwig
committed
on 25 Feb 2013
|
Compile fix.
Sönke Ludwig
committed
on 25 Feb 2013
|
|
2013-02-24 |
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
|
2013-02-22 |
Fixed naming convention for enum InstallLocation and avoid reinstalling packages that are already up to date.
Sönke Ludwig
committed
on 22 Feb 2013
|
Fixed "dub upgrade" when a package is stalled user or system wide.
Sönke Ludwig
committed
on 22 Feb 2013
|
|
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig
committed
on 22 Feb 2013
|
|
Removed the vibe.d dependency by dragging in a minimal set of interfaces of vibe.d
...
Sönke Ludwig
committed
on 22 Feb 2013
|
|
2013-02-21 |
Added rudimentary support for the --arch= option and moved build type flag generation to a common place.
Sönke Ludwig
committed
on 21 Feb 2013
|
2013-02-20 |
Mention the default command in the help screen.
Sönke Ludwig
committed
on 20 Feb 2013
|
Avoid use of deprecated functions + fixed package installation.
Sönke Ludwig
committed
on 20 Feb 2013
|
|
2013-02-18 |
By default, the compiler is not invoked directly (can be overridden using --rdmd).
Sönke Ludwig
committed
on 18 Feb 2013
|
Fixed up the VisualD and Mono-D generators and changed their names on the command line to lower-case.
Sönke Ludwig
committed
on 18 Feb 2013
|
|
Added a new "build" generator that directly invokes the compiler.
...
Sönke Ludwig
committed
on 18 Feb 2013
|
|
Moved empty package creation from app.d to the Dub class.
Sönke Ludwig
committed
on 18 Feb 2013
|
|
Changed the initial project source code (dub init) to not depend on vibe.d.
Sönke Ludwig
committed
on 18 Feb 2013
|
|
"dub build" and "dub run" are now also executed using the generator system (RdmdGenerator).
Sönke Ludwig
committed
on 18 Feb 2013
|
|
Also added support for gdmd and ldmd
Sönke Ludwig
committed
on 18 Feb 2013
|