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