Merge remote-tracking branch 'upstream/master' into stable
commit d3ec7415c2cd330d731d0925cb641a8a1ddafb89
2 parents f433a77 + 2aafe39
@Martin Nowak Martin Nowak authored on 17 Apr 2019
Showing 23 changed files
View
10
.travis.yml
env: [FRONTEND=2.074]
- d: ldc-1.3.0
env: [FRONTEND=2.073]
- stage: deploy
d: ldc
d: ldc-1.15.0
os: osx
script: echo "Deploying to GitHub releases ..." && ./release.sh
deploy:
- provider: releases
skip_cleanup: true
api_key: $GH_REPO_TOKEN
on:
tags: true
- d: ldc
- d: ldc-1.15.0
script: echo "Deploying to GitHub releases ..." && ./release.sh
env: [ARCH=32]
addons:
apt:
skip_cleanup: true
api_key: $GH_REPO_TOKEN
on:
tags: true
- d: ldc
- d: ldc-1.15.0
script: echo "Deploying to GitHub releases ..." && ./release.sh
deploy:
- provider: releases
file_glob: true
skip_cleanup: true
api_key: $GH_REPO_TOKEN
on:
tags: true
- d: ldc
- d: ldc-1.15.0
script: echo "Deploying to GitHub releases (win32) ..." && ./release-windows.sh
addons:
apt:
packages:
skip_cleanup: true
api_key: $GH_REPO_TOKEN
on:
tags: true
- d: ldc
- d: ldc-1.15.0
script: echo "Deploying to GitHub releases (win64) ..." && ARCH=64 ./release-windows.sh
addons:
apt:
packages:
View
11
changelog/custom-dub-init-type.dd 0 → 100644
Support of custom dub init type
 
Command dub init now supports custom dub packages for argument `-t`.
$(CONSOLE
> dub init -n myPackage --format sdl -t custom-dub-init-dubpackage -- --foo=bar
)
 
Dub init will be invoked like before. The package `custom-dub-init-dubpackage`
contains a sub package `init-exec` which will be invoked afterwards to create a custom
package skeleton. Additional arguments could be passed e.g. `-- --foo=bar`.
View
changelog/dmd-mscoff-default.dd 0 → 100644
View
changelog/dub-run.dd 0 → 100644
View
changelog/remove-dub-list-installed.dd 0 → 100644
View
changelog/single-api-requests.dd 0 → 100644
View
dub.selections.json
View
source/dub/commandline.d
View
source/dub/compilers/dmd.d
View
source/dub/dub.d
View
source/dub/init.d
View
source/dub/packagesuppliers/registry.d
View
source/dub/project.d
View
test/issue1336-registry/api/packages/infos__packages=%5B%22gitcompatibledubpackage%22%5D&include_dependencies=true&minimize=true 0 → 100644
View
test/issue1336-registry/packages/gitcompatibledubpackage.json 100644 → 0
View
test/issue1651-custom-dub-init-type.sh 0 → 100755
View
test/issue1651-custom-dub-init-type/.no_build 0 → 100644
View
test/issue1651-custom-dub-init-type/.no_run 0 → 100644
View
test/issue1651-custom-dub-init-type/.no_test 0 → 100644
View
test/issue1651-custom-dub-init-type/custom-dub-init-dubpackage-1.0.1.zip 0 → 100644
Not supported
View
test/issue877-auto-fetch-package-on-run.sh 0 → 100755
View
test/test_registry.d 100644 → 100755
View
travis-ci.sh