dub_jkp / source / dub /
@Sönke Ludwig Sönke Ludwig authored on 26 Nov 2013
..
compilers Don't emit -fPIC for DMD on Windows. Fixes #166. 11 years ago
generators Add ".res" to the list of linker file extensions on Windows. 11 years ago
internal Fix Path.toNativeString() for empty paths (was missing the ending slash). 11 years ago
commandline.d Fix naming convention of PlacementLocation. 11 years ago
dependency.d Avoid fetching the same package multiple times when sub packages are used. 11 years ago
dub.d Code cosmetics. 11 years ago
init.d 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. 11 years ago
package_.d Properly infer build options and target names when collecting package build settings without a configuration. 11 years ago
packagemanager.d Don't upgrade unmanaged packages. Fixes #171. 11 years ago
packagesupplier.d Remove log output. 11 years ago
platform.d Fix ARM FP version identifiers. 11 years ago
project.d Avoid fetching the same package multiple times when sub packages are used. 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 Extend "dub init" to take an optional type argument and don't create "public"/"views" folders by default. Fixes #152. 11 years ago