2013-01-14 |
Fixed adding a local package when no other packages are installed yet.
Sönke Ludwig
committed
on 14 Jan 2013
|
---|---|
Implemented several new commands and moved the download location to the temp folder.
...
Sönke Ludwig
committed
on 14 Jan 2013
|
|
Fixed a log message.
Sönke Ludwig
committed
on 14 Jan 2013
|
|
Implement basic support for user/system installed packages and local packages.
...
Sönke Ludwig
committed
on 14 Jan 2013
|
|
2013-01-12 |
Bugfix
Sönke Ludwig
committed
on 12 Jan 2013
|
|
|
Fully implemented support for build configurations + added build config fields "lflags", "importPath", "stringImportPath" and "versions".
Sönke Ludwig
committed
on 12 Jan 2013
|
|
2013-01-11 |
Added partial support for build configurations and added some diagnostic command line flags.
Sönke Ludwig
committed
on 11 Jan 2013
|
Separated build and run - rdmd is now always invoked with --build-only.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Fixed an invalid enforcement.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Avoiding empty linker arguments.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Fixed import library resolution.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Improved debug output in case of pkg-config failure.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Implemented import library resolution using pkg-config (untested).
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Added vibe.d as a dependency.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Returns with proper exit code if the build fails.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
64-bit compile fix.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
The .dub folder is now also created for dependency-less projects.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Merge branch 'master' of github.com:rejectedsoftware/dub
Sönke Ludwig
committed
on 11 Jan 2013
|
|
|
|
Fixed upgrading/install logging of ~master dependencies.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Renamed everything "vpm" to "dub".
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Implemented basic build platform detection and extended the possibilities for platform specific fields in package.json.
Sönke Ludwig
committed
on 11 Jan 2013
|
|
Update README.md
Sönke Ludwig
committed
on 11 Jan 2013
|
|
2013-01-10 |
Added the possibility to specify "dflags-xyz" in addition to "dflags" for platform specific flags.
...
Sönke Ludwig
committed
on 10 Jan 2013
|
All dub specific files are now stored in a .dub subfolder.
Sönke Ludwig
committed
on 10 Jan 2013
|
|
Removed the shell/batch scripts and modified dub to be a stand-alone executable.
...
Sönke Ludwig
committed
on 10 Jan 2013
|
|
2013-01-03 |
Fixed the dub shell script.
Sönke Ludwig
committed
on 3 Jan 2013
|
Made the bin/dub shell script executable.
Sönke Ludwig
committed
on 3 Jan 2013
|
|
2013-01-01 |
The name of the generated binary is now the same as specified in package.json (if any, "app" otherwise).
Sönke Ludwig
committed
on 1 Jan 2013
|