History for dub_jkp / source / dub / package_.d
2013-11-01
@Sönke Ludwig
Fix error message in case of an empty source path. See #149.
Sönke Ludwig committed on 1 Nov 2013
@Dicebot
Remove 'installation' references. ...
Dicebot committed on 1 Nov 2013
2013-10-21
@Sönke Ludwig
Add a "targetFileName" field to the output of "dub describe" (a platform and target type specific version of "targetName"). Fixes rejectedsoftware/dub-registry#25.
Sönke Ludwig committed on 21 Oct 2013
@Sönke Ludwig
Let Package.hasDependency return true if no configuration is specified and _any_ configuration has the dependency. Fixes #137.
Sönke Ludwig committed on 21 Oct 2013
2013-09-25
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
2013-09-15
@Matthias Dondorff
Moved Journal into packagemanager.d. Removed Project.writeMetadata as it is not used. Documentation typos and updates.
Matthias Dondorff committed on 15 Sep 2013
@Sönke Ludwig
Improve log messages.
Sönke Ludwig committed on 15 Sep 2013
2013-09-11
@Sönke Ludwig
Parse configurations after all global settings have been parsed. Fixes #113.
Sönke Ludwig committed on 11 Sep 2013
@Sönke Ludwig
Don't exclude application file in the auto-inferred "library" configuration if the target type is explicitly set to library. Fixes #105.
Sönke Ludwig committed on 11 Sep 2013
2013-08-30
@Sönke Ludwig
Fix handling of packages with no configurations. See also #99.
Sönke Ludwig committed on 30 Aug 2013
2013-08-20
@Matthias Dondorff
The dependency in terms of the DependencyGraph is the base package and not the sub package. ...
Matthias Dondorff committed on 20 Aug 2013
2013-07-31
@Sönke Ludwig
Implement a new graph based algorithm for configuration resolution. ...
Sönke Ludwig committed on 31 Jul 2013
2013-07-26
@Sönke Ludwig
Fix handling of global build settings for packages without configurations.
Sönke Ludwig committed on 26 Jul 2013
2013-07-25
@Sönke Ludwig
Generalize common compiler switches in the form of a BuildOptions enum. ...
Sönke Ludwig committed on 25 Jul 2013
2013-07-21
@Sönke Ludwig
Add -debug flag to "unittest" and "unittest-cov" default build types. See also #90.
Sönke Ludwig committed on 21 Jul 2013
@Sönke Ludwig
Add support for customized build types ("buildTypes"). Fixes #78. ...
Sönke Ludwig committed on 21 Jul 2013
2013-07-20
@Sönke Ludwig
Fix building of libraries with no explicit target type set. See #87.
Sönke Ludwig committed on 20 Jul 2013
@Sönke Ludwig
Refactor code. ...
Sönke Ludwig committed on 20 Jul 2013
@Sönke Ludwig
Fix taking the actual library type given as a global "targetType" field when configurations are inferred. Fixes #92.
Sönke Ludwig committed on 20 Jul 2013
2013-07-19
@Sönke Ludwig
Add "workingDirectory" build setting to change the working directory from which the final executable will be run. Fixes #84.
Sönke Ludwig committed on 19 Jul 2013
2013-07-09
@Matthias Dondorff
Added comments.
Matthias Dondorff committed on 9 Jul 2013
@Matthias Dondorff
Removed dead code.
Matthias Dondorff committed on 9 Jul 2013
2013-06-19
@Sönke Ludwig
Add build settings to "dub describe" output.
Sönke Ludwig committed on 19 Jun 2013
@Sönke Ludwig
Fix the version field for sub-packages and "dub describe".
Sönke Ludwig committed on 19 Jun 2013
@Sönke Ludwig
Introduce TargetType.none, fix handling of non-target project's dependencies and avoid continuous reinstalls of referenced sub-packages.
Sönke Ludwig committed on 19 Jun 2013
@Sönke Ludwig
Remove support for sub-packages in sub-folders again (at least for now). ...
Sönke Ludwig committed on 19 Jun 2013
@Sönke Ludwig
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig committed on 19 Jun 2013
@Sönke Ludwig
Fix fetching of "sub:packages".
Sönke Ludwig committed on 19 Jun 2013
2013-06-18
@Sönke Ludwig
Fix generation of paths for sub projects.
Sönke Ludwig committed on 18 Jun 2013
@Sönke Ludwig
Avoid file-not-found exceptions when constructing Package-s with no valid path.
Sönke Ludwig committed on 18 Jun 2013