History for dub_jkp / source / dub
2013-09-25
@Sönke Ludwig
Remove the now redundant GeneratorSettings.compilerBinary field.
Sönke Ludwig committed on 25 Sep 2013
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
@Sönke Ludwig
Let the individual compiler classes handle passing arguments to the compiler. Fixes #86.
Sönke Ludwig committed on 25 Sep 2013
@Sönke Ludwig
Name response file dub-build.rsp instead of .dmd-response-file.txt and only quote arguments if needed. ...
Sönke Ludwig committed on 25 Sep 2013
@ponce
typo in comment
ponce committed on 25 Sep 2013
@ponce
Avoid multiple identical package.json inclusion in combined VisualD project generation when using sub-packages.
ponce committed on 25 Sep 2013
2013-09-18
@Matthias Dondorff
#119 Better feedback for dub add-local, dub remove-local
Matthias Dondorff committed on 18 Sep 2013
@Matthias Dondorff
dub init will create a package.json with a valid package name, i.e. a name with all lowercase characters.
Matthias Dondorff committed on 18 Sep 2013
@Sönke Ludwig
Implement --root=PATH switch to override the current working directory.
Sönke Ludwig committed on 18 Sep 2013
@Sönke Ludwig
Fix handling of paths containing spaces when copying DDOX resources.
Sönke Ludwig committed on 18 Sep 2013
@Sönke Ludwig
Fix compilation.
Sönke Ludwig committed on 18 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
@Sönke Ludwig
Change BuildOptions.init from "debug_" to the new "none" to fix bogus -debug flags during compilation. ...
Sönke Ludwig committed on 15 Sep 2013
2013-09-11
@Sönke Ludwig
Only upgrade branch packages if required and never upgrade the same package twice. Fixes #118.
Sönke Ludwig committed on 11 Sep 2013
@Sönke Ludwig
Only allow zip file prefixes of one directory deep. Partial fix for #118.
Sönke Ludwig committed on 11 Sep 2013
@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
@Sönke Ludwig
Always upgrade branch based packages for now. ...
Sönke Ludwig committed on 11 Sep 2013
@Sönke Ludwig
Fix determining the zip root folder.
Sönke Ludwig committed on 11 Sep 2013
2013-09-10
@Matthias Dondorff
A better log message in case of installing a package over a previous installed package and a bug fix, when the install .zip file is not containing any folders.
Matthias Dondorff committed on 10 Sep 2013
@Matthias Dondorff
For the DependencyGraph, when dependencies are looked up, provide the base package name, to the callback.
Matthias Dondorff committed on 10 Sep 2013
@Matthias Dondorff
Only update packages once per update call.
Matthias Dondorff committed on 10 Sep 2013
2013-09-04
@ponce
[visuald generator] When generating a combined VisualD project file, generates nicer <Folder>. ...
ponce committed on 4 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
@Sönke Ludwig
Avoid redundant dependencies and .lib dependencies in generated VisualD projects if possible. ...
Sönke Ludwig committed on 30 Aug 2013
2013-08-20
@Matthias Dondorff
Reducing log spam
Matthias Dondorff committed on 20 Aug 2013
@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
@Matthias Dondorff
Added some very basic unittests for the DependencyGraph
Matthias Dondorff committed on 20 Aug 2013
@Matthias Dondorff
Fixing unittests
Matthias Dondorff committed on 20 Aug 2013