dub_jkp / source / dub /
@Matthias Dondorff Matthias Dondorff authored on 5 Jan 2014
..
compilers Use --no-as-needed only in Linux (OSX's LLVM based tool chain doesn't support it). 11 years ago
generators Apply the platform specific build settings to all targets. Fixes #201. Fixes #204. 11 years ago
internal Add unit test for Path.toNativeString() w.r.t. endsWithSlash() and fix Path().toNativeString() on Posix. 11 years ago
commandline.d Fixed typos. 11 years ago
dependency.d Avoid fetching the same package multiple times when sub packages are used. 11 years ago
dub.d Don't include package.d modules for "dub test". See #198. 11 years ago
init.d Add a "VibeDefaultMain" version to the package description of "dub init xx vibe.d". 11 years ago
package_.d Reverting unwanted commit. 11 years ago
packagemanager.d When a package having externally defined subpackages is installed, they work. Currently not tested with the registry. 11 years ago
packagesupplier.d Avoid casting RegistryPackageSupplier[] to PackageSupplier[]. Fixes #186. 11 years ago
platform.d Fix ARM FP version identifiers. 11 years ago
project.d Subpackages, which are defined external to the main package.json can be fetched from the registry. Eventually, the dependencies of all referenced packages will be fulfilled, but this is done by a hack where the metadata of the external package is inferred as having no additional dependencies. When the package is then fetched the state is re-evaluated and possible new dependencies will be resolved. 11 years ago
semver.d Only install pre-release versions with "dub upgrade --prerelease" if release versions are also available. 11 years ago
version_.d Update change log and bump version number. 11 years ago