Merge pull request #702 from MartinNowak/ddox_tool
allow to specify ddox tool
commit 3ab683b023bd58dd101e110cf2f6199911eb7477
2 parents 12ce5e3 + 3760fd1
@Sönke Ludwig Sönke Ludwig authored on 11 Nov 2015
Showing 26 changed files
View
.travis.yml
View
source/dub/compilers/buildsettings.d
View
source/dub/compilers/dmd.d
View
source/dub/compilers/gdc.d
View
source/dub/compilers/ldc.d
View
source/dub/dub.d
View
source/dub/generators/build.d
View
source/dub/internal/utils.d
View
source/dub/package_.d
View
source/dub/recipe/json.d
View
source/dub/recipe/packagerecipe.d
View
source/dub/recipe/sdl.d
View
test/ddox.sh 0 → 100755
View
test/ddox.sh.min_frontend 0 → 100644
View
test/ddox/.no_build 0 → 100644
View
test/ddox/custom-tool/.gitignore 0 → 100644
View
test/ddox/custom-tool/dub.sdl 0 → 100644
View
test/ddox/custom-tool/public/copied 0 → 100644
View
test/ddox/custom-tool/source/app.d 0 → 100644
View
test/ddox/custom/.gitignore 0 → 100644
View
test/ddox/custom/dub.sdl 0 → 100644
View
test/ddox/custom/source/ddox_project.d 0 → 100644
View
test/ddox/default/.gitignore 0 → 100644
View
test/ddox/default/dub.sdl 0 → 100644
View
test/ddox/default/source/ddox_project.d 0 → 100644
View
test/run-unittest.sh