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
|
|
Added basic GDC support (still has issues with the -of flag.
Sönke Ludwig
committed
on 18 Feb 2013
|
|
Implemented basic multi-compiler support (with only a dmd implementation right now).
Sönke Ludwig
committed
on 18 Feb 2013
|
|
Added a better error message in case dub was run outside of a package directory, issue #11.
Sönke Ludwig
committed
on 18 Feb 2013
|
|
2013-01-29 |
Dub builds with VisualD with latest vibe. BuildPlatform is passed from app.d to the generators. System libraries are suffixed with '.lib' for VisualD.
Matthias Dondorff
committed
on 29 Jan 2013
|
Renamed Application to Project and put it into its own module + added a stub MonoD generator.
Sönke Ludwig
committed
on 29 Jan 2013
|
|
2013-01-28 |
Failed file copies are now ignored (just a warning is printed).
Sönke Ludwig
committed
on 28 Jan 2013
|
2013-01-23 |
Fixed startup.
Matthias Dondorff
committed
on 23 Jan 2013
|
2013-01-22 |
More resolved conflicts, replaced usage of PackageStore with PackageManager.
Matthias Dondorff
committed
on 22 Jan 2013
|
Merge branch 'master' of https://github.com/rejectedsoftware/dub
...
Matthias Dondorff
committed
on 22 Jan 2013
|
|
2013-01-20 |
Renamed "importPath" to "importPaths" and "stringImportPath" to "stringImportPaths" - seems to be more intuitive.
Sönke Ludwig
committed
on 20 Jan 2013
|
2013-01-19 |
Implemented "configurations"/"default" to select a platform dependent default configuration.
Sönke Ludwig
committed
on 19 Jan 2013
|
Using Path to handle the executable path (the path was not in native format).
Sönke Ludwig
committed
on 19 Jan 2013
|
|
Distinguishing between posix and other systems for the final temp folder fall back.
Sönke Ludwig
committed
on 19 Jan 2013
|
|
Added better temp folder detection (using $TMP and '.' as fallbacks for $TEMP).
Sönke Ludwig
committed
on 19 Jan 2013
|
|
Using the same path schema for temp exe files on Posix as on Windows.
Sönke Ludwig
committed
on 19 Jan 2013
|