dub_jkp / source / dub /
@Matthias Dondorff Matthias Dondorff authored on 4 Jun 2013
..
compilers Deprecate "relaxProperties", remove the default -property switch and warn about using them. Fixes #73. 11 years ago
generators Compile fix for -inline compilation. 11 years ago
internal Add unit tests to the path module and make \\UNC\ paths absolute. 11 years ago
dependency.d Do not enforce the components to be valid, when constructing a Depenency object from another. The Dependency will then return valid() = false, which is in fact a valid state of the object. 11 years ago
dub.d Fix dangling else warning. 11 years ago
installation.d Fix warnings for latest DMD beta. 11 years ago
package_.d Add support for DUBPATH and "add-path" + change the default installation location to the DUB user path. Fixes #64. 11 years ago
packagemanager.d Add support for DUBPATH and "add-path" + change the default installation location to the DUB user path. Fixes #64. 11 years ago
packagesupplier.d Move download() to dub.utils and remove dub.internal.vibecompat.inet.urltransfer. 11 years ago
platform.d Implemented basic build platform detection and extended the possibilities for platform specific fields in package.json. 12 years ago
project.d When conflicting dependencies where current in a project and its dependencies, dub could get into an infinite update loop. 11 years ago
registry.d Move download() to dub.utils and remove dub.internal.vibecompat.inet.urltransfer. 11 years ago
utils.d Query git to determine the current DUB version and report it on the help screen. Fixes #39. 11 years ago