Merge pull request #2 from D-Programming-Language/master
Merge upstream |
---|
.travis.yml |
---|
CHANGELOG.md |
---|
README.md |
---|
build-files.txt |
---|
build.sh |
---|
scripts/bash-completion/dub.bash |
---|
scripts/fish-completion/dub.fish |
---|
source/dub/commandline.d |
---|
source/dub/compilers/buildsettings.d |
---|
source/dub/compilers/compiler.d |
---|
source/dub/compilers/dmd.d |
---|
source/dub/compilers/gdc.d |
---|
source/dub/compilers/ldc.d |
---|
source/dub/dependency.d |
---|
source/dub/dub.d |
---|
source/dub/generators/build.d |
---|
source/dub/generators/cmake.d 0 → 100644 |
---|
source/dub/generators/generator.d |
---|
source/dub/generators/sublimetext.d 0 → 100644 |
---|
source/dub/generators/visuald.d |
---|
source/dub/init.d |
---|
source/dub/internal/utils.d |
---|
source/dub/internal/vibecompat/core/file.d |
---|
source/dub/internal/vibecompat/core/log.d |
---|
source/dub/package_.d |
---|
source/dub/packagemanager.d |
---|
source/dub/packagesupplier.d |
---|
source/dub/project.d |
---|
source/dub/recipe/json.d |
---|
test/0-init-fail/.gitignore 0 → 100644 |
---|
test/0-init-fail/0-init-fail.sh 0 → 100755 |
---|
test/0-init-fail/dub.json 0 → 100644 |
---|
test/0-init-fail/source/app.d 0 → 100644 |
---|
test/3-copyFiles/data/file_to_copy.txt 0 → 100644 |
---|
test/3-copyFiles/data/file_to_copy_mask1.txt 0 → 100644 |
---|
test/3-copyFiles/data/file_to_copy_mask2.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/.nocopy/file_inside_dot_prefixed_dir.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/hdpi/file1.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/hdpi/file2.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/hdpi/file3.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/hdpi/nested_dir/nested_file.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/i18n/resource_en.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/i18n/resource_fr.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/ldpi/file1.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/ldpi/file2.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/ldpi/file3.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/mdpi/file1.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/mdpi/file2.txt 0 → 100644 |
---|
test/3-copyFiles/data/res/mdpi/file3.txt 0 → 100644 |
---|
test/3-copyFiles/dub.json 0 → 100644 |
---|
test/3-copyFiles/source/app.d 0 → 100644 |
---|
test/custom-source-main-bug487/.gitignore 0 → 100644 |
---|
test/custom-source-main-bug487/.no_run 0 → 100644 |
---|
test/custom-source-main-bug487/.no_test 0 → 100644 |
---|
test/custom-source-main-bug487/dub.json 0 → 100644 |
---|
test/custom-source-main-bug487/mysrc/app.d 0 → 100644 |
---|
test/run-unittest.sh |
---|
test/test-version-opt.sh 0 → 100755 |
---|