History for dub_jkp / source / dub / package_.d
2013-03-22
@Sönke Ludwig
Improve output of the dflags warning message. Fixes #54.
Sönke Ludwig committed on 22 Mar 2013
2013-03-19
@Sönke Ludwig
Output warning if DUB controlled compiler flags are specified in package.json. Fixes #37.
Sönke Ludwig committed on 19 Mar 2013
@Sönke Ludwig
Configurations do not override the global targetName/targetPath if non-was specified in the configuration. Fixes #48.
Sönke Ludwig committed on 19 Mar 2013
2013-03-15
@Robert Klotzner
TODO "optimize": Done ...
Robert Klotzner committed on 15 Mar 2013
@Robert Klotzner
Fixed source file search. ...
Robert Klotzner committed on 15 Mar 2013
2013-03-08
@Sönke Ludwig
Fix target settings for dependencies in the Visual-D generator.
Sönke Ludwig committed on 8 Mar 2013
@Sönke Ludwig
Fixed recursive configuration deduction and improved error messages for invalid package.json files.
Sönke Ludwig committed on 8 Mar 2013
@Sönke Ludwig
Added a "subConfigurations" field and implemented proper configuration selection for dependencies.
Sönke Ludwig committed on 8 Mar 2013
2013-03-07
@Sönke Ludwig
Added "targetName" and "targetPath" build settings and some fixes. ...
Sönke Ludwig committed on 7 Mar 2013
@Sönke Ludwig
"sourcePaths" is now a build setting instead of a global field.
Sönke Ludwig committed on 7 Mar 2013
@Sönke Ludwig
Implemented the "excludedSourceFiles" build setting.
Sönke Ludwig committed on 7 Mar 2013
@Sönke Ludwig
Improved configuration selection for dependencies. ...
Sönke Ludwig committed on 7 Mar 2013
@Sönke Ludwig
Change the way configurations are specified. ...
Sönke Ludwig committed on 7 Mar 2013
@Sönke Ludwig
Added the notion of a target type.
Sönke Ludwig committed on 7 Mar 2013
2013-03-06
@Sönke Ludwig
Added Paackge.packageInfoFile and partially fixed default configuration selection.
Sönke Ludwig committed on 6 Mar 2013
@Sönke Ludwig
The internal package representation is now JSON agnostic + streamlined configuration and dependency handling. ...
Sönke Ludwig committed on 6 Mar 2013
2013-03-03
@Sönke Ludwig
Source files are now collected at a central place instead of in every generator. ...
Sönke Ludwig committed on 3 Mar 2013
@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
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
@Matthias Dondorff
Added documentation to InstallLocation.
Matthias Dondorff committed on 1 Mar 2013
2013-02-28
@Nathan M. Swan
add sourcePaths field to package.json
Nathan M. Swan committed on 28 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
2013-02-22
@Sönke Ludwig
Fixed naming convention for enum InstallLocation and avoid reinstalling packages that are already up to date.
Sönke Ludwig committed on 22 Feb 2013
@Sönke Ludwig
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig committed on 22 Feb 2013
2013-02-20
@Sönke Ludwig
Avoid use of deprecated functions + fixed package installation.
Sönke Ludwig committed on 20 Feb 2013
2013-02-18
@Sönke Ludwig
Implemented basic multi-compiler support (with only a dmd implementation right now).
Sönke Ludwig committed on 18 Feb 2013
2013-02-15
@Sönke Ludwig
Handling missing package.json more gracefully (without a crash) + some trace log messages.
Sönke Ludwig committed on 15 Feb 2013
2013-02-05
@Matthias Dondorff
VisualD projects have some nice folders, added (string)importPath and dflags support.
Matthias Dondorff committed on 5 Feb 2013
2013-02-04
@Matthias Dondorff
Compile fix.
Matthias Dondorff committed on 4 Feb 2013
@Matthias Dondorff
Custom source folders can be specified, root folder will likely cause problems, currently.
Matthias Dondorff committed on 4 Feb 2013