2013-03-03 |
Implemented pre/post commands and --build=ddox + support "sourceFiles".
...
Sönke Ludwig
committed
on 3 Mar 2013
|
---|---|
2013-03-01 |
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
|
Added documentation to InstallLocation.
Matthias Dondorff
committed
on 1 Mar 2013
|
|
2013-02-28 |
add sourcePaths field to package.json
Nathan M. Swan
committed
on 28 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
|
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig
committed
on 22 Feb 2013
|
|
2013-02-20 |
Avoid use of deprecated functions + fixed package installation.
Sönke Ludwig
committed
on 20 Feb 2013
|
2013-02-18 |
Implemented basic multi-compiler support (with only a dmd implementation right now).
Sönke Ludwig
committed
on 18 Feb 2013
|
2013-02-15 |
Handling missing package.json more gracefully (without a crash) + some trace log messages.
Sönke Ludwig
committed
on 15 Feb 2013
|
2013-02-05 |
VisualD projects have some nice folders, added (string)importPath and dflags support.
Matthias Dondorff
committed
on 5 Feb 2013
|
2013-02-04 |
Compile fix.
Matthias Dondorff
committed
on 4 Feb 2013
|
Custom source folders can be specified, root folder will likely cause problems, currently.
Matthias Dondorff
committed
on 4 Feb 2013
|
|
2013-01-29 |
Fixed path format to native.
Sönke Ludwig
committed
on 29 Jan 2013
|
Using join preperation for string imports.
Matthias Dondorff
committed
on 29 Jan 2013
|
|
2013-01-26 |
System libraries and additional link files are used for project generation. A postbuild copy-files command is needed in order to build successfully.
Matthias Dondorff
committed
on 26 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
|
2013-01-18 |
Mysterious compile fix for DMD 2.060.
Sönke Ludwig
committed
on 18 Jan 2013
|
Implemented "binaryPath".
Sönke Ludwig
committed
on 18 Jan 2013
|
|
Implemented "copyFiles".
Sönke Ludwig
committed
on 18 Jan 2013
|
|
Added support for local package definitions in package dependencies and fixed recursive dependencies.
Sönke Ludwig
committed
on 18 Jan 2013
|
|
2013-01-14 |
Implemented several new commands and moved the download location to the temp folder.
...
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 |
|
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
|
Implemented basic build platform detection and extended the possibilities for platform specific fields in package.json.
Sönke Ludwig
committed
on 11 Jan 2013
|