dub_jkp / source / dub /
@Sönke Ludwig Sönke Ludwig authored on 19 Nov 2013
..
compilers Don't emit -fPIC for DMD on Windows. Fixes #166. 11 years ago
generators The previous OSX fix is also needed for Linux, so change to version(Posix). 11 years ago
internal Fix compiler error on DMD 2.063.2. 11 years ago
commandline.d Move command line processing to a separate module. 11 years ago
dependency.d Switch version comparison to use the more efficient implementation in dub.semver. 11 years ago
dub.d Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available. 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 Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available. 11 years ago
packagemanager.d Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available. 11 years ago
packagesupplier.d Move dub.utils to dub.internal.utils and update copyright dates. 11 years ago
platform.d Fix ARM FP version identifiers. 11 years ago
project.d Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available. 11 years ago
semver.d Gracefully handle incomplete version strings in isValidVersion(). 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