History for dub_jkp / source / dub
2013-11-01
@Dicebot
Remove 'installation' references. ...
Dicebot committed on 1 Nov 2013
2013-10-24
@Sönke Ludwig
Fix "dub build --build=ddox" on Windows. ...
Sönke Ludwig committed on 24 Oct 2013
@Sönke Ludwig
Make "dub build --build=ddox" work for any target type and avoid including dependencies in the documentation. Fixes #142.
Sönke Ludwig committed on 24 Oct 2013
@Sönke Ludwig
Issue -shared and -fPIC when building shared libraries with DMD. Fixes #138.
Sönke Ludwig committed on 24 Oct 2013
@Sönke Ludwig
Fix handling of lib flags on Windows for GDC/LDC.
Sönke Ludwig committed on 24 Oct 2013
2013-10-23
@finalpatch
fix gdc/ldc build options
finalpatch committed on 23 Oct 2013
2013-10-22
@Sönke Ludwig
Use the exact dependencies instead of base packages for missing dependency resolution. Fixes #140.
Sönke Ludwig committed on 22 Oct 2013
2013-10-21
@Sönke Ludwig
Fix "-w" to be the default warnings mode again.
Sönke Ludwig committed on 21 Oct 2013
@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
Use DirEntry() instead of dirEntry() on DMD >= 2.064 to avoid deprecation warnings. Fixes #116.
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
@Sönke Ludwig
Fix running dub from a non-package path and allow sub packages to reference their parent.
Sönke Ludwig committed on 21 Oct 2013
@Sönke Ludwig
Output a proper error message when trying to build a "sourceLibrary".
Sönke Ludwig committed on 21 Oct 2013
2013-10-18
@Sönke Ludwig
Add version_.d to GIT to ease building directly from .tgz.
Sönke Ludwig committed on 18 Oct 2013
@Sönke Ludwig
Make all paths issued by the build generator relative to work around issue #130.
Sönke Ludwig committed on 18 Oct 2013
2013-10-17
@Sönke Ludwig
Use std.stream.File instead of std.stdio.File to improve the unicode path situation. See #130.
Sönke Ludwig committed on 17 Oct 2013
@Sönke Ludwig
Implement building of specific packages, including sub packages.
Sönke Ludwig committed on 17 Oct 2013
2013-09-26
@Sönke Ludwig
Properly escape arguments in GDC response files. Fixes #125.
Sönke Ludwig committed on 26 Sep 2013
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