History for dub_jkp / source / dub / package_.d
2014-01-05
@Matthias Dondorff
Reverting unwanted commit.
Matthias Dondorff committed on 5 Jan 2014
@Matthias Dondorff
When a package having externally defined subpackages is installed, they work. Currently not tested with the registry.
Matthias Dondorff committed on 5 Jan 2014
2014-01-04
@Matthias Dondorff
Automatic discovery of sub-packages added to package manager.
Matthias Dondorff committed on 4 Jan 2014
2013-12-17
@Sönke Ludwig
Add "release-nobounds" build type. Fixes #141.
Sönke Ludwig committed on 17 Dec 2013
2013-12-11
@Sönke Ludwig
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig committed on 11 Dec 2013
2013-12-09
@Sönke Ludwig
Do not create an application configuration if the detected application main file is the same as the detected library main file.
Sönke Ludwig committed on 9 Dec 2013
2013-11-30
@Sönke Ludwig
Fix running "dub test" on an explicitly named package.
Sönke Ludwig committed on 30 Nov 2013
@Sönke Ludwig
Implement the "test" command.
Sönke Ludwig committed on 30 Nov 2013
2013-11-29
@Sönke Ludwig
Add support for a "mainSourceFile" field. ...
Sönke Ludwig committed on 29 Nov 2013
2013-11-20
@Sönke Ludwig
Properly infer build options and target names when collecting package build settings without a configuration. ...
Sönke Ludwig committed on 20 Nov 2013
2013-11-18
@Sönke Ludwig
Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available.
Sönke Ludwig committed on 18 Nov 2013
@Sönke Ludwig
Move PlacementLocation to the proper module.
Sönke Ludwig committed on 18 Nov 2013
2013-11-08
@Sönke Ludwig
Some "dub describe" output corrections.
Sönke Ludwig committed on 8 Nov 2013
2013-11-05
@Sönke Ludwig
Improve warning message for non-existent source/import paths.
Sönke Ludwig committed on 5 Nov 2013
2013-11-04
@Sönke Ludwig
Import and string import files are now added to generated VisualD projects and "dub describe".
Sönke Ludwig committed on 4 Nov 2013
2013-11-02
@Sönke Ludwig
Remove dub.internal.std.process compatibility code as it doesn't support browse() and the compile status on older DMD versions isn't tracked anyway.
Sönke Ludwig committed on 2 Nov 2013
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